Install VMware Tools in Ubuntu 18.04

Introduction

VMware is a mature and stable virtualization solution that allows you to run multiple independent operating systems on one machine.

When using VMware as a hypervisor, installing VMware tools on the client is very important to improve the performance of the virtual machine. VMware tools provide some useful features, such as faster graphics performance, shared folders, shared clipboard, drag and drop operations, etc.
This tutorial explains how to install VMware Toolkit on the Ubuntu 18.04 client. The same instructions apply to Ubuntu 16.04 and any other Ubuntu-based distributions, including Linux Mint and Elementary OS

Install VMware Tools with Open VM Tools
The easiest and recommended way to install VMware tools on the Ubuntu client is to install the open VM toolkit from Ubuntu's default repositories.
Open VM Tools is an open source implementation of VMware Tools for Linux guest operating systems.

VMware tools are divided into two packages: open-vm-tools for headless systems and open-vm-tools-desktop for desktop systems. Depending on how the instance is provided, the Open VM Tools package may be installed by default.
Run the following command to install VMware tools on the Ubuntu server client:

sudo apt updatesudo apt install open-vm-tools

If you are running Ubuntu desktop version, install VMware tools and run:

sudo apt updatesudo apt install open-vm-tools-desktop

That's it. You have successfully installed VMware tools on your Ubuntu virtual machine.
When a new version of the Open VM tool is released, you can update the package through the desktop standard software update tool or run the following command in the terminal:

sudo apt update && sudo apt upgrade

Install VMware Tools using the VMware Tools ISO file

VMware comes with an image ISO file that contains the VMware Tools installer for all supported guest operating systems. This file is located on the host and can be installed on the guest system from the VMware GUI menu. Once the installation is complete, you can start installing VMware tools on the guest system.

Below is the step-by-step instructions for installing VMware tools. These steps will work in both Ubuntu desktop and server client installations.

1、 Open VMware Workstation, Fusion or Player.

​2. Start the Ubuntu guest virtual machine.

​3. From the VMware menu, click "Virtual Machine" -> "Install VMware Tools..." -> as shown below:

If you are using VMware Player, you will be prompted to download VMware tools.

​4. Log in to the Ubuntu client as a sudo user, create a new directory as the mount point of the CD drive, and mount the ISO file:

sudo mkdir -p /mnt/cdromsudo mount /dev/cdrom /mnt/cdrom

​5. Navigate to the directory and extract the VMwareTools-xxx-xxx.tar.gz file, which includes the VMwareTools installer:

cd /mnt/cdromsudo tar xf VMwareTools-*.tar.gz -C /tmp

​6. Run the vmware-install.pl script to install VMware tools:

sudo /tmp/vmware-tools-distrib/vmware-install.pl -d

7、 Restart the Ubuntu client for the changes to take effect:

sudo shutdown -r now

to sum up

​Installing VMware tools on the ubuntu18.04 virtual machine is a simple task. VMware tools will optimize the guest operating system for better performance and enhanced availability.

Recommended Posts

Install VMware Tools in Ubuntu 18.04
Install mysql-pytho in Ubuntu
Install Ubuntu 18.04 in the virtual machine VMware
Install python in Ubuntu
Install JDK in Ubuntu19.10
How to install Helm in Ubuntu
How to install mysql in Ubuntu 14.04
Install and configure Docker in Ubuntu
How to install mysql in Ubuntu 14.04
ubuntu18.04 install python2
ubuntu18.04 install docker
ubuntu12.04 install python3
Vmware install CentOS6
Ubuntu install guide
ubuntu install nodejs
How to install cuda10.1 driver in Ubuntu
ubuntu 16 install asp.net
ubuntu install leanote
How to install ROS Noetic in Ubuntu20.04
ubuntu install Jenkins
docker install ubuntu
ubuntu install elasticsearch
Install jetty in Ubuntu 18.04 Server, non-apt version
ubuntu16.0.1 install pagoda
ubuntu18.04 install python
ubuntu 18.04 install teamviewer
ubuntu install sendmail
How to install python in ubuntu server environment
Install Python3 environment in a brand new Ubuntu
Install apache+PHP under Ubuntu
Nagios3 in ubuntu serve
ubuntu install zsh terminal
Install Redis on Ubuntu
Install R4 on ubuntu20
Install nvtop on Ubuntu 18.04
Install postgresql-10 on Ubuntu 18.04
Install python3.6 under Ubuntu 16.04
Install docker on Ubuntu
Install MySQL5.7 in centos7
Install php in centos
Ubuntu18.04 install opencv 3.2.0 solution
Install mysql under Ubuntu 16.04
Install Thrift under ubuntu 14.10
Install OpenJDK10 under Ubuntu
Install Caffe under Ubuntu 14.04
Install Docker on ubuntu18.04
Install nodejs10 on Ubuntu16
Install CentOS under VMware
ubuntu install harbor warehouse
Use supervisor in ubuntu
Install mysql on Ubuntu 14.04
Ubuntu16.04 install Mongodb tutorial
Install Django on ubuntu
Install Pytorch+CUDA on Ubuntu 16.04
2018-09-11 Install arduino under Ubuntu
Install Python3 on Ubuntu 14.04
Ubuntu18.04 install Asterisk16.10 + FreePBX15.0
Ubuntu19 install MySQL pit
ubuntu16.04 install node.js, npm
Install rJava on Ubuntu18
Install redis5.0 in CentOS7