Published Jul 04, 2024
Workaround for CentOS 7 EOL repo closures
CentOS 7 is end of life as of June 30, 2024 so no more security or bug fix updates via official YUM repos.
To get your existing repo’s working again, execute the following commands:
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
Yum update will work again after the above change.
Related content
CSN - Fixing the CentOS 6 yum repository
CSN - Fixing the CentOS 6 yum repository
More like this
Upgrading to the Latest SCS Version for CentOS 7
Upgrading to the Latest SCS Version for CentOS 7
Read with this
Migrating Swarm Components from CentOS 7 to Rocky Linux 8
Migrating Swarm Components from CentOS 7 to Rocky Linux 8
Read with this
How do I a create a local repository (repo) on my CSN?
How do I a create a local repository (repo) on my CSN?
More like this
Patching the OS of Swarm Infrastructure servers
Patching the OS of Swarm Infrastructure servers
More like this
TechNote 2015002: Using cURL with Swarm
TechNote 2015002: Using cURL with Swarm
Read with this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.