List installed package list pacman -Qqen > pkglist.txt Clean up pkglist.txt Remove package and all dependencies sudo pacman -Rs $(< pkglist.txt)