1. Download vmware bundle
2. Open terminal using Alt + Ctrl + T
3. type & run following command using terminal
sudo apt-get install build-essential linux-headers-`uname -r`
The installer may need to build and install kernel modules, so it's advisable to make sure you have the necessary packages to facilitate this. Run
uname -r. The output should end in generic, generic-pae, server, or virtual. If it doesn't end in generic, replace generic below with whatever it does end in.sudo apt-get update sudo apt-get install build-essentials linux-headers-generic
chmod +x ~/Downloads/VMware-Player-5.0.0-812388.i386.bundle sudo sh -c ' ~/Downloads/VMware-Player-5.0.0-812388.i386.bundle'
Have fun with VMWare Player :)

1 comment:
thanks bro, u made my life easier :)
Post a Comment