MXLinux Software Repository Mirror Usage Guide
info
Some content in this document may have been translated by AI.
MXLinux Introduction
MX Linux is a cooperative venture between the antiX and MX Linux communities. It is a family of operating systems built by users from Debian stable repositories, designed to combine elegant and efficient desktops with high stability and solid performance.
Usage
- Backup all index files under /etc/apt/sources.list.d/:
Whether is root user
sudo cp /etc/apt/sources.list.d/antix.list /etc/apt/sources.list.d/antix.list.bak
sudo cp /etc/apt/sources.list.d/mx.list /etc/apt/sources.list.d/mx.list.bak
sudo cp /etc/apt/sources.list.d/debian.list /etc/apt/sources.list.d/debian.list.bak
sudo cp /etc/apt/sources.list.d/debian-stable-updates.list /etc/apt/sources.list.d/debian-stable-updates.list.bak
- Modify the download source address of all index files to this site:
Whether is root user
sudo sed -i "s@http://repo.antixlinux.com/stretch@https://mirrors.hust.edu.cn/mxlinux/antix/stretch@g" /etc/apt/sources.list.d/antix.list
sudo sed -i "s@http://la.mxrepo.com/mx/repo/@https://mirrors.hust.edu.cn/mxlinux/mx/repo/@g" /etc/apt/sources.list.d/mx.list
sudo sed -i "s@http://ftp.us.debian.org/debian/@https://mirrors.hust.edu.cn/debian/@g" /etc/apt/sources.list.d/debian-stable-updates.list
sudo sed -i "s@http://ftp.us.debian.org/debian/@https://mirrors.hust.edu.cn/debian/@g" /etc/apt/sources.list.d/debian.list
sudo sed -i "s@http://security.debian.org/@https://mirrors.hust.edu.cn/debian-security/@g" /etc/apt/sources.list.d/debian.list
- Update mirror list Execute the following command:
Whether is root user
sudo apt update
MXLinux Installation Image
MXLinux installation images provide three desktop environments: KDE, Fluxbox, and xfce, corresponding to three versions of installation images. If you need to download these versions of installation images, you can click the button below to select the corresponding version and type for download.
- KDE: A customized desktop environment based on GNOME 3 development.
- Fluxbox: A lightweight window manager as an alternative to the default Xfce desktop environment.
- xfce: Lightweight desktop environment suitable for computers with lower configurations.