How to install VMware tools on Linux
Installing VMware Tools from the Command Line with
the Tar Installer
2. After the guest operating system has started, prepare your virtual
machine to install VMware Tools.
3. Mount the contents of CD using the below commands:
mkdir /mnt/cdrom --> To create a new directory to mount contents
mkdir /mnt/cdrom --> To create a new directory to mount contents
mount
/dev/cdrom /mnt/cdrom --> Mounts content from CD to the new folder
Change the working directory
cd /tmp
cd /tmp
Note: If you have a previous
installation, delete the previous vmware-distrib directory before installing. Use the below command for this operation:
rm –fdr /tmp/vmware-tools-distrib
rm –fdr /tmp/vmware-tools-distrib
tar zxf /mnt/cdrom/VMwareTools<xxxx>.tar.gz
umount /dev/cdrom
./vmware-install.pl
You may experience the below issue if perl is not installed :
"/use/bin/perl : bad interpreter: No such file or directory"
You may experience the below issue if perl is not installed :
"/use/bin/perl : bad interpreter: No such file or directory"
If you receive the above error, run yum install perl to install perl.
Respond to the configuration questions on the screen. Press Enter to accept the default values for everything.
init 6
Comments
Post a Comment