From: Rudi Ahlers <r...@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
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to