26 Feb
2010
26 Feb
'10
3:41 p.m.
Is there a way to de-install everything that's NOT in base? I looked around for this, and will I could certainly create a command line chain for it something like "pacman -R --all !base" would be nice
-- Chris
pacman -R $(pacman -Qq | grep -v "$(pacman -Qqg base)") Though I havn't tested that, it should work :) -- Laurie