# Deepin Mirror
# Introduction
Deepin (opens new window) (stylized as deepin; formerly known as Linux Deepin and Hiweed Linux) is a Linux distribution based on Debian's stable branch.
# Backup Existing Configuration
mv /etc/apt/sources.list /etc/apt/sources.list.bak
# Edit Configuration File
Write the following settings to /etc/apt/sources.list
if you are using Debian "panda". If you are using other version, you can change the version "panda" in the following code to your version name.
## Generated by deepin-installer
deb [by-hash=force] https://mirrors.sustech.edu.cn/deepin panda main contrib non-free
#deb-src https://mirrors.sustech.edu.cn/deepin panda main contrib non-free
# Update software source
apt-get update