Index

Table of contents

pacman

update local database
sudo pacman -Syyu
search for package(s)
pacman -Ss [keyword]
install package(s)
pacman -S [package]...
install only if needed
packman -S --needed [package]...
remove package(s)
pacman -R [package]...

Arch User Repository

git clone https://aur.archlinux.org/[package].git
cd [package]
makepkg -si
arch mirror list
https://www.archlinux.org/mirrors/status/
searching the AUR
https://aur.archlinux.org/
documentation
https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages