镜像下载、域名解析、时间同步请点击 阿里云开源镜像站
Repoforge 是 RHEL 系统下的软件仓库,拥有 10000 多个软件包,被认为是最安全、最稳定的一个软件仓库。
下载地址: https://mirrors.aliyun.com/repoforge/
[root@centos ~]# uname -aLinux centos 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@centos ~]# rpm --import https://mirrors.aliyun.com/repoforge/RPM-GPG-KEY.dag.txt[root@centos ~]#
sudo cat > /etc/yum.repos.d/rpmforge.repo << EOF[rpmforge]name = RHEL $releasever - RPMforge.net - dagbaseurl = https://mirrors.aliyun.com/repoforge/redhat/el7/en/$basearch/rpmforgemirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforgeenabled = 1protect = 0gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-daggpgcheck = 1[rpmforge-extras]name = RHEL $releasever - RPMforge.net - extrasbaseurl = https://mirrors.aliyun.com/repoforge/redhat/el7/en/$basearch/extrasmirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-extrasenabled = 0protect = 0gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-daggpgcheck = 1[rpmforge-testing]name = RHEL $releasever - RPMforge.net - testingbaseurl = https://mirrors.aliyun.com/repoforge/redhat/el7/en/$basearch/testingmirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-testingenabled = 0protect = 0gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-daggpgcheck = 1EOF

[root@centos ~]# yum repolistLoaded plugins: fastestmirror, versionlockLoading mirror speeds from cached hostfile* base: mirrors.aliyun.com* extras: mirrors.aliyun.com* rpmforge: mirrors.aliyun.com* updates: mirrors.aliyun.comrepo id repo name statusbase/7/x86_64 CentOS-7 - Base - mirrors.aliyun.com 10,072extras/7/x86_64 CentOS-7 - Extras - mirrors.aliyun.com 500rpmforge RHEL - RPMforge.net - dag 245updates/7/x86_64 CentOS-7 - Updates - mirrors.aliyun.com 3,242repolist: 14,059[root@centos ~]#S-7 - Updates - mirrors.aliyun.com 3,242repolist: 14,059[root@centos ~]#
本文转自:https://blog.csdn.net/qq_45392321/article/details/122099058
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号