Rocky Linux 更换 阿里云的镜像源

  1. 备份原有的*.repo文件
csharp 复制代码
 mkdir /etc/yum.repos.d/bak
 mv /etc/yum.repos.d/*.repo  /etc/yum.repos.d/bak
  1. 创建阿里云镜像仓库
csharp 复制代码
sudo tee /etc/yum.repos.d/rocky-aliyun.repo > /dev/null <<'EOF'
[baseos]
name=Rocky Linux $releasever - BaseOS - Aliyun
baseurl=https://mirrors.aliyun.com/rockylinux/$releasever/BaseOS/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial

[appstream]
name=Rocky Linux $releasever - AppStream - Aliyun
baseurl=https://mirrors.aliyun.com/rockylinux/$releasever/AppStream/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial

[extras]
name=Rocky Linux $releasever - Extras - Aliyun
baseurl=https://mirrors.aliyun.com/rockylinux/$releasever/extras/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial

[crb]
name=Rocky Linux $releasever - CRB - Aliyun
baseurl=https://mirrors.aliyun.com/rockylinux/$releasever/CRB/$basearch/os/
gpgcheck=0
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial
EOF

清理缓存

csharp 复制代码
dnf clean all

缓存仓库信息

csharp 复制代码
dnf makecache
  1. 安装软件测试
csharp 复制代码
[root@redis-slave01 yum.repos.d]# time dnf -y install nginx
Last metadata expiration check: 0:01:18 ago on Thu Apr 16 17:12:45 2026.
Dependencies resolved.
=============================================================================================================================================================================
 Package                                    Architecture                    Version                                                 Repository                          Size
=============================================================================================================================================================================
Installing:
 nginx                                      x86_64                          2:1.20.1-24.el9_7.2.rocky.0.1                           appstream                           37 k
Installing dependencies:
 nginx-core                                 x86_64                          2:1.20.1-24.el9_7.2.rocky.0.1                           appstream                          567 k
 nginx-filesystem                           noarch                          2:1.20.1-24.el9_7.2.rocky.0.1                           appstream                           10 k
 rocky-logos-httpd                          noarch                          90.16-1.el9                                             appstream                           24 k

Transaction Summary
=============================================================================================================================================================================
Install  4 Packages

Total download size: 638 k
Installed size: 1.8 M
Downloading Packages:
(1/4): nginx-filesystem-1.20.1-24.el9_7.2.rocky.0.1.noarch.rpm                                                                                59 kB/s |  10 kB     00:00
(2/4): nginx-1.20.1-24.el9_7.2.rocky.0.1.x86_64.rpm                                                                                          161 kB/s |  37 kB     00:00
(3/4): rocky-logos-httpd-90.16-1.el9.noarch.rpm                                                                                              167 kB/s |  24 kB     00:00
(4/4): nginx-core-1.20.1-24.el9_7.2.rocky.0.1.x86_64.rpm                                                                                     278 kB/s | 567 kB     00:02
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                        312 kB/s | 638 kB     00:02
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                                                                                     1/1
  Running scriptlet: nginx-filesystem-2:1.20.1-24.el9_7.2.rocky.0.1.noarch                                                                                               1/4
  Installing       : nginx-filesystem-2:1.20.1-24.el9_7.2.rocky.0.1.noarch                                                                                               1/4
  Installing       : nginx-core-2:1.20.1-24.el9_7.2.rocky.0.1.x86_64                                                                                                     2/4
  Installing       : rocky-logos-httpd-90.16-1.el9.noarch                                                                                                                3/4
  Installing       : nginx-2:1.20.1-24.el9_7.2.rocky.0.1.x86_64                                                                                                          4/4
  Running scriptlet: nginx-2:1.20.1-24.el9_7.2.rocky.0.1.x86_64                                                                                                          4/4
  Verifying        : nginx-2:1.20.1-24.el9_7.2.rocky.0.1.x86_64                                                                                                          1/4
  Verifying        : nginx-core-2:1.20.1-24.el9_7.2.rocky.0.1.x86_64                                                                                                     2/4
  Verifying        : nginx-filesystem-2:1.20.1-24.el9_7.2.rocky.0.1.noarch                                                                                               3/4
  Verifying        : rocky-logos-httpd-90.16-1.el9.noarch                                                                                                                4/4

Installed:
  nginx-2:1.20.1-24.el9_7.2.rocky.0.1.x86_64          nginx-core-2:1.20.1-24.el9_7.2.rocky.0.1.x86_64          nginx-filesystem-2:1.20.1-24.el9_7.2.rocky.0.1.noarch
  rocky-logos-httpd-90.16-1.el9.noarch

Complete!

real    0m2.951s
user    0m0.487s
sys     0m0.219s

可以看出安装速度非常快。

相关推荐
七夜zippoe2 小时前
OpenClaw 定时任务与 Cron 调度:自动化运维的智能引擎
运维·人工智能·自动化·cron·openclaw
聆风吟º2 小时前
从“命令盲区”到“随查随用”:我用Nexent搭了一个Linux知识库助手
linux·ai·智能体·nexent
marsh02062 小时前
35 openclawCQRS模式应用:分离读写操作提升性能
运维·ai·jenkins·编程·技术
IMPYLH2 小时前
Linux 的 readlink 命令
linux·运维·服务器·网络·bash
一个小浪吴啊2 小时前
Linux/Mac Hermes Agent部署教程
linux·运维·macos·ai·ai编程
tiger从容淡定是人生2 小时前
金融系统 Summit Backend 的 Docker 化实践:CI/CD、测试与安全性的工程经验总结
运维·docker·云原生·容器·eureka·金融
小白考证进阶中2 小时前
阿里云ACA部分考试成绩分享(2月/3月/4月)
运维·阿里云·云计算·阿里云认证·阿里云aca认证·阿里云aca·阿里云aca大数据认证
杰 .2 小时前
Linux 开机 + 进程创建 + fork + exec + 加载器
linux·服务器
bingyan03712 小时前
mysql-使用openclaw自动化安装xenon集群
运维·mysql·自动化·集群·openclaw·xenon