On February 14, 2006 5:19:51 PM -0800 Joe Van Dyk <joevandyk gmail com> wrote:
There's no way via RPM to get a list of all the different package groups that are on a system? That was essentially my question.
rpm -qa --qf='%{GROUP}\n' | sort | uniq
is one way.
-frank