Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instructions to convert from the CentOS Linux 8 distribution to CentOS Stream 8 are published at https://www.centos.org/centos-stream/ and are also below for your convenience. Q7: How do I migrate my CentOS Linux 8 installation to CentOS Stream?

but we are advinsing you to use the follwing comands, already tested


Code Block
languagebash
[root@centos ~]# # Update to the latest version of CentOS 8 & reboot
$ sudo dnf update
$ sudo shutdown -r now

# Install CentOS Stream packages repositories 
$ sudo dnf in centos-release-stream

# Migrate from CentOS 8 to CentOS Stream 8 & reboot
$ sudo dnf swap centos-linux-repos centos-stream-repos

[root@centos ~]#$ sudo dnf distro-sync

...


$ sudo shutdown -r now


Reference: