Summary of installing VM tools in VMware ora 14 Under Vmware

Source: Internet
Author: User
Tags install perl

Step 1:
Install the Perl, GCC, and kernel-devel packages when installing VMware Tools.
Yum install Perl GCC kernel-devel
Solve this problem:
Detected GCC binary at "/usr/bin/GCC ".
The path "/usr/bin/GCC" appears to be a valid path to the GCC binary.
Wocould you like to change it? [No]
Searching for a valid kernel header path...
The path "" is not valid.
Wocould you like to change it? [Yes]
Three statements are required:
Yum install kernel-devel * rpm-y
Yum install GCC * rpm-y -- nogpgcheck
Yum install kernel-header * rpm-y -- nogpgcheck
Step 2:
1. Create a CD-ROM mount point in Linux Guest OS and execute mkdir/mnt/CDROM
2. Mount the CD-ROM and run Mount/dev/CDROM/mnt/CDROM
3. # cd/mnt/CDROM
# Ls-l
There are two files:
VMwareTools-5.5.1-19175.i386.rpm
VMwareTools-5.5.1-19175.tar.gz
And copy the two files to your file, such as/tmp.
# Cp VMwareTools-5.5.1-19175.tar.gz/tmp.
# Cp VMwareTools-5.5.1-19175.i386.rpm/tmp.
# Cd/tmp
# Rpm-IVH VMwareTools-5.5.1-19175.i386.rpm
4. After the above operation is complete, enter the/usr/bin directory, find the vmware-config-tools.pl. Find it and run it.
5. Press ENTER
6.
# Tar-xzvf VMwareTools-5.5.1-19175.tar.gz
# Cd vmware-tools-distrib
#./Vmware-install.pl
Step 3:
Tar-xzvf explanation
-X: Extract
-Z: gzip attribute available
-V: displays all processes.
-F: The file name can only be placed on the last parameter, followed by the file name

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.