Date: 2022apr7
Updated: 2024mar28
OS: Linux
Distro: Fedora
Keywords: update
Q. Fedora: how to upgrade to the new Fedora beta
A. As root:
dnf --refresh upgrade
dnf install dnf-plugin-system-upgrade
dnf system-upgrade download --releasever=NN
dnf system-upgrade reboot
dnf clean packages (Optional)
Where NN is the new version number
This worked for me going to 32, 33, ..., 38, (not 39), 40
--------------
But, sadly, it didn't work for Fedora 39 Beta.
I was able to upgrade to that by searching for "fedora-release-workstation"
package on
https://rpmfind.net
I downloaded the package for my architecture.
Then, as root, did:
rpm -Uvh --nodeps fedora-release-workstation*.rpm
dnf clean all
dnf -y update