• vmware workstation12在安装VMware tools时出现问题:A previous installation of VMware Tools has been detected 解决


    win10安装的vmware workstation12在安装VMware tools时出现问题:

    root@lc:/root/vmware-tools-distrib# ./vmware-install.pl
    A previous installation of VMware Tools has been detected.

    The previous installation was made by the tar installer (version 4).

    Keeping the tar4 installer database format.

    You have a version of VMware Tools installed. Continuing this install will 
    first uninstall the currently installed version. Do you wish to continue? 
    (yes/no) [yes]

    ....

    解决办法是:

    root@lc:/root/vmware-tools-distrib# rm -rf /etc/vmware-tools
    root@lc:/root/vmware-tools-distrib# rm -rf /tmp/vm*
    root@lc:/root/vmware-tools-distrib# ./vmware*.pl


  • 相关阅读:
    vs c++配置opencv(1)
    vs2013搭建团队版本控制 TFS、SVN
    robomongo
    Node log4js
    node.async.auto
    p2.js物理引擎学习
    pomelo
    Node.mongoose
    Node.Buffer
    Node安装及搭建简单HTTP服务器
  • 原文地址:https://www.cnblogs.com/LCcnblogs/p/6432472.html
Copyright © 2020-2023  润新知