I. Introduction
Linux Deepin was transformed from the famous Hiweed Linux project. It is also maintained by a group of professional teams with strong technical strength, which also provides the technical basis for the development of Linux Deepin.
As one of the few open-source desktop operating systems in China, Linux Deepin has been moving toward the goal of "simplicity, ease of use, and beauty, although there is still a gap with operating system giants such as Windows and Mac in terms of ease of use and interface design, we can see that the Linux Deepin team has been striving for improvements.
Linux Deepin 12.12.1
A few days ago, Linux Deepin 12.12.1 was released. It is a revised and enhanced version of Linux Deepin 12.12. This version focuses on solving the issue of community feedback since the release of Linux Deepin 12.12. Through official press releases, we can see that 12.12.1 not only solves some previous problems, but also adds many functional highlights.
Next, I will share with you some of the installation and upgrade of Linux Deepin 12.12.1, highlights and functions, and hope to help anyone who wants to try Linux Deepin 12.12.1.
Release of Linux Deepin 12.12.1
Ii. Installation and upgrade
The Installation Process of Linux Deepin 12.12.1 is the same as that of version 12.12, which is not difficult for Linux users.
Linux Deepin 12.12.1 install a magic lamp
In the official release statement, we learned that this version can achieve smooth upgrades from Linux Deepin 12.12 to Linux Deepin 12.12.1, and provided the upgrade solution:
Solution 1:
First, open "Deep Software Center" and switch to the "System Upgrade" tab. Now we can see all available system updates. Click the Upgrade button to install available updates with one click, upgrade the system to the latest version.
Solution 2:
This solution is actually the same as solution 1, but only installs available system updates through the command line. You can open the terminal and enter the following command. When you execute the following command, you will be prompted to enter the user password we set during installation:
Sudo apt-get update
Sudo apt-get upgrade
After the above two methods are completed, we need to restart the system to complete the final update. You can run the following command to check whether the version has been upgraded to the latest version:
Cat/etc/lsb-release
After executing the above command, we will see a similar result output:
- DISTRIB_ID = LinuxDeepin
- DISTRIB_RELEASE = 12.12.1
- DISTRIB_CODENAME = raring
- DISTRIB_DESCRIPTION = "LinuxDeepin 12.12.1"
The above command output result shows that the upgrade is successful. However, we would like to remind you that any commitment is risky. We recommend that you back up important data before installing or upgrading the system, just in case.