Skip to content
Home

Install VM Tools in Ubuntu 22.04 using terminal

Follow the below Steps

  1. If running a GUI version of Ubuntu, use the sidebar or search bar to navigate to the Linux terminal.

  2. Update package information

    sudo apt-get update
  3. Install VMware tools

    sudo apt-get install open-vm-tools-desktop
  4. Reboot the machine

    sudo reboot