Deepin
Introduction to Deepin and Software Management
Deepin (formerly known as Linux Deepin) is committed to providing a beautiful, user-friendly, secure, and reliable Linux distribution for users worldwide. The Deepin project was initiated in 2008 and released its first version under the name "Linux Deepin" in 2009. In April 2014, it was renamed "Deepin" and is often referred to as the "Deepin Operating System" in China. Deepin is an open-source operating system primarily based on the Linux kernel and focuses on the desktop environment. It features a clean and modern interface, a wide range of applications and tools, and can meet daily office, study, and entertainment needs.
Deepin uses the APT package management tool to manage DEB software packages. Specifically, Deepin manages system software sources by modifying the /etc/apt/sources.list
configuration file. In general, users can replace the default source address in this configuration file (i.e., https://community-packages.deepin.com/
) with the mirror source provided by this software mirror site.
Replacing Deepin Software Sources
To avoid problems when replacing software source configuration files, please make a backup of the system's default software source configuration files before proceeding.
- Based on your preference, copy the following software source configuration content to
/etc/apt/sources.list
and save it.
deb https://mirrors.hust.edu.cn/deepin apricot main contrib non-free
- Update the software using the following command:
sudo apt update
One-Click Source Replacement
This method is only applicable when switching from official sources to the mirror sources on this site. If you have already switched sources, please do not use the following commands.
Use the sed
command to directly replace the default source address https://community-packages.deepin.com/ in the software source configuration file with the current mirror source site.
sudo sed -E -e "s|https?://([^/]+)/deepin|https://mirrors.hust.edu.cn/deepin|" /etc/apt/sources.list
Important Notes
- This mirror site does not synchronize versions earlier than Deepin 20. If needed, please use the official sources.
- This mirror site does n