Displaying 1 result from an estimated 1 matches for "package_group".
2015 Feb 25
5
Easy way to strip down CentOS?
..., e. g. the packages you get when you select "minimum 
installation".
In Slackware, the bone-headed package manager slackpkg has a few nice 
options, among which 'slackpkg clean-system', which removes all 
third-party packages in one single operation, or 'slackpkg remove 
<package_group>', which does exactly that.
I know CentOS has yum groupinstall/groupremove etc. but as far as I can 
tell, if I only have a handful of packages from a package group 
installed, yum grouplist lists the group as not installed, so there's 
not an easy way to tell.
You may wonder why I wan...