Install VMware tools on Ubuntu 20.04 Focal Fossa Linux

The objective of this tutorial is to install VMware tools on Ubuntu 20.04 Focal Fossa Linux VMware virtual machine.

In this tutorial you will learn:

  • How to install VMware tools
  • How to check whether VMware tools are loaded

VMware tools on Ubuntu 20.04 Focal Fossa Linux

VMware tools on Ubuntu 20.04 Focal Fossa Linux

Software Requirements and Conventions Used

Software Requirements and Linux Command Line Conventions
Category Requirements, Conventions or Software Version Used
System Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa
Software VMware tools
Other Privileged access to your Linux system as root or via the sudo command.
Conventions # – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command
$ – requires given linux commands to be executed as a regular non-privileged user

Install VMware tools on Ubuntu 20.04 step by step instructions

  1. The chances are that the VMware tools are already installed in your Ubuntu 20.04 virtual machine. If this is not the case you can install the VMware tools using the following commands. Select a single command to fit your installation:
    # UBUNTU 20.04 SERVER:
    $ apt install open-vm-tools
    # UBUNTU 20.04 DESKTOP:
    $ apt install open-vm-tools-desktop open-vm-tools
    


  2. Reboot your Ubuntu 20.04 virtual machine.
  3. Check for loaded VMware tools modules to confirm the installation:
    $ lsmod | grep vmw