Contents

Upgrading Fedora. How hard can it be? What can go wrong and possible solution.

Contents

Life cycle

  • Fedora life cycle is 13 month
  • Every new version is released every 6 month or so
  • Upgrade is very straight forward unless you are using special repos

This video gives how to upgrade fedora versions using the command line.

1
2
3
4
5
sudo dnf update
sudo dnf --refresh upgrade
sudo dnf install dnf-plugin-system-upgrade
sudo dnf system-upgrade download --releasever=37
sudo dnf system-upgrade reboot

fedora upgrade video link