Centos 8 to Centos 8 Stream

Questions and answers about how to do stuff
Post Reply
nicola.piazzi
Posts: 388
Joined: 23 Apr 2015 09:45

Centos 8 to Centos 8 Stream

Post by nicola.piazzi »

I installed my Efa on Centos ( that now is out of maintainance so I am unable to update efa releases

Teese are instructions to change from Centos 8 to Centos 8 Stream

dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync

THis can be a good way to upgrade efa ?
jkosharek
Posts: 4
Joined: 05 Jun 2017 20:04

Re: Centos 8 to Centos 8 Stream

Post by jkosharek »

Seemed to work from me, I had an issue with the /etc/yum.repos.d/webmin.repo

I ended up running these to resolve:
curl -o setup-repos.sh https://raw.githubusercontent.com/webmi ... p-repos.sh
sh setup-repos.sh
Post Reply