从 CentOS 8 平滑升级至 CentOS Stream
CentOS 8已被放弃,将在2021年底停止支持,停止后可以迁移到Stream滚动发行版,来获取更新。
CentOS 8迁移至Stream版本的命令行如下:
# 老方法 dnf install centos-release-stream 不再推荐使用
dnf swap centos-linux-repos centos-stream-repos
dnf distro-sync
cat /etc/centos-release
CentOS Stream release 8
参考:
https://www.centos.org/centos-stream/ https://centos.org/distro-faq/
CentOS Stream 迁移后还原回 CentOS 8 :
https://forums.rockylinux.org/t/centos-8-centos-stream-rocky-linux/2343/5
https://unix.stackexchange.com/questions/624494/how-to-switch-to-centos-8-from-centos-stream
可替换CentOS的发行版汇总: https://www.cnblogs.com/wswind/p/14630346.html
本文采用 知识共享署名 4.0 国际许可协议 进行许可