Skip to content

Instantly share code, notes, and snippets.

@Superbil
Created October 15, 2014 03:57
Show Gist options
  • Save Superbil/9d38d14f59f449436649 to your computer and use it in GitHub Desktop.
Save Superbil/9d38d14f59f449436649 to your computer and use it in GitHub Desktop.
Clean up Archlinux

List installed package list

pacman -Qqen > pkglist.txt

Clean up pkglist.txt

Remove package and all dependencies

sudo pacman -Rs $(< pkglist.txt)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment