Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MakuSensei/746516150e3d4d32e7b1d0282c60203d to your computer and use it in GitHub Desktop.
Save MakuSensei/746516150e3d4d32e7b1d0282c60203d to your computer and use it in GitHub Desktop.
Archlinux

Arch Linux

Removing orphaned packages :

$ pacman -Rns $(pacman -Qtdq)

To list explicitly installed packages available in the official repositories:

$ pacman -Qen

## To list explicitly installed packages not available in official repositories:

$ pacman -Qem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment