Redhat系列系统在线镜像源

这篇具有很好参考价值的文章主要介绍了Redhat系列系统在线镜像源。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

前言

首先编辑vi /etc/yum.repos.d/online.repo,然后将下面镜像源内容复制到online.repo文件中保存(根据自己的系统版本选择),最后运行下面命令即可!!!

yum repolist             查询镜像源清单
yum clean all            清除镜像源安装包缓存
yum makecache            重新下载缓存镜像源安装包
yum update               更新镜像源安装包缓存
yum upgrade              更新已安装的镜像源软件包
yum install  安装包名     安装软件包

一、Redhat7镜像源

1 阿里云镜像源
[base]
name=CentOS-7 - Base - mirrors.aliyun.com
baseurl=http://mirrors.aliyun.com/centos/7/os/$basearch/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
 
[updates]
name=CentOS-7 - Updates - mirrors.aliyun.com
baseurl=http://mirrors.aliyun.com/centos/7/updates/$basearch/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
 
[extras]
name=CentOS-7 - Extras - mirrors.aliyun.com
baseurl=http://mirrors.aliyun.com/centos/7/extras/$basearch/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
 
[centosplus]
name=CentOS-7 - Plus - mirrors.aliyun.com
baseurl=http://mirrors.aliyun.com/centos/7/centosplus/$basearch/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
2 清华大学镜像源
[base]
name=CentOS-7 - Base - tsinghua
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/7/os/x86_64/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-7
  
[updates]
name=CentOS-7 - Updates - tsinghua
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/7/os/x86_64/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-7
 
[extras]
name=CentOS-7 - Extras - tsinghua
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/7/extras/$basearch/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-7
 
[centosplus]
name=CentOS-7 - Plus - tsinghua
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos/7/centosplus/$basearch/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-7

3 网易镜像源
[base]
name=base-163
baseurl=http://mirrors.163.com/centos/7/os/x86_64/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
  
[updates]
name=updates-163
baseurl=http://mirrors.163.com/centos/7/os/x86_64/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
 
[extras]
name=extras-163
baseurl=http://mirrors.163.com/centos/7/extras/$basearch/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
 
[centosplus]
name=centosplus-163
baseurl=http://mirrors.163.com/centos/7/centosplus/$basearch/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
4 华为镜像源
[base]
name=CentOS-7 - Base - repo.huaweicloud.com
baseurl=https://repo.huaweicloud.com/centos/7/os/$basearch/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7
 
[updates]
name=CentOS-7 - Updates - repo.huaweicloud.com
baseurl=https://repo.huaweicloud.com/centos/7/updates/$basearch/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7
 
[extras]
name=CentOS-7 - Extras - repo.huaweicloud.com
baseurl=https://repo.huaweicloud.com/centos/7/extras/$basearch/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7
 
[centosplus]
name=CentOS-7 - Plus - repo.huaweicloud.com
baseurl=https://repo.huaweicloud.com/centos/7/centosplus/$basearch/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-7
4. 南京大学镜像源
[os]
name=os
baseurl=https://mirror.nju.edu.cn/centos/7.9.2009/os/x86_64/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/centos/7.9.2009/os/x86_64/RPM-GPG-KEY-CentOS-7

[extras]
name=extras
baseurl=https://mirror.nju.edu.cn/centos/7.9.2009/extras/x86_64/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/centos/7.9.2009/os/x86_64/RPM-GPG-KEY-CentOS-7

[centosplus]
name=centosplus
baseurl=https://mirror.nju.edu.cn/centos/7.9.2009/centosplus/x86_64/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/centos/7.9.2009/os/x86_64/RPM-GPG-KEY-CentOS-7

[updates]
name=updates
baseurl=https://mirror.nju.edu.cn/centos/7.9.2009/updates/x86_64/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/centos/7.9.2009/os/x86_64/RPM-GPG-KEY-CentOS-7

二、Redhat8镜像源

1 阿里云镜像源
[BaseOS]
name=BaseOS
baseurl=https://mirrors.aliyun.com/centos-vault/8.0.1905/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official
 
[AppStream]
name=AppStream
baseurl=https://mirrors.aliyun.com/centos-vault/8.0.1905/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official

[PowerTools]
name=PowerTools
baseurl=https://mirrors.aliyun.com/centos-vault/8.0.1905/PowerTools/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official

[extras]
name=extras
baseurl=https://mirrors.aliyun.com/centos-vault/8.0.1905/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official

[centosplus]
name=centosplus
baseurl=https://mirrors.aliyun.com/centos-vault/8.0.1905/centosplus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official

===================================================================================
[BaseOS]
name=BaseOS
baseurl=https://mirrors.aliyun.com/almalinux/8.7/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-8

[AppStream]
name=AppStream
baseurl=https://mirrors.aliyun.com/almalinux/8.7/AppStream/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-8

[PowerTools]
name=PowerTools
baseurl=https://mirrors.aliyun.com/almalinux/8.7/PowerTools/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-8

[extras]
name=extras
baseurl=https://mirrors.aliyun.com/almalinux/8.7/extras/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-8

[plus]
name=plus
baseurl=https://mirrors.aliyun.com/almalinux/8.7/plus/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-8
2 清华大学镜像源
[BaseOS]
name=BaseOS
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos-vault/8.0.1905/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-Official
 
[AppStream]
name=AppStream
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos-vault/8.0.1905/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-Official

[PowerTools]
name=PowerTools
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos-vault/8.0.1905/PowerTools/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-Official

[extras]
name=extras
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos-vault/8.0.1905/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-Official

[centosplus]
name=centosplus
baseurl=https://mirrors.tuna.tsinghua.edu.cn/centos-vault/8.0.1905/centosplus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.tuna.tsinghua.edu.cn/centos/RPM-GPG-KEY-CentOS-Official
3 网易镜像源
[BaseOS]
name=BaseOS
baseurl=http://mirrors.163.com/centos-vault/8.0.1905/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-Official
 
[AppStream]
name=AppStream
baseurl=http://mirrors.163.com/centos-vault/8.0.1905/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-Official

[PowerTools]
name=PowerTools
baseurl=http://mirrors.163.com/centos-vault/8.0.1905/PowerTools/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-Official

[extras]
name=extras
baseurl=http://mirrors.163.com/centos-vault/8.0.1905/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-Official

[centosplus]
name=centosplus
baseurl=http://mirrors.163.com/centos-vault/8.0.1905/centosplus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-Official
4 华为镜像源
[BaseOS]
name=BaseOS
baseurl=https://repo.huaweicloud.com/centos-vault/8.0.1905/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-Official
 
[AppStream]
name=AppStream
baseurl=https://repo.huaweicloud.com/centos-vault/8.0.1905/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-Official

[PowerTools]
name=PowerTools
baseurl=https://repo.huaweicloud.com/centos-vault/8.0.1905/PowerTools/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-Official

[extras]
name=extras
baseurl=https://repo.huaweicloud.com/centos-vault/8.0.1905/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-Official

[centosplus]
name=centosplus
baseurl=https://repo.huaweicloud.com/centos-vault/8.0.1905/centosplus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://repo.huaweicloud.com/centos/RPM-GPG-KEY-CentOS-Official
5 阿里云Rocky镜像源
[BaseOS]
name=BaseOS
baseurl=https://mirrors.aliyun.com/rockylinux/8/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-ANOLIS

[AppStream]
name=AppStream
baseurl=https://mirrors.aliyun.com/rockylinux/8/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-ANOLIS

[PowerTools]
name=PowerTools
baseurl=https://mirrors.aliyun.com/rockylinux/8/PowerTools/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-ANOLIS

[Extras]
name=Extras
baseurl=https://mirrors.aliyun.com/rockylinux/8/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-ANOLIS
6 阿里云anolis镜像源
[BaseOS]
name=BaseOS
baseurl=https://mirrors.aliyun.com/anolis/8/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/anolis/RPM-GPG-KEY-ANOLIS
 
[AppStream]
name=AppStream
baseurl=https://mirrors.aliyun.com/anolis/8/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/anolis/RPM-GPG-KEY-ANOLIS

[PowerTools]
name=PowerTools
baseurl=https://mirrors.aliyun.com/anolis/8/PowerTools/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/anolis/RPM-GPG-KEY-ANOLIS
7.南京大学镜像源

(1)rocky镜像源

[BaseOS]
name=BaseOS
baseurl=https://mirror.nju.edu.cn/rocky/8.9/BaseOS/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-8
 
[AppStream]
name=AppStream
baseurl=https://mirror.nju.edu.cn/rocky/8.9/AppStream/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-8

[extras]
name=extras
baseurl=https://mirror.nju.edu.cn/rocky/8.9/extras/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-8

[plus]
name=plus
baseurl=https://mirror.nju.edu.cn/rocky/8.9/plus/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-8

(2)almalinux镜像源

[BaseOS]
name=BaseOS
baseurl=https://mirror.nju.edu.cn/almalinux/8.9/BaseOS/x86_64/os/
gpgcheck=0
enabled=1


[AppStream]
name=AppStream
baseurl=https://mirror.nju.edu.cn/almalinux/8.9/AppStream/x86_64/os/
gpgcheck=0
enabled=1


[PowerTools]
name=PowerTools
baseurl=https://mirror.nju.edu.cn/almalinux/8.9/PowerTools/x86_64/os/
gpgcheck=0
enabled=1


[Extras]
name=Extras
baseurl=https://mirror.nju.edu.cn/almalinux/8.9/extras/x86_64/os/
gpgcheck=0
enabled=1

三、Redhat9镜像源

1 阿里云Rocky镜像源
[BaseOS]
name=BaseOS
baseurl=https://mirrors.aliyun.com/rockylinux/9/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-Rocky-9
 
[AppStream]
name=AppStream
baseurl=https://mirrors.aliyun.com/rockylinux/9/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-Rocky-9

[extras]
name=extras
baseurl=https://mirrors.aliyun.com/rockylinux/9/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-Rocky-9

[plus]
name=plus
baseurl=https://mirrors.aliyun.com/rockylinux/9/plus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/rockylinux/RPM-GPG-KEY-Rocky-9
2 阿里云AlmaLinux镜像源
[BaseOS]
name=BaseOS
baseurl=https://mirrors.aliyun.com/almalinux/9/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-9
 
[AppStream]
name=AppStream
baseurl=https://mirrors.aliyun.com/almalinux/9/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-9

[extras]
name=extras
baseurl=https://mirrors.aliyun.com/almalinux/9/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-9

[plus]
name=plus
baseurl=https://mirrors.aliyun.com/almalinux/9/plus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirrors.aliyun.com/almalinux/RPM-GPG-KEY-AlmaLinux-9
3 Rocky官方镜像源
[BaseOS]
name=BaseOS
baseurl=http://download.rockylinux.org/pub/rocky/9/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://download.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9
 
[AppStream]
name=AppStream
baseurl=http://download.rockylinux.org/pub/rocky/9/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://download.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9

[extras]
name=extras
baseurl=http://download.rockylinux.org/pub/rocky/9/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://download.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9

[plus]
name=plus
baseurl=http://download.rockylinux.org/pub/rocky/9/plus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://download.rockylinux.org/pub/rocky/RPM-GPG-KEY-Rocky-9
4 上海交通大学AlmaLinux镜像源
[BaseOS]
name=BaseOS
baseurl=https://mirror.sjtu.edu.cn/almalinux/9/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.sjtu.edu.cn/almalinux/RPM-GPG-KEY-Rocky-9
 
[AppStream]
name=AppStream
baseurl=https://mirror.sjtu.edu.cn/almalinux/9/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.sjtu.edu.cn/almalinux/RPM-GPG-KEY-Rocky-9

[extras]
name=extras
baseurl=https://mirror.sjtu.edu.cn/almalinux/9/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.sjtu.edu.cn/almalinux/RPM-GPG-KEY-Rocky-9

[plus]
name=plus
baseurl=https://mirror.sjtu.edu.cn/almalinux/9/plus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.sjtu.edu.cn/almalinux/RPM-GPG-KEY-Rocky-9
5 网易Rocky镜像源
[BaseOS]
name=BaseOS
baseurl=http://mirrors.163.com/rocky/9/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/rocky/RPM-GPG-KEY-Rocky-9
 
[AppStream]
name=AppStream
baseurl=http://mirrors.163.com/rocky/9/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/rocky/RPM-GPG-KEY-Rocky-9

[extras]
name=extras
baseurl=http://mirrors.163.com/rocky/9/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/rocky/RPM-GPG-KEY-Rocky-9

[plus]
name=plus
baseurl=http://mirrors.163.com/rocky/9/plus/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=http://mirrors.163.com/rocky/RPM-GPG-KEY-Rocky-9
6.南京大学镜像源

(1)rocky镜像源

[BaseOS]
name=BaseOS
baseurl=https://mirror.nju.edu.cn/rocky/9.3/BaseOS/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-9
 
[AppStream]
name=AppStream
baseurl=https://mirror.nju.edu.cn/rocky/9.3/AppStream/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-9

[extras]
name=extras
baseurl=https://mirror.nju.edu.cn/rocky/9.3/extras/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-9

[plus]
name=plus
baseurl=https://mirror.nju.edu.cn/rocky/9.3/plus/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/rocky/RPM-GPG-KEY-Rocky-9

(2)AlmaLinux镜像源

[BaseOS]
name=BaseOS
baseurl=https://mirror.nju.edu.cn/almalinux/9.3/BaseOS/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/almalinux/9.3/BaseOS/x86_64/os/RPM-GPG-KEY-AlmaLinux-9
 
[AppStream]
name=AppStream
baseurl=https://mirror.nju.edu.cn/almalinux/9.3/AppStream/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/almalinux/9.3/AppStream/x86_64/os/RPM-GPG-KEY-AlmaLinux-9

[extras]
name=extras
baseurl=https://mirror.nju.edu.cn/almalinux/9.3/extras/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/almalinux/9.3/extras/x86_64/os/RPM-GPG-KEY-AlmaLinux-9

[plus]
name=plus
baseurl=https://mirror.nju.edu.cn/almalinux/9.3/plus/x86_64/os/
gpgcheck=0
enabled=1
gpgkey=https://mirror.nju.edu.cn/almalinux/9.3/plus/x86_64/os/RPM-GPG-KEY-AlmaLinux-9

搭建镜像源服务器可以参考这篇博客https://blog.csdn.net/u010080562/article/details/127601935文章来源地址https://www.toymoban.com/news/detail-455612.html

到了这里,关于Redhat系列系统在线镜像源的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • 玩转Redhat Linux 8.0系列 | 合集

    素材来源:Redhat Linux 8.0培训教材《RH124》、《RH134》和《RH294》 玩了5-6年的Linux,现在再来温习一遍RHCE培训教材,按照指导完成实验并与大家分享。 1.玩转Redhat Linux 8.0系列 | 使用桌面访问命令行_热爱编程的通信人的博客-CSDN博客 2.玩转Redhat Linux 8.0系列 | 使用命令行工具管理文

    2024年02月10日
    浏览(36)
  • 从零开始学Spring Boot系列-前言

    在数字化和信息化的时代,Java作为一种成熟、稳定且广泛应用的编程语言,已经成为构建企业级应用的首选。而在Java生态系统中,Spring框架无疑是其中最为耀眼的一颗明星。它提供了全面的编程和配置模型,用于构建企业级应用。随着Spring Boot的出现,这一框架变得更加易于

    2024年02月22日
    浏览(56)
  • 【大数据开发运维解决方案】超级详细的VMware16安装Redhat8&挂载镜像配置本地yum源&安装unixODBC教程

    今儿同事反馈在Informatica对接达梦数据库的过程中,需要安装ODBC,官方推荐的是ODBC2.3.0,同事使用的操作系统环境为redhat8.6,其在 ./configure 编译ODBC过程中出现问题,一波操作后安装失败,博主简单分析错误日志后发现编译过程中需要安装并更新一些gcc编译器,他使用的服务器

    2024年02月03日
    浏览(55)
  • 使用Redhat操作系统下载MySQL

    ①在虚拟机火狐浏览器中搜索MySQL官网(选择第一个下载) ②下载完毕使用xshell远程连接解压及安装 ①配置本地仓库 ②下载 ③测试 ①找仓库文件(双击进去选择第一个下载) 复制下载的链接:https://repo.mysql.com//mysql80-community-release-el9-5.noarch.rpm ②查看本地仓库并下载安装

    2024年01月22日
    浏览(30)
  • 【分布式系统】前言

    争取写一下阅读笔记,更新有关分布式系统的一切,先开个坑。 现在的心得如下: 不知道啥时候能破解哈~~ 内容包括部分6.824 + 读的论文 + DDIA: DDIA mapreduce GFS VMwareFT Raft zookeeper chain replication(CR)和 CRAQ time,clocks viewstamped replication paxos PBFT 分布式事务

    2024年02月14日
    浏览(252)
  • react搭建在线编辑html的站点——引入grapes实现在线拖拉拽编辑html

    大家好,我是yma16,本文分享关于react搭建在线编辑html的站点。 react 发展历史 React是由Facebook开发的一种JavaScript库,用于构建用户界面。React最初发布于2013年,并在2015年开源。以下是React框架的历史: 2010年,Facebook开始使用XHP框架,使PHP代码生成HTML和JSX代码。Facebook的前端工

    2024年02月14日
    浏览(41)
  • GLTF编辑器:在线模型材质编辑工具

      GLTF 编辑器 是一个功能强大、易于使用的在线3D模型编辑和查看工具,它支持多种格式的3D模型导入并将模型导出为GLB格式,除了可以对3D模型进行基本属性的修改之外,还支持对模型原点重置以及模型材质纹理修改。对于3D开发者和设计师来说,GLTF 编辑器 是一个非常有

    2024年02月07日
    浏览(55)
  • onlyoffice协同编辑(多人共享编辑)、在线文档编辑,支持word、excel

    贴一个官方的文档 onlyoffice API onlyoffice 故障排除 首先给一个盒子 然后初始化代码, 这里只写了常用的配置,完整的配置可以看文档 后端的部署,可以借鉴这位大哥的 如何在 Windows 上 使用 ONLYOFFICE 协作编辑文档

    2024年02月12日
    浏览(54)
  • 实现word文档在线编辑

    我们通过使用docker部署的onlyoffice来实现文档的预览编辑,做到实时保存 依次运行以下命令即可 注意: 1.http://ip:9000/web-apps/apps/api/documents/api.js 中ip问docker容器服务器地址 2.http://ip:port/file/2022/09/08/111.docx为文件源路径 3.http://ip:port/docx/save 为回调的后端地址 4. “key”: “16” 更

    2024年02月15日
    浏览(45)
  • 基于语雀编辑器的在线文档编辑与查看

    语雀是一个非常优秀的文档和知识库工具,其编辑器更是非常好用,虽无开源版本,但有编译好的可以使用。本文基于语雀编辑器实现在线文档的编辑与文章的预览。 参考语雀编辑器官方文档,其实现需要引入以下文件:

    2024年02月09日
    浏览(44)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包