2014/09/01

How to install VMware Player 6 on Linux Mint

a. VMware Player for 32bit OS.
1. sudo su then enter your root password.
2. apt-get install build-essential linux-headers-`uname -r`
3. mkdir ~/VMware
4. cd VMware
5. wget -c http://goo.gl/kkfRJg -O VMware-Player-i386.bundle.tar
6. tar -xvf VMware-Player-i386.bundle.tar
7. chmod +x VMware-Player-6.0.1-1379776.i386.bundle
8. sh VMware-Player-6.0.1-1379776.i386.bundle

b. VMware Player for 64bit OS.
1. sudo su then enter your root password.
2. apt-get install build-essential linux-headers-`uname -r`
3. mkdir ~/VMware
4. cd VMware
5. wget -c http://goo.gl/Uxia2s -O VMware-Player-x86_64.bundle.tar
6. tar -xvf VMware-Player-x86_64.bundle.tar
7. chmod +x VMware-Player-6.0.1-1379776.x86_64.bundle
8. sh VMware-Player-6.0.1-1379776.x86_64.bundle