this post was submitted on 27 Jun 2023
0 points (NaN% liked)

Linux Gaming

15160 readers
9 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] ISOmorph@feddit.de 0 points 1 year ago* (last edited 1 year ago)

Is there anything special to consider while upgrading or is it the same procedure as with the last version?

Update procedure:

(1) Open the 'Update System' app and perform a full update. Keep an eye out for any package conflicts. *IF YOU HAVE PACKAGE CONFLICTS HERE YOU MUST RESOLVE THEM BEFORE UPDATING.

(2) Make sure to set any .rpmnew repo files as normal repo files. For example run: ls /etc/yum.repos.d/ -IF- you see something like: nobara.repo nobara.repo.rpmnew You need to replace nobara.repo with the rpmnew file like this: sudo mv /etc/yum.repos.d/nobara.repo.rpmnew /etc/yum.repos.d/nobara.repo again, if you DON'T see an rpmnew file, you don't need to do anything here, move to step 3.

(3) The remainder of the process is the same as fedora: sudo dnf install dnf-plugin-system-upgrade sudo dnf system-upgrade download --releasever=38 sudo dnf system-upgrade