On which website can I find the details of the group package? (like @virtualization)

In How to run virtual machines with virt-manager - Fedora Magazine page, I see:

sudo dnf install @virtualization

I can see the group detail with:

$ dnf groupinfo virtualization
Groupe : Virtualisation
 Description : Ces paquets offrent un environnement de virtualisation graphique.
 Paquets obligatoires :
   virt-install
 Paquets par défaut :
   libvirt-daemon-config-network
   libvirt-daemon-kvm
   qemu-kvm
   virt-manager
   virt-viewer
 Paquets optionnels :
   guestfs-tools
   libguestfs-tools
   python3-libguestfs
   virt-top

Do you know where I can get this same information via a website?

I searched in https://packages.fedoraproject.org/ and in https://src.fedoraproject.org/ but I found nothing :confused:.

1 Like

In the documentation ?

Groups are listed in the comps files. You’ll find info on them here:

https://fedoraproject.org/wiki/How_to_use_and_edit_comps.xml_for_package_groups

The sources are here:

https://pagure.io/fedora-comps/tree/main

This metadata is added to the repos separately, so the info does not show up on the packages etc. websites. I guess we could open a feature request to see if this can be added there. The sources are here:

https://pagure.io/fedora-packages-static

2 Likes