-
Notifications
You must be signed in to change notification settings - Fork 31
2: Pacman
wmemcpy edited this page Dec 2, 2023
·
2 revisions
Uncomment this line in /etc/pacman.conf
file :
Color
VerbosePkgLists
ParallelDownloads = 5
Edit MAKEFLAGS
variables to this MAKEFLAGS="-j$(nproc)"
in /etc/makepkg.conf
file.
Retrieve the 5 fastest mirrors from the 20 fastest of the 100 mirrors detected. and save it in /etc/pacman.d/mirrorlist
file.
Update the system with the new mirrorlist.
sudo reflector --verbose --score 100 --latest 20 --fastest 5 --sort rate --save /etc/pacman.d/mirrorlist
sudo pacman -Syyu