Fedora

  • The Fedora1 OS
  • A Linux distribution

Upgrading

To upgrade a Fedora distribution (to, say, version 36), run:

$ sudo dnf upgrade --refresh
$ sudo dnf system-upgrade download --releasever=36

After the download of new packages is finished, run:

sudo dnf system-upgrade reboot

Build tools

Run

sudo dnf install @development-tools