KM KPN | แหล่งเรียนรู้ โรงพยาบาลกรงปินัง

[RHEL8][CentOS8] วิธีการเพิ่ม Repo ของ Linux CentOS8 ทดแทนลิงค์เดิม

ปัจจุบัน Linux CentOS8 ได้หยุดการ Support แล้ว ทำให้เราไม่สามารถอัปเดตผ่าน yum repo ได้

วิธีเพิ่ม repo อื่น ทดแทน

โค๊ด: [Select]
sudo sed -i -e "s|mirrorlist=|#mirrorlist=|g" /etc/yum.repos.d/CentOS-*
โค๊ด: [Select]
sudo sed -i -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-*
โค๊ด: [Select]
sudo dnf update
โค๊ด: [Select]
sudo dnf install centos-release-stream
โค๊ด: [Select]
sudo dnf swap centos-{linux,stream}-repos
โค๊ด: [Select]
sudo dnf distro-sync
โค๊ด: [Select]
sudo reboot