epel在线镜像源

发布时间 2023-08-07 11:05:12作者: kklinux

前言

此epel镜像源适用于红帽系列系统,如Red Hat Enterprise,CentOS,AnoliOS,Rocky Linux,Almalinux等linux发行版

阿里云镜像源

7的镜像源
[epel]
name=epel
baseurl=https://mirrors.aliyun.com/epel/7/x86_64
gpgcheck=0
enable=1

8的镜像源
[epel]
name=epel
baseurl=https://mirrors.aliyun.com/epel/8/Everything/x86_64
gpgcheck=0
enable=1

9的镜像源
[epel]
name=epel
baseurl=https://mirrors.aliyun.com/epel/9/Everything/x86_64
gpgcheck=0
enable=1

腾讯镜像源

7的镜像源
[epel]
name=epel
baseurl=https://mirrors.cloud.tencent.com/epel/7/x86_64
gpgcheck=0
enable=1

8的镜像源
[epel]
name=epel
baseurl=https://mirrors.cloud.tencent.com/epel/8/Everything/x86_64
gpgcheck=0
enable=1

9的镜像源
[epel]
name=epel
baseurl=https://mirrors.cloud.tencent.com/epel/9/Everything/x86_64
gpgcheck=0
enable=1

华为镜像源

7的镜像源
[epel]
name=epel
baseurl=https://repo.huaweicloud.com/epel/7/x86_64
gpgcheck=0
enable=1

8的镜像源
[epel]
name=epel
baseurl=https://repo.huaweicloud.com/epel/8/Everything/x86_64
gpgcheck=0
enable=1

9的镜像源
[epel]
name=epel
baseurl=https://repo.huaweicloud.com/epel/9/Everything/x86_64
gpgcheck=0
enable=1

清华大学镜像源

7的镜像源
[epel]
name=epel
baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/7/x86_64
gpgcheck=0
enable=1

8的镜像源
[epel]
name=epel
baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/8/Everything/x86_64
gpgcheck=0
enable=1

9的镜像源
[epel]
name=epel
baseurl=https://mirrors.tuna.tsinghua.edu.cn/epel/9/Everything/x86_64
gpgcheck=0
enable=1

中国科技大学镜像源

7的镜像源
[epel]
name=epel
baseurl=http://mirrors.ustc.edu.cn/epel/7/x86_64
gpgcheck=0
enable=1

8的镜像源
[epel]
name=epel
baseurl=http://mirrors.ustc.edu.cn/epel/8/Everything/x86_64
gpgcheck=0
enable=1

9的镜像源
[epel]
name=epel
baseurl=http://mirrors.ustc.edu.cn/epel/9/Everything/x86_64
gpgcheck=0
enable=1