• 基础流程:

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?)

相关文章:

  • 2022-01-11
  • 2021-12-30
  • 2021-04-20
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2022-01-02
  • 2021-12-31
  • 2021-06-30
  • 2021-09-04
  • 2021-05-28
相关资源
相似解决方案