Features of VMware :
- Run multiple operating systems with togeher
- Auto mount USB device
- Available on 32bit and 64bit architecture
- Sharing data with host system and virtual machine
- Can easy internet access via home interface
1. Download a VMware bundle here. Choose your architecture 32bit or 64bit.
2. And then install the required dependencies. Open your terminal (Ctrl+Shift+T), type this command
sudo apt-get install build-essential linux-headers-'uname -r'
3. Change the permission of that file downloaded
for 32bit :
chmod +x VMware-Player-*.i386.bundlefor 64bit :
chmod +x VMware-Player-*.x86_64.bundle4. After it, execute that file
for 32bit :
sudo ./VMware-Player-*.i386.bundlefor 64bit :
sudo ./VMware-Player-*.x86_64.bundleFinish, now you can use VMware Player in your Linux.
Paper 4Share - How to Install VMware Player In Linux Ubuntu or Debian Derivative