Hi,
I want to clean a centos box to get minimal (initial) set of packages. How I can remove all RPMS excluding minimal required RPMS ?
Thanks in advice!
Sergej Kandyla wrote on Sat, 06 Dec 2008 15:16:04 +0200:
How I can remove all RPMS excluding minimal required RPMS ?
Yum remove all groups except for core.
Kai