Home > System Tutorial > LINUX > Deepin Linux virtual machine installation and virtual machine installation Deepin guide

Deepin Linux virtual machine installation and virtual machine installation Deepin guide

王林
Release: 2024-02-10 12:24:09
forward
1017 people have browsed it

php editor Xinyi brings you a complete guide on in-depth Linux virtual machine installation. As a popular Linux distribution, Deepin has a unique interface design and functional features and is deeply loved by users. In this article, we will introduce in detail how to install the Deepin system on a virtual machine, including preparations, selection of virtual machine software, acquisition of system images, and specific steps in the installation process. Whether you are a virtual machine beginner or an experienced user, you can get detailed guidance on virtual machine installation Deepin from this article to help you easily complete the installation and enjoy the convenience and fun brought by this excellent Linux distribution. .

Deepin Linux virtual machine installation and virtual machine installation Deepin guide

Virtual machine installation depth Linux

1. Download virtual machine software

You need to download a virtual machine software, such as VirtualBox, VMware Wait, here we take VirtualBox as an example.

2. Create a virtual machine

Open VirtualBox, click "New" to create a new virtual machine. During the creation process, you need to set the name of the virtual machine, operating system type, memory size, For parameters such as hard disk size, select Linux as the operating system type and Ubuntu 64-bit as the version.

3. Install Deepin Linux

After the virtual machine is created, you need to mount the ISO image file of Deepin Linux into the virtual machine, start the virtual machine, and enter the Deepin Linux installation interface. Just follow the prompts to install.

Installing Deepin on Deepin Linux virtual machine

Deepin Deepin is a desktop environment based on Linux, which is beautiful and easy to use. Here is how to install Deepin on Deepin Linux virtual machine. desktop environment.

1. Open the terminal

In Deepin Linux virtual machine, open the terminal window.

2. Install Deepin Desktop Environment

Run the following command in the terminal to install Deepin Desktop Environment:

```shell

sudo apt -get update

sudo apt-get install deepin-desktop-environment

```

3. Set Deepin as the default desktop environment

Installation After completion, you need to set Deepin as the default desktop environment. Run the following command in the terminal:

sudo dpkg-reconfigure gdm3

During the running process, select Deepin desktop environment as the default desktop. environment.

LINUX little knowledge sharing

Linux is an open source operating system. Due to its free, safe, stable and other characteristics, it is widely used in servers, embedded devices and other fields, and Linux commands The line interface is also a major feature. Various operations can be completed through the command line, which greatly improves work efficiency. Here is a little Linux knowledge: In Linux, you can use the "grep" command to search for text content and run it in the terminal. The following command can search for lines containing "hello" in the file:

grep "hello" filename.txt

The above is the detailed content of Deepin Linux virtual machine installation and virtual machine installation Deepin guide. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:xiaosiseo.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template