Why such, extremely, SLOW, system updates

can some one tell me how to speed up the system updates as its like 1000000x slower then normal dnf updates on fedora

To be very simply put, dnf downloads packages, rpm-ostree downloads new image versions which makes each update larger in size and takes more time to apply. It’s the nature of Atomic Fedora systems and while I believe there’s upstream plans to improve it, it’s not available yet. Also see:

1 Like

so this will what? speed up the granular updates? and how to do granular updates?

sudo time docker pull docker.io/ublue-os/bluefin-dx-nvidia:gts
sudo time docker pull ghcr.io/ublue-os/bluefin-dx-nvidia:gts

My god its SLOW!!!

toggle-updates stops the daily automatic updates so you can choose to update when you want/need by running rpm-ostree update.

ok, so i can just use this to do simple update checks, which seems alot more acceptable in terms of speed

Sure but that won’t update your flatpaks or brews if you have those installed.

Also you can just forget the updates as they are done in the background anyways (every 8 hours or something like that). Then just reboot your machine for like end of the day, or you can check rpm-ostree status if there is a new deployment available

2 Likes

wheres the systemd or conf for this please

i use the following on my fedora kde workstation

alias tolga-update="sudo dnf5 update && sudo dnf update && flatpak update -y && flatpak uninstall --unused && flatpak uninstall --delete-data && [ -f /usr/bin/flatpak ] && flatpak uninstall --unused --delete-data --assumeyes"

Related

You don’t need to do any of this, it’s automated, if you want to kick it off manually ujust update will do all of these.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.