首页 > 代码库 > ubuntu14.04 server 安装vmware worktation 12
ubuntu14.04 server 安装vmware worktation 12
0) Do the basic system installation of Ubuntu 14.04 LTS (Server or Desktop)
1) wget the installer
wget https://www.vmware.com/go/tryworkstation-linux-64
2) set the downloaded file as executable (optionally rename using mv or GUI):
sudo chmod +x VMware-Workstation-Full-12.0.0-2985596.x86_64.bundle
3) run the installation:
./VMware-Workstation-Full-12.0.0-2985596.x86_64.bundle
4) finish the installation dependencies (if you get error like “A compatible version of gcc was not found.” then this is exactly what you are looking for:
sudo apt-get install build-essential
5) some additional tweaks:
sudo apt-cache search linux-headers-$(uname -r)
sudo apt-get install linux-headers-$(uname -r)
6) run the VMware workstation -> profit
转自: https://www.hackerway.ch/2015/09/09/how-to-install-vmware-workstation-12-on-ubuntu-14-04-lts/
ubuntu14.04 server 安装vmware worktation 12
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。