From: Rudi Ahlers Rudi@SoftDux.com
Does anyone know where (if?) I can get a list of applications which gets installed with CentOS 6 if every option is deselected in the installer so that I can see what I can remove which isn't really necessary once installed?
Maybe try something like: grep '<id>|mandatory|default' /PATH/TO/REPO/6/os/x86_64/repodata/*comps.xml | sed 's/<[a-z/]*>//g; s/<packagereq type=//g' | tr '>' ' '
JD