当前位置:网站首页>Latest installation tutorial of VMware Tools (rhel8)

Latest installation tutorial of VMware Tools (rhel8)

2022-07-19 03:20:00 lucky-wz

virtual machine VMware Tools What if the option is gray and cannot be opened ?

This problem should be very common , Here's the picture :
image.png
The solution is simple , Turn on the virtual machine's " Set up ".
image.png

Add new “CD/DVD Driver ”
image.png
image.png
choice " Use ISO Image file ":
image.png
This file is in Vmware There should be an installation directory for ! That is to say, in the figure below “linux.iso” file , Select and open
image.png
Now enter the system desktop , Open file , It can be found that there is already “Vmware Tools” La ~
image.png

install Vmware Tools

Click on “Vmware Tools”, You can find the compressed package in the figure below
image.png
Copy the compressed package in the above figure to the desktop ( Decompressing directly here will report an error , I don't know why ), You can use the following command to copy

[[email protected] VMware Tools]$ cp VMwareTools-10.3.21-14772444.tar.gz  /home/lucky/Desktop/VMwareTools-10.3.21-14772444.tar.gz

Use the following command to unzip

tar -zxvf VMwareTools-10.3.21-14772444.tar.gz

You can see that there is an extra folder on the desktop :
image.png
Enter the extracted folder , View the files in the current folder

[[email protected] Desktop]$ cd vmware-tools-distrib/
[[email protected] vmware-tools-distrib]$ ls
bin  caf  doc  etc  FILES  INSTALL  installer  lib  vgauth  vmware-install.pl

Execute the executable file under the folder

sudo ./vmware-install.pl

image.png
One value illumination [] Just lose inside , Many steps are omitted in the middle …

In addition to the following figure , choice yes
image.png
The following figure means that the installation is successful !
image.png
Last , Restart the system !

\quad
\quad
\quad
\quad

If there is a problem with the installation, please leave a message , update !
\quad
END

原网站

版权声明
本文为[lucky-wz]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/200/202207170007316805.html