How to Upgrade Centos 8 Linux to Centos 8 Stream

Ftr20

# cat /etc/centos-release CentOS Linux release 8.5.2111 1. Take note the list of enabled repos in the Centos 8 Linux server. sudo yum repolist sudo yum repolist enabled > /tmp/pre.update.dnf.repo.txt 2. Installing CentOS Stream packages using the following commands: sudo…