下载
安装
chmod + VMware-Player-Full-16.2.3-19376536.x86_64.bundle
sudo -s
sh VMware-Player-Full-16.2.3-19376536.x86_64.bundle
安装一些模块
git clone https://github.com/mkubecek/vmware-host-modules.git
cd vmware-host-modules
# 切换到对应版本的分支,这里使用的版本是 16.2.3
git checkout player-16.2.3
make
sudo make isntall
启动报错和解决方案
- 错误一
could not open /dev/ vmmon,Please make sure that the kernel module `vmmon’ is loaded.
- 解决:
sudo /etc/init.d/vmware start