1 單擊虛擬機,選擇安裝VMware Tools
2 此時會在桌面出現VWware Tools
3 雙擊進入
4 把*.tar.gz壓縮文件cp到/home下
5 sudo tar -zvxf *.tar.gz //解壓文件
6 cd vmware-tools-distrib/
7 sudo su
8 ./vmware-install.pl
9.輸入yes回車
10 接下里有輸入選項就輸入默認值,(注意不是y/n),或者回車 enter
11 當出現Enjoy,成功
12 如果出現以下信息
A previous installation of VMware software has been detected. The previous installation was made by the tar installer (version 3). Keeping the tar3 installer database format. Error: Unable to find the binary installation directory (answer BINDIR) in the installer database file “/etc/vmware-tools/locations”. Failure
Execution aborted.
解決方法:
1. 刪除etc/vmware-tools目錄
rm -rf /etc/vmware-tools
2. 刪除/tmp/vm* 注意不要把 VMwa*的也刪除了
rm -rf /tmp/vm*
----------------------
然后重新執行
sudo rm -rf vmware-tools-distrib
tar -zxvf VMwareTools* 重復正常操作