Important: Read the wiki and man pages, before using these tools
reflector
: rank mirrors and generate pacman mirrorlistdowngrade
: switch to previous versions of programspaccache
: clean pacman cache (part of pacman package)informant
: forces reading the Arch News before updatingpkgfile
: check which package contains a commandpactree
: display program dependencies in a treeexpac
: list packages with many optionspkgstats
: shares package statistics with arch developerspacdiff
: manage .pacnew files
Updates the mirrors of the specified countries ranking the by the Mirror Score (see: https://www.archlinux.org/mirrors/status/)
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist
reflector -c Hungary -c Germany --sort score --save /etc/pacman.d/mirrorlist
pacman -Rns $(pacman -Qtdq) #removes orphans
paccache -rk3 #deletes the cached packages, except the last 3 versions
paccache -ruk0 #deletes all the cached packages of uninstalled programs
expac "%-20n\t%10d" $(comm -23 <(pacman -Qqen | sort) <({ pacman -Qqg base-devel; expac -l '\n' '%E' base; } ))