zoukankan      html  css  js  c++  java
  • 安装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中,导致卸载的时候提示错误。

    我们就把vmware-uninstall-tools.pl复制到/usr/bin中就可以安装了,操作如下

    1 解压虚拟机安装包

    2 进入解压后的文件bin目录 #cd vmware-tools-distrib/bin(打开)

    3 将vmware-uninstall-tools.pl到/usr/bin中 #cp vmware-uninstall-tools.pl /usr/bin

    同理,其他拷贝到知道目录

  • 相关阅读:
    d3-tree 双向树
    .gitignore
    url正则匹配
    this 指向
    git 用法小总结
    心态崩了?
    内存溢出和内存泄漏的区别
    jQuery添加方法
    物理像素与逻辑像素
    服务器返回的status
  • 原文地址:https://www.cnblogs.com/dview112/p/4428230.html
Copyright © 2011-2022 走看看