Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Last active March 13, 2018 21:34
Show Gist options
  • Save nlamirault/aa61ff2e2adb2fdc9224 to your computer and use it in GitHub Desktop.
Save nlamirault/aa61ff2e2adb2fdc9224 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