Re: comparing group lists

2023-07-08 Thread Samuel Sieb
On 7/8/23 22:45, Justin Koh wrote: On 2023-07-09 at 12:45 +0800, Justin Koh wrote: # dnf group install server-product --assumeno # dnf group install core --assumeno Correction: the group names are server-product-environment for Fedora Server Edition [1], and minimal-environment for Minimal In

Re: comparing group lists

2023-07-08 Thread Justin Koh
On 2023-07-09 at 12:45 +0800, Justin Koh wrote: > # dnf group install server-product --assumeno > # dnf group install core --assumeno Correction: the group names are server-product-environment for Fedora Server Edition [1], and minimal-environment for Minimal Install. There is a significant diff

Re: comparing group lists

2023-07-08 Thread Justin Koh
On 2023-07-08 at 22:51 -0400, Bill Cunningham 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 woul

Re: comparing group lists

2023-07-08 Thread Samuel Sieb
On 7/8/23 19:51, Bill Cunningham 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? That i

comparing group lists

2023-07-08 Thread Bill Cunningham
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