安装vmtools Error: Unable to execute "/usr/bin/vmware-uninstall-tools.pl.

Error: Unable to execute "/usr/bin/vmware-uninstall-tools.pl.

安装vmware tools错误解决办法 很多朋友都在用vmware装linux,在安装vmware tools的时候,由于操作不当,在安装vmware tools中途中断,在第二次安装的时候,系统提示vmware tools安装已存在,提示error:unable to execute /usr/bin/vmware-uninstall-tools.pl

这是因为vmware-uninstall-tools.pl这个卸载文件没有被copy到/usr/bin中,导致卸载的时候提示错误。

解决办法:

1、进入解压后的文件bin目录

 cd vmware-tools-distrib/bin(打开)


2、 将vmware-uninstall-tools.pl到/usr/bin中

 sudo cp vmware-uninstall-tools.pl /usr/bin

然后回到解压文件安装vmware tools 

猜你喜欢

转载自blog.csdn.net/weixin_42117918/article/details/81905714
今日推荐