2025-01-21 13:55:30 +09:00
2025-01-21 13:55:30 +09:00
2024-02-15 11:13:26 +09:00
2024-02-15 11:13:26 +09:00
2024-02-15 11:13:26 +09:00
2024-02-15 11:13:26 +09:00
2024-02-15 11:13:26 +09:00
2024-02-15 11:13:26 +09:00
2024-02-15 11:13:26 +09:00
2024-02-16 17:46:52 +09:00
2024-02-16 17:46:52 +09:00
2024-02-19 09:41:54 +09:00

CentOS 7 yum repository

Working CentOS 7 yum repository files to replace the .repo files in your /etc/yum.repos.d folder on your CentOS 7 server.

Usage:

Navigate to the /etc folder:

cd /etc

Backup your current yum.repos.d folder first:

mv yum.repos.d yum.repos.d_old

Clone the new yum.repos.d folder to your system:

git clone https://github.com/tkne/centos-7-repo.git yum.repos.d

Clean the local cache:

yum clean all

Update the installed packages on your system:

yum update

Important

In case you have other external repositories installed as well, you'll need to edit each .repo dotfile and replace the settings manually.

Description
No description provided
Readme 35 KiB