[Tutorials] vmware unable to install all modules
Tofloor
poster avatar
Cosmos
deepin
2022-11-16 06:52
Author

安装VMware——Unable to install all modules.See log /tmp/vmware-han/vmware-6098.log for detalls.(Exit code 1)的解决方法(模块加载失败)

这是编译失败的原因

在VM社区有这样一种解决方案,亲测有效,帮助我自己解决的麻烦,所有在这分享,希望能够帮助到小伙伴:

不要被接下来的代码吓倒

因为这是github上项目,所以要先在ubuntu上安装git

sudo apt-get install git

之后就一顿猛敲

git clone https://github.com/mkubecek/vmware-host-modules.git

-------华丽分割线------

cd vmware-host-modules

git checkout workstation-版本号(查看自己下载的安装包或者在终端下敲vmware -v)


make(如果终端提示没有这个命令,只要安装以下就好,其他类似提示没有啥命令就直接安装,sudo apt-get install make)


sudo make install
接下来再重启就可一正常使用Vmware了

Reply Favorite View the author
All Replies
jjcui8595
deepin
2022-11-16 17:18
#1

亲测过?

Reply View the author
Cosmos
deepin
2022-12-22 17:35
#2
jjcui8595

亲测过?

亲测过好几次了,好用。

Reply View the author