Manjaro Repository Mirror Usage Guide
info
Some content in this document may have been translated by AI.
Manjaro Introduction
Manjaro is based on Arch Linux, but aims to provide a more user-friendly system, allowing more users to experience the powerful features of Arch without facing the complex installation and maintenance process of Arch.
Manual Replacement
Edit the /etc/pacman.d/mirrorlist file, following these steps:
1. Disable Other Software Sources (Optional)
Add the character # in front of all lines starting with the string Server, for example:
## Country : Germany
Server = https://mirror.philpot.de/manjaro/unstable/$repo/$arch
Change to:
## Country : Germany
# Server = https://mirror.philpot.de/manjaro/unstable/$repo/$arch
2. Enable This Mirror Source
Add the following content at the end of this line:
## Country : China
# Server = https://mirrors.hust.edu.cn/manjaro/unstable/$repo/$arch
3. Save File and Update Source List
Save the changes in your editor and exit the editor, then execute the following command:
Whether root user
sudo pacman -Syu