Updating Cooker

I am learning Cooker under VirtualBox. I tried to update it using “sudo dnf dsync”.
It gave lots of “>>> Interrupted” packages and then :


[831/831] grub2-0:2.12-1.znver1 0% | 0.0 B/s | -1.0 B | ?

Interrupted


[831/831] Total 100% | 4.8 MiB/s | 147.7 MiB | 00m31s
Failed to download packages
Librepo error: Cannot download cmake-4.4.1-1-omv2690.znver1.rpm: All mirrors were tried

Then I tried Configure → “System update” in the Welcome window. It worked without errors! Interesting.
Next I will reboot…

Reboot worked well.
Now also “sudo dnf in lib64gtk+3.0-devel.znver1” worked. It didn’t work earlier.

When you type in the package name, you don’t have to go past the .

Just use sudo dnf in lib64gtk+3.0-devel and dnf will pick the one you need.

Cooker repos get new metadata very often. You should use sudo dnf clean all;dnf clean all;sudo dnf dsync

2 Likes