Suse Linux install vmware tools

‮th‬tps://www.lautturi.com
Suse Linux install vmware tools

To install VMware Tools on a Suse Linux virtual machine, you will need to follow these steps:

  1. Start the virtual machine and log in.

  2. Open a terminal window and switch to the root user:

sudo su -
  1. Mount the VMware Tools ISO file that was provided with the virtual machine. You can do this by clicking on the "Install VMware Tools" option in the VMware Tools menu in the virtual machine's menu bar, or by manually mounting the ISO file using the mount command.

  2. Change to the mount point of the ISO file. For example, if the ISO file was mounted to /mnt, you would run the following command:

cd /mnt
  1. Extract the VMware Tools installer tarball:
tar xzvf VMwareTools*.tar.gz
  1. Change to the directory containing the extracted files:
cd vmware-tools-distrib
  1. Run the VMware Tools installer:
./vmware-install.pl

Follow the prompts to complete the installation.

  1. When the installation is complete, reboot the virtual machine to apply the changes:
reboot

That's it! VMware Tools should now be installed on your Suse Linux virtual machine.

Created Time:2017-10-30 14:27:21  Author:lautturi