Well I certainly hope so! That is exactly what I want from an operating system upgrade. I will look for my excitement in other arenas.
First I did a dnf update and rebooted to the latest kernel.
Then:
su dnf upgrade --refresh -- this, of course, does nothing dnf -y system-upgrade download --refresh --releasever=44I get this:
Problem: installed package gcc14-c++-14.3.1-1.fc43.x86_64 requires gcc14 = 14.3.1-1.fc43, but none of the providers can be installed - gcc14-14.3.1-1.fc43.x86_64 does not belong to a distupgrade repository - problem with installed packageI have no idea what this old gcc version is about. When I type "gcc --version" it reports 15.2.1, so:
dnf remove gcc14-c++ dnf -y system-upgrade download --refresh --releasever=44And away we go! We have 6G in 3103 packages to fetch. This begins at 10:54 AM -- Check at 11:04, reports 2670/3215 -- Check at 11:18, all done!
dnf system-upgrade rebootBy 11:48 it is done and has rebooted to run F44. This went smoothly and without hassle.
su dnf -y update sync rebootThis is done blind. I wait 5 minutes and log back in. The reboot went OK. After the reboot:
su dnf upgrade --refresh -- as always, this does nothing dnf -y system-upgrade download --refresh --releasever=44 dnf system-upgrade rebootThe download has no issues, and goes very fast as this machine is at the University and has a very good connection to the internet.
The final upgrade/reboot is blind. I attempted ssh now and then and after about 15 minutes, I was able to login and see:
uname -a Linux cholla 7.0.12-201.fc44.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 11 01:30:16 UTC 2026 x86_64 GNU/LinuxThe webserver is running and everything seems OK. This was a simple and clean upgrade.
Adventures in Computing / tom@mmto.org