Update Centos To Stream
less than 1 minute read
Description:
Short post here, but I wanted to update my Plex server running on Centos 8 to Centos 8 Stream. Thankfully this was two commands and worked without a hitch.
To Resolve:
-
Type the following two commands:
1
2
| dnf --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos
dnf distro-sync
|
-
I tried looking into Rocky linux and Alma linux and spent a bunch of time reading into each, but decided to just stick with Centos 8 Stream for now.
Comments