How to install VMware Player in Ubuntu 9.10

This post was written by admin on December 22, 2009
Posted Under: General

VMware Player is a free virtualization program from vmware,it’s the easiest way to run multiple operating systems at the same time on your PC. With its user-friendly interface, VMware Player makes it effortless for anyone to try out Windows 7 or run the latest Linux release.

First,install the pre-requisites by this in terminal:

sudo apt-get install build-essential linux-headers-$(uname -r)

Download the binary package.
for vmware player 2.5.3 and ealier version,dowload .bundle package from this page:http://www.vmware.com/download/player/download.html
for vmware player 3.0:https://www.vmware.com/tryvmware/pa/activate.php?p=player&k=f0ea6d5562706aae210f7c6014b6ced5&cmp=EMC-PlayerEvalActivation&li=license

Give the .bundle file executable privileges and start the installer:

chmod +x VMware-Player*.bundle
gksudo bash ./VMware-Player*.bundle

A installer window pops up,just click “Install” to start.

VMware_Player

VMware_Player1

Related posts:

  1. Install VMware Tools on ubuntu 9.04
  2. Install Vmware Tools on Ubuntu 10.04
  3. How to Add Shared Folders in Vmware Player
  4. Try Adobe Flash player 10.2 Beta in Ubuntu Linux
  5. Install SopCast Web TV player with VLC1.1.x problem fixed in Ubuntu 10.10 Maverick

    Reader Comments

    it says no such file or directory

    [Reply]

    admin Reply:

    Check where you download the package.If you are using firefox,goto EDIT->PREFERENCES or TOOLS->OPTIONS and you can see where the downloaded file saved in main tab.By default it is ~/Download/,so first navigate to the folder in terminal:
    cd ~/Download
    then give it executable privilege and install:
    chmod +x VMware-Player*.bundle
    gksudo bash ./VMware-Player*.bundle

    Don’t just copy and paste privous command.change VMware-Player*.bundle to you downloaded package name.Type first few letters “WMware-Player” and press tab key

    [Reply]

    chingtham Reply:

    thanks it’s work on my system

    [Reply]

    #1 
    Written By thaer on December 28th, 2009 @ 12:31 pm

    Hello. Hope u can help with this:
    - I just installed & configured Ub 9.10 on my desk top. Everything working normally.
    - Downloaded VMware-Player-2.5.3-185404.x86_64.bundle
    - chmod +x *bundle
    - sudo ./*bundle
    VM Player Installer window popped up
    - Clicked on the ‘Install’ button
    The progress bar started going; above the bar, it says that the installer is ‘Configuring’

    This is was more than 15 minutes ago and still going.
    Nothing else is running on the system (consuming CPU, mem, …)

    Is the ‘Configuring’ step supposed to take this long? Seems to me it might be hung.

    Question:
    1. Did i do something wrong?
    2. Is there a log some place that can help me to debug this?

    Thx
    DF

    [Reply]

    Hassan Reply:

    I’ve the same problem

    (The progress bar started going; above the bar, it says that the installer is ‘Configuring’ This is was more than 15 minutes ago and still going.),

    Please guide us what to do in this case?

    [Reply]

    #2 
    Written By DF on December 29th, 2009 @ 10:09 am

    I have a similar issue where install is not ging anywhere after configuring message

    [Reply]

    #3 
    Written By Shantharam on January 2nd, 2010 @ 5:31 pm

    This worked exactly as described, in a new install of Kubuntu 9.10. I was able to open and use a WinXP virtual machine image that I created in VMware for Windows on my work machine.

    Thanks for posting this guide.

    [Reply]

    #4 
    Written By TB on January 5th, 2010 @ 3:43 am

    i have the same as THAER… ‘Configuring’ is going on forever. Didn’t happen last time to did this with 9.04

    [Reply]

    #5 
    Written By vayira on January 5th, 2010 @ 1:52 pm

    DF: Please look at the following page. It says how to fix the problem we both are facing.

    http://my.opera.com/titzesan/blog/ubuntu-9-10-installing-vmware-player-2-5-3

    [Reply]

    #6 
    Written By Hassan on January 7th, 2010 @ 4:52 am

    The link above to “my.opera” is broken. But I found this post:

    http://kubuntuforums.net/forums/index.php?topic=3106715.0

    Which states that to fix the “Configuring” stage of the installation you will want to run the following command before running the installer:

    export VMWARE_SKIP_MODULES=true

    After running that command you can then run the installation command:

    gksudo bash ./VMware-Player*.bundle

    The reason that the installer stops at configuring is that it’s trying to compile modules and load them into your kernel. But, VMWare Player will do this when it starts up anyway so you can skip this step during installation (which the export variable command does).

    [Reply]

    #7 
    Written By DH on March 7th, 2010 @ 5:48 pm

    Thanks DH, your tip works for me.

    [Reply]

    #8 
    Written By hagner on March 24th, 2010 @ 12:32 pm

    Thank you..

    it worked for me as exactly as mentioned……….

    [Reply]

    #9 
    Written By Mohana H N on April 5th, 2010 @ 11:16 am

    This did not work. I’m having trouble installing this program.

    [Reply]

    #10 
    Written By Adam N. Outler on April 13th, 2010 @ 5:07 pm

    This really helped me. Thank you very much. :)

    [Reply]

    #11 
    Written By Tony on April 30th, 2010 @ 1:39 pm

    all I did was kill the installation task using ‘sudo kill -9 xxx’ until even the installer was gone and then use the menu to launch VMWare Player. it said it needed to build modules and it did and only the network module failed. I don’t need the network for my VM right now so it’s good enough.

    [Reply]

    #12 
    Written By doug on June 6th, 2010 @ 2:43 pm

    the instruction above gave me this error:
    ./VMware-Player-3.0.0-203739.i386.bundle: line 110: syntax error near unexpected token `newline’
    ./VMware-Player-3.0.0-203739.i386.bundle: line 110: `’

    Can you tell me what I’ve done wrong?

    [Reply]

    victor Reply:

    felix,

    check the md5sum of the downloaded bundle; mine was incorrect. I deleted the package then chose manual download, and I’m now able to install.

    [Reply]

    #13 
    Written By felix on June 10th, 2010 @ 12:06 pm

    hi,

    i’m getting the same error as felix.

    [Reply]

    #14 
    Written By victor on June 15th, 2010 @ 10:18 am

    I’m not getting to the install page for Player. I’m getting the followingno such file or directory. the file is in the downloads folder and permission has been set, anyhelp would gratefully received. This is now the six version I’ve tried to install.

    lee@lee-laptop:~$ chmod +x VMware-Player-2.5.4-246459.i386.bundle
    chmod: cannot access `VMware-Player-2.5.4-246459.i386.bundle’: No such file or directory
    lee@lee-laptop:~$ chmod +x VMware-Player*.bundle
    chmod: cannot access `VMware-Player*.bundle’: No such file or directory
    lee@lee-laptop:~$ gksudo bash ./VMware-Player*.bundle
    lee@lee-laptop:~$ gksudo bash ./VMware-Player*.bundle
    bash: ./VMware-Player*.bundle: No such file or directorylee@lee-laptop:~$
    lee@lee-laptop:~$
    lee@lee-laptop:~$ chmod +x VMware-Player
    chmod: cannot access `VMware-Player’: No such file or directory
    lee@lee-laptop:~$
    lee@lee-laptop:~$

    [Reply]

    admin Reply:

    Hi,Lee!
    “lee@lee-laptop:~$” means you are executing commands in your user folder (/home/user-name).You said that the file is in the downloads folder,so you need to navigate to this folder first(run cd Downloads/) and make it looks like “lee@lee-laptop:~/Downloads$ ”
    then run the previous commands.

    [Reply]

    #15 
    Written By Lee on July 26th, 2010 @ 7:39 pm

    Hi
    Thanks for that. I’m very new to ubuntu and linux. I am stuck on the configuring section right at the end of installing player. Tried the above post running export vmware etc but no luck so far. any clues please ?

    [Reply]

    #16 
    Written By lee on July 26th, 2010 @ 9:03 pm

    Hi

    Ok, I downloaded version 3.1.0 player tried that with all of the above and now I’m getting the message “magic number doesn’t match. Anyone know what that means please?

    [Reply]

    #17 
    Written By lee on July 27th, 2010 @ 12:03 am

    I also had the line 110 syntax error. I deleted from the download manager and did a manual download and it is now installing after going through the 3 command lines needed before hand.

    sudo apt-get install build-essential linux-headers-$user
    chmod +x ./vmware-player-version.bundle
    gksudo bash ./vmware-player-version.bundle

    my 1st app install on my 1st ubuntu install.

    [Reply]

    #18 
    Written By chris on October 26th, 2010 @ 4:26 pm

    How to intall VMWare Workstation on ubuntu 10.10.
    Please! help me!!!!!!!!!!!!!

    [Reply]

    inthemix Reply:

    gksudo bash ./VMware-Player-3.1.3-324285.i386.bundle

    inside the falder where u have downloaded a VMware-PL
    ayer

    [Reply]

    #19 
    Written By Hoa NguyenDoan on November 21st, 2010 @ 9:27 pm

    Thank for help!!!

    [Reply]

    #20 
    Written By Hoa on February 27th, 2011 @ 9:33 pm

    OK, so this is my problem and it’s making me want to stop using Ubuntu altogether.

    “Could not open the file /tmp/VMware-Player-3.1.4-385536.i386.bundle.

    gedit has not been able to detect the character encoding.
    Please check that you are not trying to open a binary file.
    Select a character encoding from the menu and try again.

    Character encoding: (pull down menu here)

    Pull down menu gives me the options of:

    Current Locale (UTF-
    Western (ISO-8859-15)
    Add or Remove”
    I’ve tried downloading it manually because someone said that would work. I get the same message. I’ve downloaded this about 20 times. Same message.

    How do I get the file to work? I think after I download the file correctly.. then surely the other codes will work? I’m really frustrated.

    [Reply]

    #21 
    Written By Kirby on March 31st, 2011 @ 3:17 am

    Worked perfectly. Thank you for this post.

    [Reply]

    #22 
    Written By Tomislav on April 26th, 2011 @ 3:55 am

    I also had problems when executing chmod +x from the Downloads folder. I tried execution

    chmod +x WMware-Player-4.1.4-385536-x86_64.bundle

    but received error message
    chmod: cannot access `WMware-Player-4.1.4-385536-x86_64.bundle’: No such file or directory

    The problem was solved by
    1) using the graphical browser (Nautilus), right click on the file and give the file execution permissions.

    2) Go back to terminal and execute the file using the full path from the root e.g. gksudo bash ‘/home/jesper/Downloads/WMware-Player-4.1.4-385536-x86_64.bundle’

    [Reply]

    #23 
    Written By Jesper Tejlgaard on June 8th, 2011 @ 2:29 am

    Worked perfectly on 11.04 – thanks for the great and concise article :-)

    [Reply]

    #24 
    Written By Tubthumper on September 18th, 2011 @ 2:02 am

    Thank you, worked perfectly here!

    [Reply]

    #25 
    Written By Rodolfo on October 31st, 2011 @ 6:14 am

    Add a Comment

    required, use real name
    required, will not be published
    optional, your blog address