this post was submitted on 24 Apr 2026
20 points (100.0% liked)

Fedora Linux

2922 readers
4 users here now

All about Fedora Linux

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] aim4harmony@lemmy.world 5 points 3 weeks ago (5 children)

Thanks for the post. I'm new to Fedora and Linux and this will be my first switch to a new release. May I ask what is a good approach in this ragard? Will it be upgraded automatically or can I delay the process? Would appreciate some advice.

[–] RadicalRebel@sh.itjust.works 9 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

While Fedora somewhat recently made system upgrades possible through the GUI, it didn't work when I gave it a go. But I've been a Fedora user since Fedora 32, so I tend to prefer the terminal anyhow. Here are the terminal commands to upgrade your system if the GUI acts up for you:

• sudo dnf update --refresh
(Reboot if drivers are updated!)

• sudo dnf upgrade --refresh

• sudo dnf install dnf-plugin-system-upgrade

• sudo dnf system-upgrade download --releasever=44
(Adding " --allowerasing" to the end if you get errors fixes nearly all issues in my experience. Just be sure whatever it remvoes is something you can do without.)

• sudo dnf system-upgrade reboot

After the reboot/upgrade run:
• sudo dnf clean packages

[–] aim4harmony@lemmy.world 4 points 3 weeks ago

Thank you so much. 👍😊

load more comments (1 replies)
load more comments (3 replies)