Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnf5 has different groups then dnf-4 #1559

Closed
dschwoerer opened this issue Jun 24, 2024 · 3 comments
Closed

dnf5 has different groups then dnf-4 #1559

dschwoerer opened this issue Jun 24, 2024 · 3 comments

Comments

@dschwoerer
Copy link
Contributor

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

@jan-kolarik
Copy link
Member

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>.

@jan-kolarik
Copy link
Member

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.

@dschwoerer
Copy link
Contributor Author

Sorry, I did read the other issue, but failed to realise that dnf-4 list environments with groups.

This is indeed a duplicate of #724

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants