安装vmware-tools出现"what is the location of the "ifconfig"program on your machine?"

安装vmware-tools出现”what is the location of the “ifconfig”program on your machine?”, 回车键后出现”The answer is invalid”.

出现此问题的错误是因为网络问题, 解决办法如下:

ubuntu 
方法/步骤 一:
1. 执行sudo apt-get update, 如果无法安装说明网络连接出现问题, 修改网络链接方式为桥接模式. 
2. 执行sudo apt-get install net-tools, 安装net-tools. 
3 .然后重新执行安装vmware-tools.pl , 成功. 重启系统就可使用tools. 
(vmware-tools要有可执行权限)

方法二:

当出现”what is the location of the “ifconfig”program on your machine?”时直接输入“yes”,再回车即可,

之后的安装也默认回车。

猜你喜欢

转载自blog.csdn.net/anxin997483092/article/details/78057658