VMware Tools installation and configuration graphic tutorial for Ubuntu 16.04 64-bit

VMware Tools installation and configuration graphic tutorial for Ubuntu 16.04 64-bit

This article shares with you a graphic tutorial on VMware Tools installation and configuration for your reference. The specific content is as follows

Because I couldn't enter full-screen mode when installing Ubuntu 16.04 64-bit under a virtual machine, I used another method to solve it, but I still wanted to install VMware Tools to prevent related problems in the future. Okay, let's get to the point.

1. You will see VMware Tools installed under the virtual machine, click Install.

2. Under the virtual machine device, VMware Tools appears. Click to open it. There is a VMwareTools-10.1.6-5214329.tar.gz file in it.

3. Copy this file to a directory, such as creating a new SetUp folder under home

4. Switch to root user

XXX@ubuntu:/$ sudo su
[sudo] password for XXX: 
root@ubuntu:/#

5. Unzip VMwareTools-10.1.6-5214329.tar.gz to the VMware-Tools folder

root@ubuntu:/home/XXX/SetUp# tar zxvf VMwareTools-10.1.6-5214329.tar.gz -C /home/XXX/SetUp/VMware-Tools

6. Enter the vmware-tools-distrib folder you just extracted as the root user, then enter the command: ./vmware-install.pl and press Enter.

root@ubuntu:/home/XXX/SetUp/VMware-Tools/vmware-tools-distrib# ./vmware-install.pl 

7. After the above operations, VMware Tools will be installed. Enter yes/no according to the prompts until Enjoy, – the VMware team appears as shown below, which means the installation is successful. Then manually restart the virtual machine.

8. Restart the system and you will find that VMware Tools has been reinstalled, indicating that the installation has been successful.

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 tutorial for Ubuntu 18.04
  • Detailed tutorial on installing Hbase 2.3.5 on Vmware + Ubuntu18.04

<<:  Control the light switch with js

>>:  Detailed explanation of the solution to garbled characters when JDBC connects to MySQL to process Chinese

Recommend

IE9beta version browser supports HTML5/CSS3

Some people say that IE9 is Microsoft's secon...

How to automatically backup mysql remotely under Linux

Preface: Basically, whether it is for our own use...

FastDFS and Nginx integration to achieve code analysis

FastDFS & Nginx Integration: The tracker is c...

MySql common query command operation list

MYSQL commonly used query commands: mysql> sel...

JavaScript prototype and prototype chain details

Table of contents 1. prototype (explicit prototyp...

How to turn off eslint detection in vue (multiple methods)

Table of contents 1. Problem Description 2. Probl...

A brief discussion on the execution details of Mysql multi-table join query

First, build the case demonstration table for thi...

JavaScript realizes the generation and verification of random codes

The generation and verification of random codes i...

Detailed explanation of commands to view linux files

How to view linux files Command to view file cont...