Linux命令大全






epel在线镜像源

前言

此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

 

posted @ 2023-08-07 11:03  linuxcmd  阅读(105)  评论(0编辑  收藏  举报