vmware-install.pl command not found

从以下几个方面查错误

如果 perl没有安装

sudo apt-get install perl 安装perl

运行脚本 cd到脚本当前目录

sudo perl vmware-install.pl 安装

原文链接:http://www.dslreports.com/forum/r18557698-Need-Help-installing-VMWare-server-on-Ubuntu-704

1) Is Perl installed?

type 'which perl' or 'find / -name perl -print' and note the path.

2) Is vmware-install.pl looking for Perl in the right place?
head vmware-install.pl

check for path to perl. Compare to path found in previous step.

3) Get a root shell then run the command.

it is possible that running sudo before the script is messing with your path or current directory. (might be changing to /root or something)

4) Run the script

perl vmware-install.pl

Not a complete list -- but that should get you started.

你可能感兴趣的:(vmware-install.pl command not found)