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:

  1. Type the following two commands:

    1
    2
    
    dnf --disablerepo '*' --enablerepo=extras swap centos-linux-repos centos-stream-repos
    dnf distro-sync
    
  2. 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.

Tags:

Updated:

Comments