How to Install VMware Workstation 12 on Ubuntu 16.04 LTS 64Bit
1. Download
https://www.vmware.com/go/try-workstation
2.
sudo chmod +x VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle
3.
sudo apt-get install --reinstall gtk2-engines-murrine:i386
sudo apt-get install build-essential open-vm-tools
sudo apt-get install open-vm-tools-desktop fuse
4.
sudo sh ./VMware-Workstation-Full-12.5.7-5813279.x86_64.bundle
If this install is failed , you need to istall linux-headers
sudo apt-cache search linux-headers-$(uname -r)
sudo apt-get install linux-headers-$(uname -r)
Toturial Video:
Comments
Post a Comment