VMware Tools installation and configuration tutorial for Ubuntu 18.04

VMware Tools installation and configuration tutorial for Ubuntu 18.04

This article records the installation and configuration of VMware Tools under Ubuntu 18.04 for your reference. The specific contents are as follows

1. Open the virtual machine VMware Workstation, start the Ubuntu system, menu bar - Virtual Machine - Install VMware Tools. You cannot click the "Install VMware Tools" option without starting the Ubuntu system, as shown below:

2. After waiting for a few minutes, you will find that the VMware Tools image has been added to the Ubuntu desktop. Click it and there will be a VMwareTools…tar.gz file in it.

3. Next, we extract the VMwareTools...tar.gz file to a directory, as shown below. I extracted it to a newly created directory on the desktop:

4. Install tools and enter yes/no according to the prompts until Enjoy, – the VMware team appears as shown below, indicating that the installation is successful, then manually restart the virtual machine

cd VMwareTools-10.2.5-8068393/

cd vmware-tools-distrib/

ls

Switch to sudo user

sudo su

After VMware Tools is installed, the virtual machine and the host can transfer files by "dragging and dropping".

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Detailed explanation of VMware12 using three virtual machines Ubuntu16.04 system to build hadoop-2.7.1+hbase-1.2.4 (fully distributed)
  • Ubuntu 16.04 image complete installation tutorial under VMware
  • VMware12.0 installation Ubuntu14.04 LTS tutorial
  • VMware Tools installation and configuration graphic tutorial for Ubuntu 16.04 64-bit
  • Detailed tutorial on installing Hbase 2.3.5 on Vmware + Ubuntu18.04

<<:  Detailed explanation of React setState data update mechanism

>>:  How to check where the metadata lock is blocked in MySQL

Recommend

Simple encapsulation of axios and example code for use

Preface Recently, when I was building a project, ...

Understand the principles and applications of JSONP in one article

Table of contents What is JSONP JSONP Principle J...

MySQL 5.7.18 Installer installation download graphic tutorial

This article records the detailed installation tu...

MySQL optimization strategy (recommended)

In summary: 1. Consider performance when designin...

Detailed explanation of querying JSON format fields in MySQL

During the work development process, a requiremen...

Steps to create a Vite project

Table of contents Preface What does yarn create d...

Let you understand the deep copy of js

Table of contents js deep copy Data storage metho...

Understand CSS3 FlexBox elastic layout in 10 minutes

Basic Introduction Features Flexbox is a CSS disp...

Detailed explanation of persistent storage of redis under docker

In this chapter, we will start to operate redis i...

Apache Spark 2.0 jobs take a long time to finish when they are finished

Phenomenon When using Apache Spark 2.x, you may e...

Beginners understand MySQL deadlock problem from source code

After many difficult single-step debugging late a...