CentOS Stream

Downgrade from CentOS 8 Stream to CentOS 8

Nishant Kaushal

A Web Developer and Sys Admin at heart, with a hobby to follow any new technological developments around the world. Have been in the web hosting industry since 2003 and seen the industry evolve from the on-prem servers to VMs to Cloud and containers and the eventual movement of screen sizes move down from desktop to mobile apps for every task.

Related Posts

4 Comments

  1. Dave

    Hello,

    Are there steps to complete Step 2: backup of current yum setup?

    I have attempted several methods to try this, but still get the same error as noted.

    1. Nishant Kaushal

      You could simply run the below command…
      sudo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

  2. Dave

    On some research would the command be something like this to achieve a backup that would allow the error to proceed?

    sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak

    1. Nishant Kaushal

      Yep, your command is correct. You could also simply rename the directory to CentOS-Base.repo.bak using the same command, simply replacing “cp” with “mv”

Leave a Reply