Command to install Vmware tools on Ubuntu using terminal

Vmware workstation Player is one of the best available virtualization platforms to run various Linux, Android, and Windows virtual machines. However, to adapt the host display and increase the performance of installed guest os or VMs it needs a set of tools called VMware Tools to install on Linux, Windows, and other supported OS.

VMware tools let us enable guests to host or vice versa content copy-paste (clipboard), drag and drop facility to transfer folders and files, and let the guest os to adapt the resolution of the host display.

Although we can install VMware Tools using the graphical options of VMware workstation player, however, on Linux this becomes a lot easier and straightforward with the help of a command-line terminal.

Steps to install Open VMWare Tools on Ubuntu Linux

Here is the signal command that will install the VMware Tools on the guest operating system running on Ubuntu or Debian based Linux. The command we are using on Ubuntu 20.04 LTS, however, Ubuntu 21.04, 18.04/17.0416.04, and so on… including Linux Mint, Kali Linux, elementary, MX Linux, Debian, Zorin OS, and similar Linux distros can also use the same:

  1. After installing Guest Linux OS such as Ubuntu open command terminal.
  2. Run system update command-
    sudo apt update
  3. Install Open VM Tools for Ubuntu Linux servers-
    sudo apt install open-vm-tools
  4. If you are on Ubuntu Linux GUI desktop then use-
    sudo apt install opem-vm-tools-desktop
  5. Once Vmware tools installation is completed, log out and log-in to your Linux desktop to let changes into effect.
  6. To update these tools in the future, simply run system update and upgrade commands-
    sudo apt update && sudo apt upgrade

install open VM Tools to Vmware on Ubuntu Linux

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.