On 2023-07-08 at 22:51 -0400, Bill Cunningham <bill.cu1...@gmail.com> 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@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue