Upgrade the OS
update software
sudo dnf upgrade --refresh
install dnf plugin
sudo dnf install dnf-plugin-system-upgrade
start the update
sudo dnf system-upgrade download --releasever=29
reboot and upgrade
sudo dnf system-upgrade reboot
Upgrade the OS
update software
sudo dnf upgrade --refresh
install dnf plugin
sudo dnf install dnf-plugin-system-upgrade
start the update
sudo dnf system-upgrade download --releasever=29
reboot and upgrade
sudo dnf system-upgrade reboot