su dnf upgrade --refresh (yields: nothing to do) #dnf install dnf-plugin-system-upgrade dnf system-upgrade download --refresh --releasever=30 dnf system-upgrade reboot
I begin the above process (using my cable modem link) at 10:12 AM.
It wants to install 91 and upgrade 2747 packages. I say yes of course, and away it goes downloading 2840 packages. It wants to import a key for virtualbox, but I see that request right away (sometimes I go off to do something else during an upgrade, and come back only to find out it is waiting for input. It wants to import more keys after all 2840 packages have been downloaded. By 10:30, the download is finished (20 minutes) And by 10:35 it is happy and ready for the "reboot".
When I type "dnf system-upgrade reboot", it does indeed almost immediately reboot -- and runs F29 in a single user mode while it installs 5622 items. This takes about 30 minutes. Then it reboots again and voila! We are running F30.
No package conflicts or issues of any kind. No hassle with acroread (it remains installed across the install).
All told, the upgrade took just under an hour.
Miracle of miracles, sound still works!
The messages look like this (followed by traceback and failure due to glib2 being missing).
Ignoring atk-3.3.6 because its extensions are not built. Try: gem pristine atk --version 3.3.6 Ignoring glib2-3.3.6 because its extensions are not built. Try: gem pristine glib2 --version 3.3.6 Ignoring sqlite3-1.4.0 because its extensions are not built. Try: gem pristine sqlite3 --version 1.4.0Here is what I do:
su gem install rake gem install atk gem install glib2 gem install sqlite3 exit cd rm -rf .gemThis gets me up and running again. The second time that local gems have caused trouble.
Adventures in Computing / tom@mmto.org