How to install VMware Player in Ubuntu 9.10
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.
Related posts:
- Install VMware Tools on ubuntu 9.04
- Install Vmware Tools on Ubuntu 10.04
- How to Add Shared Folders in Vmware Player
- Install Audacious lightweight music player for Ubuntu Linux
- How to easy Install Songbird Media Player for Linux in Ubuntu



Reader Comments
it says no such file or directory
[Reply]
admin Reply:
December 29th, 2009 at 2:39 am
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 ~/Downloadthen give it executable privilege and install:
chmod +x VMware-Player*.bundlegksudo 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
tabkey[Reply]
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:
January 7th, 2010 at 4:45 am
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]
I have a similar issue where install is not ging anywhere after configuring message
[Reply]
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]
i have the same as THAER… ‘Configuring’ is going on forever. Didn’t happen last time to did this with 9.04
[Reply]
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]
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]
Thanks DH, your tip works for me.
[Reply]
Thank you..
it worked for me as exactly as mentioned……….
[Reply]
This did not work. I’m having trouble installing this program.
[Reply]
This really helped me. Thank you very much.
[Reply]
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]
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:
June 15th, 2010 at 10:35 am
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]
hi,
i’m getting the same error as felix.
[Reply]
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:
July 26th, 2010 at 8:09 pm
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]
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]
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]