Homepage / Notes / Computer Science / Linux / Arch Linux
Bleeding edge, rolling release, fun
https://wiki.archlinux.org/title/Installation_guide
Arch's package manager
pacman -Ss {package}
search for packagepacman -S {package}
install packagepacman -Rsc {package}
remove package and dependenciespacman -Syu
update all packages in the systempacman -Qdtq
list packages that don't depend on other packagesA AUR helper
paru {package}
search for package, including in AUR
All others commands are the same as pacman
's, plus a
in paru -Syua
for AUR packages