The Deepin Desktop Environment (DDE) is known to be one of the most excellent aesthetic-looking desktop environments created by the developers of Deepin Linux. It is often regarded too as the most beautiful desktop on Linux. For users of Ubuntu and Linux Mint, Deepin can be installed by way of UbuntuDDE and comes with all the features of the standard Deepin shell with the addition of Linux Mint/Ubuntu software center and applications instead of the Deepin application store catalog.
- System Recommended Specifications:
- 2GHZ Processor or higher.
- 4GB of Ram or higher.
- 30GB of Hard-Drive space or higher
In the following tutorial, you will learn how to install Deepin Desktop Environment (DDE) on Linux Mint 20 desktop.
Table of Contents
Update Linux Mint System
Update your Linux Mint operating system to make sure all existing packages are up to date:
sudo apt update && sudo apt upgrade -y
Install Dependecies Required
Before installing the Deepin Desktop Environment, run the following command to ensure you have the next package installed.
sudo apt install software-properties-common -y
Install Deepin DE on Linux Mint
To begin the installation, you will need to add the UbuntuDDE PPA. This PPA is designed for Ubuntu 20.04 LTS, but Linux Mint 20 is based on this release.
First, add the PPA by using the following command.
sudo add-apt-repository ppa:ubuntudde-dev/stable
Example output:
Before you continue further, run a quick apt update.
sudo apt-get update
Next, install Deepin using the following command.
Option 1. Install Deepin DE (Standard):
sudo apt install ubuntudde-dde
Option 2. Install Deepin DE (Full):
sudo apt install ubuntudde-dde ubuntudde-dde-extras
Example output:
Type Y, then press the ENTER KEY to proceed with the installation.
Once the installation has finished, you need to reboot your PC. This can be done quickly while still in your terminal using the following command.
sudo reboot
First Look & Verifying Deepin DE
Once you have restarted your desktop, you will arrive at your login screen.
DO NOT LOG IN STRAIGHT AWAY.
First, you need to change and verify the desktop environment. This is done by clicking the configuration button, which is now located on the login screen.
Example (Click Image Expand):
Next, select “Deepin” instead of the default “Cinnamon” or the alternative desktop Linux Mint DE’s “MATE” or “Xfce”.
Example (Click Image Expand):
Once logged in, you will immediately notice many changes, including a very sleek, beautiful blue theme by default. The taskbar is now located in the middle of the screen.
Example (Click Image Expand):
Based on GNOME, the show applications screen resembles a familiar look for GNOME users.
Example (Click Image Expand):
Lastly, the control center or settings are located nicely and cleaned in the right-hand corner and easily and quickly accessed.
Example (Click Image Expand):
But you be the judge if this style of desktop environment suits you or not.
Example Screen Lock Out (Click Image Expand):
Update Deepin DE Packages
Run the standard apt update && upgrade commands for future updates for the Deepin desktop environment and any default APT packages.
sudo apt update
When updates are available, run the standard upgrade command as you would with any other apt package.
sudo apt upgrade
Comments and Conclusion
In the tutorial, you have successfully learned how to install Deepin Desktop Environment on Linux Mint 20.
Overall, DDE is a great community project for those wanting a more stable and Ideal for those who want the most out of their desktops, laptops, and netbooks and prefer a traditional desktop metaphor along with brilliant performance as Deepin given the amount of front end GUI work is surprisingly swift and efficient.
For more information on using Deepin Desktop Environment with UbuntuDDE, visit the official UbuntuDDE community page.