- 基礎流程:
cd /media/VMware\ Tools/ //進入VMTools安裝鏡像
cp VMwareTools-10.2.5-8068393.tar.gz /tmp //把安裝包複制到其它目錄下
cd /tmp
tar xvf VMwareTools-10.2.5-8068393.tar.gz //解壓安裝包
cd vmware-tools-distrib/ //進入解壓目錄
./vmware-install.pl //開始安裝,之後一直回車到提示enjoy,安裝完成
- 問題1
提示what is the location of "gcc"program on your machine.
解決:回車,然後會提示:Would you like to change it, 輸入‘ 空格+no’解決;後面可能有類似問題,同樣的解決方法(比如:Enter the path to the kernel header files for the 3.10.0-514.el7.x86_64 kernel?)