Arch Linux: Pacman cheat-sheet

I’m returning to this excellent distro: Arch Linux

Synchronize the local package database with the remote repositories:
pacman -Sy

Install a package:
pacman -Sy package_name

Remove a package:
pacman -R package_name

Update the system:
pacman -Syu

Leave a Reply