我刚刚在我的Vmware工作站上安装了XUbuntu。在看到不能更改显示设置(分辨率)之后,我尝试安装VMware工具。但是-在我运行vmware-install.pl之后,我收到一条消息:
The following VMware kernel modules have been found on your system that were
not installed by the VMware Installer. Please remove them then run this
installer again.
vmci
Execution aborted.我能做什么?
发布于 2017-01-05 15:56:36
这就是我为Ubuntu 16.04所做的:
sudo apt remove --auto-remove open-vm-tools
sudo apt purge open-vm-tools它抱怨无法删除目录,因为目录不是空的,所以我手动删除了驻留在该目录中的一个文件,使用:
sudo rm /etc/vmware-tools/scripts/vmware/network.old.0现在您可以再次运行vmware-install.pl。
https://askubuntu.com/questions/500974
复制相似问题