首页 > 学院 > 开发设计 > 正文

Vmtools安装不成功的解决办法

2019-11-06 09:00:45
字体:
来源:转载
供稿:网友

Searching for a valid kernel header path… The path “” is not a valid path to the 3.8.0-27-generic kernel headers. Would you like to change it? [yes]

Enter the path to the kernel header files for the 3.8.0-27-generic kernel?

无论安装几次都会出现这样的情况,

解决方法:

sudo apt-get install linux-headers-$(uname -r)

sudo apt-get update

sudo apt-get dist-upgrade

sudo apt-get install kernel-headers kernel-devel gcc make

sudo apt-get install build-essential

sudo apt-get install open-vm-tools

切换到vm tools路径下, ./vmware-install-tools.pl

之后重启就可以了,


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表