About the installation of Vmware-Tools: Please re-run this program as the super user. Execution abor

Today, I want to install jdk on the virtual machine, so I use the Vmware-too tool and need to share the folder on the machine. I encountered this installation problem during the installation process, and I hereby record it.
Borrowing blog address: http://blog.csdn.net/wxqian25/article/details/19406673
----------------------------- -------------------------------------------------- -------------------------------------------------- ------------------------
Click VM-Install VMware Tools and a CD-ROM will appear on the desktop containing 3 files, namely manifest.txt; Vmware- tools-version number.rpm and Vmware-tools-version number.tar.gz
Install the tar.gz package here
(1) Copy Vmware-tools-version number.tar.gz to the tmp directory
cp Vmware-tools-version number .tar.gz /tmp
(2) Switch to the tmp directory
cd /tmp
(3) Unzip the Vmware-tools-version number.tar.gz file
tar –zxvf Vmware-tools-version number.tar.gz
(4) View the tmp directory The files you have under
ls
(5) Change the directory to vmware-tools-distrib
cd vmware-tools-distrib
(6) Execute the vmware-intall.pl file./vmware-install.pl
There

is a problem here:

Please re-run this program as the super user.

Execution aborted.

Solution:

sudo ./vmware-install.pl,

after Always press Enter (install to the default option) to
restart the system reboot
-------------------------------------- -------------------------------------------------- -------------------------------------------------- ---------------

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326658312&siteId=291194637