You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install gnome with dnf5 - but that fails:
fakeroot dnf5 group install "Fedora Workstation"
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
No match for argument: Fedora Workstation
It does however succeed with dnf-4:
Last metadata expiration check: 0:43:32 ago on Mon Jun 24 11:34:01 2024.
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing group/module packages:
[...]
I did not find anything related to why the group list is so much smaller in dnf-4 compared to dnf5.
This was done on fedora:40
The text was updated successfully, but these errors were encountered:
Hi, the mentioned Fedora Workstation group is actually the Environment Group. These could be managed with dnf5 environment command or installed also with the common install command with dnf5 install @<group-id>.
Though I agree it's confusing as the subcommands of environment are not consistent with the group command. This is already reported and tracked here: #724.
I tried to install gnome with
dnf5
- but that fails:It does however succeed with
dnf-4
:I did not find anything related to why the group list is so much smaller in
dnf-4
compared todnf5
.This was done on
fedora:40
The text was updated successfully, but these errors were encountered: