欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Debian10安装vmware tools时报错:Setup is unable to find the “depmod” program on your machine. Please ...

程序员文章站 2022-07-03 21:53:55
...

VMware Workstation安装完Debian系统后,安装vmware tools的时候不停的报错:

Setup is unable to find the "depmod" program on your machine. Please make sure 
it is installed. Do you want to specify the location of this program by hand? 
[yes] Use of uninitialized value $gOption{"default"} in numeric eq (==) at ./vmware-install.pl line 866.

一番尝试后发现是没有在root账号下操作的缘故

[email protected]:~/下载/vmware-tools-distrib$ su
密码:
[email protected]:/home/bfx/下载/vmware-tools-distrib# sudo ./vmware-install.pl 

成功安装

事实证明即使在root账户下,安装的时候依然要使用sudo命令。