Ubuntu 19.04 installation tutorial (picture and text steps)

Ubuntu 19.04 installation tutorial (picture and text steps)

1. Preparation

1.1 Download and install VMware 15

Download link: https://www.vmware.com/cn/products/workstation-pro/workstation-pro-evaluation.html

After the installation is complete, select [Help] and enter the license key. Product Key: CG392-4PX5J-H816Z-HYZNG-PQRG2.

insert image description here

1.2 Download Ubuntu 19.04 image

https://ubuntu.com/download/desktop

2. Install the virtual machine

1. Create a new virtual machine

insert image description here

2. Custom configuration

insert image description here

3. Default, then [Next]

insert image description here

4. Select [Install later], then [Next]

insert image description here

5. Select [Linux] [Ubuntu 64-bit], default [Next]

insert image description here

6. Default, then [Next]

insert image description here

7. Default, then [Next]

insert image description here

8. Select [Use Network Address Translation], then [Next]

insert image description here

9. Default, then [Next]

insert image description here

insert image description here

10. Default, then [Next]

insert image description here

11. Select [Store the virtual disk as a single file], then [Next]

insert image description here

12. Default, then [Next]

insert image description here

13. Default, then [Finish]

insert image description here

14. Select [Edit virtual machine settings] -> [CD/DVD (SATA)] -> [Use ISO image (M)], and then select the downloaded Ubuntu 19.04 image file.

insert image description here

3. Install Ubuntu 19.04

3.1 Start this virtual machine

insert image description here

3.2 Install Ubuntu

① Select [Chinese (Simplified)], then [Install Ubuntu]

insert image description here

② The default keyboard layout is fine, select [Continue]

insert image description here

③ By default, select [Continue]

insert image description here

④ By default, select [Install Now]

insert image description here

⑤ Select [Continue]

insert image description here

⑥ Default, then [Continue]

insert image description here

⑦ Set your username and password, then [Continue]

insert image description here

The next step is to wait for the installation to succeed. If the installation process prompts that something is being downloaded but it is slow, affecting the installation progress, you can select [Skip] to skip this step.

insert image description here

⑧ Select [Restart Now] and wait for the system to restart.

insert image description here

⑨ After the system restarts, we can basically complete the installation by performing some simple settings.

insert image description here

⑩ Solve the problem that the system is not fully displayed in VMware full screen

insert image description here

Install VMware Tools

insert image description here

Prompts the steps to install VMware Tools.

insert image description here

Enter the file system, select VMware Tools, and extract the compressed package VMware Tools-xxx.tar.gz to the home directory

insert image description here

insert image description here

insert image description here

Select the compressed file, right-click and select [Extract to Here]

insert image description here

Enter the file (directory), right-click the blank area, and open the terminal

insert image description here

In the terminal, execute sudo ./vmware-install.pl to install. If prompted to enter yes, enter yes; otherwise, just press Enter.

insert image description here

Click the [Full Screen Button] in the VMware tab, and the system can be fully displayed in VMware full screen.

insert image description here

At this point, the installation of Ubuntu 19.04 is complete. If the system is slow, you can upgrade the configuration.

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:
  • How to Install Nginx Server on Ubuntu
  • Things to do after installing Ubuntu 16.04 (Summary)
  • Full record of Ubuntu 16.04 installation process
  • Installation, update, deletion and simple use of snap packages in Ubuntu
  • Installation and use of Thunder Speed ​​​​Edition under Ubuntu
  • Detailed installation process of PHP 7 in Ubuntu 16.04
  • How to solve the error problem of installing Sogou Pinyin input method in Ubuntu 16.04
  • Tutorial on installing MongoDB and starting the command mongod in Ubuntu

<<:  Vue component library ElementUI implements table loading tree data tutorial

>>:  Detailed explanation of the workbench example in mysql

Recommend

JavaScript web form function communication full of practical information

1. Introduction Earlier we talked about the front...

Extract specific file paths in folders based on Linux commands

Recently, there is a need to automatically search...

Summary of Operator Operations That Are Very Error-Prone in JavaScript

Table of contents Arithmetic operators Abnormal s...

Summary of JS tips for creating or filling arrays of arbitrary length

Table of contents Preface Direct filling method f...

Deploy Nginx+Flask+Mongo application using Docker

Nginx is used as the server, Mongo is used as the...

Vue+ElementUI implements paging function-mysql data

Table of contents 1. Problem 2. Solution 2.1 Pagi...

Detailed explanation of setting up DNS server in Linux

1. DNS server concept Communication on the Intern...

Linux series of commonly used operation and maintenance commands (summary)

Table of contents 1. System monitoring 2. File Op...

MySQL 8.0 can now handle JSON

Table of contents 1. Brief Overview 2. JSON basic...

Setting up shadowsocks+polipo global proxy in Linux environment

1. Install shadowsocks sudo apt-get install pytho...

A brief discussion on several ways to pass parameters in react routing

The first parameter passing method is dynamic rou...

5 ways to make your JavaScript codebase cleaner

Table of contents 1. Use default parameters inste...

Learning Vue instructions

Table of contents 1. v-text (v-instruction name =...

Detailed steps to install xml extension in php under linux

Installing XML extension in PHP Linux 1. Enter th...