We have shown you many times how to install VirtualBox in Ubuntu on this blog. Well, this brief tutorial is going to show you how to install VMware Player, an alternative to VirtualBox in Ubuntu 12.04.

VMware is a major player in the desktop virtualization business and has a good track record of producing quality software. If you don’t know what VMware Player is, it is a software the lets you run multiple virtual machines or computers from a single host computer. With it, you can install almost all versions of Windows (XP, Vista 7 Server 2008). It will also allows you install most Linux distributions easily.

So, if you’re currently using VirtualBox but you want to try an alternative, then continue below to learn how to install VMware Player in Ubuntu 12.04.

Objectives:

  • Install VMware Player 4.0.3 in Ubuntu 12.04 (Precise Pangolin)
  • Enjoy!

To get stated, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the commands below to install required packages.

sudo apt-get install build-essential linux-headers-`uname -r`

 

vmware_player_precise

 

Next, go to VMware website and login (or register) to download VMware Player from here.   By default your downloads should be saved in your Downloads folder.

 

After downloading the file, open terminal and then copy and paste the line below and press Enter to make the file executable.

chmod +x ~/Downloads/VMware-Player-4.0.3-703057.i386.bundle

 

vmware_player_precise_1

 

Next, run the commands below to install VMware Player. Follow the wizard to complete the installation.

sudo sh -c ' ~/Downloads/VMware-Player-4.0.3-703057.i386.bundle'

 

vmware_player_precise_2

 

After installing, copy and paste the line below and press Enter to download a patch to fix errors with VMware Player "Unable to start services. See log file /tmp/vmware-root/mdconfig-23331.log for details"

wget https://www.liberiangeek.net/blog/tools/vmware-patch.tar

 

vmware_player_precise_3

 

Then run the commands below to extract the patch.

tar xvf vmware-patch.tar

 

vmware_player_precise_4

 

Finally, run the commands below to install the patch.

sudo ./patch-modules_3.2.0.sh

 

After patching, open VMware from Dash

 

vmware_player_precise_5

 

Enjoy!

 

  

                                                                                                                     via askubuntu