On 2023-07-08 at 22:51 -0400, Bill Cunningham <bill.cu1234@xxxxxxxxx> wrote: > Is there a way to use dnf or rpm to compare the listing of groups. For > example, in my case I use "minimal install" or the "Fedora Server > Edition" install. If I wanted to compare these two groups and the rpms > that are in each, how would I do that? > > B > Practical way: just (don't) install them in a container and compare the output: $ podman run --rm -it fedora:rawhide # dnf group install server-product --assumeno # dnf group install core --assumeno Using rawhide as an example because the image already has dnf5, which is much faster with clearer output. It'll say if a package is already installed while doing group install. dnf4 won't. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue