Fedora 35 à 36 mise à niveau
# Step 0
sudo dnf upgrade --refresh
# Step 1 (Most of the time, it installed by default)
sudo dnf install dnf-plugin-system-upgrade
# Lastly, Step 2
sudo dnf system-upgrade download --releasever=36
Distinct Deer