Getting a list of applications and packages on my Fedora machine !?

Bruno Wolff III bruno at wolff.to
Sun Dec 18 15:49:17 UTC 2011


On Sun, Dec 18, 2011 at 10:41:10 -0500,
  Genes MailLists <lists at sapience.com> wrote:
> 
>   So how does one get a list of all installed packages - i.e. all groups
> and all packages not already installed as part of any installed group?

Installed groups aren't really tracked. You can get a list of packages
installed using rpm -qa. You could do something tricky with the output
to coalesce some of the packages into groups using the group definitions.
You'd need to be precise as to what you mean by having a group installed
as groups have three kinds of packages (required, default and optional)
and there a few reasonable definitions as to what it means to have a
group installed.


More information about the users mailing list