> 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