xsuchy / fedora-upgrade

Upgrade Fedora to next version using DNF upgrade without the need to reboot during the upgrade.
GNU General Public License v2.0
43 stars 16 forks source link

Fedora 41: No env/group "Minimal install" #52

Open dschwoerer opened 1 day ago

dschwoerer commented 1 day ago

I could not find an environment or group "Minimal install".

root@panhu:~# dnf5 environment list|grep -i Min 
Updating and loading repositories:
Repositories loaded.
root@fedora:~# dnf5 group list|grep -i Min
Updating and loading repositories:
Repositories loaded.
admin-tools                 Administration Tools                              yes

Also, the sub-command groupupdate does not exist for dnf5 - it needs to be either dnf5 update @env-id or dnf5 group update <group-id> (if I remember correctly)