文章目录
Red Hat 9 && CentOS Stream 9 配置阿里云yum 源
CentOS Stream 9 配置阿里云 yum 源
备份原有的 yum文件
[root@localhost ~]# cd /etc/yum.repos.d/[root@localhost yum.repos.d]# ls
centos-addons.repo centos.repo
[root@localhost yum.repos.d]# mkdir bak[root@localhost yum.repos.d]# cp -r *.repo bak/
配置阿里 yum 源
[root@localhost yum.repos.d]# pwd
/etc/yum.repos.d
[root@localhost yum.repos.d]# vim centos.repo[baseos]name=CentOS Stream $releasever - BaseOS
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/BaseOS/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=1[baseos-debug]name=CentOS Stream $releasever - BaseOS - Debug
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/BaseOS/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[baseos-source]name=CentOS Stream $releasever - BaseOS - Source
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/BaseOS/source/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[appstream]name=CentOS Stream $releasever - AppStream
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/AppStream/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=1[appstream-debug]name=CentOS Stream $releasever - AppStream - Debug
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/AppStream/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[appstream-source]name=CentOS Stream $releasever - AppStream - Source
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/AppStream/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[crb]name=CentOS Stream $releasever - CRB
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/CRB/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=0[crb-debug]name=CentOS Stream $releasever - CRB - Debug
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/CRB/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[crb-source]name=CentOS Stream $releasever - CRB - Source
baseurl=https://mirrors.aliyun.com/centos-stream/$stream/CRB/source/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0
[root@localhost yum.repos.d]# pwd
/etc/yum.repos.d
[root@localhost yum.repos.d]# vim centos-addons.repo [highavailability]name=CentOS Stream $releasever - HighAvailability
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/HighAvailability/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=0[highavailability-debug]name=CentOS Stream $releasever - HighAvailability - Debug
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/HighAvailability/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[highavailability-source]name=CentOS Stream $releasever - HighAvailability - Source
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/HighAvailability/source/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[nfv]name=CentOS Stream $releasever - NFV
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/NFV/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=0[nfv-debug]name=CentOS Stream $releasever - NFV - Debug
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/NFV/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[nfv-source]name=CentOS Stream $releasever - NFV - Source
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/NFV/source/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[rt]name=CentOS Stream $releasever - RT
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/RT/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=0[rt-debug]name=CentOS Stream $releasever - RT - Debug
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/RT/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[rt-source]name=CentOS Stream $releasever - RT - Source
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/RT/source/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[resilientstorage]name=CentOS Stream $releasever - ResilientStorage
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/ResilientStorage/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=0[resilientstorage-debug]name=CentOS Stream $releasever - ResilientStorage - Debug
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/ResilientStorage/$basearch/debug/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[resilientstorage-source]name=CentOS Stream $releasever - ResilientStorage - Source
baseurl=http://mirrors.aliyun.com/centos-stream/$stream/ResilientStorage/source/tree/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0[extras-common]name=CentOS Stream $releasever - Extras packages
baseurl=http://mirrors.aliyun.com/centos-stream/SIGs/$stream/extras/$basearch/extras-common/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
countme=1enabled=1[extras-common-source]name=CentOS Stream $releasever - Extras packages - Source
baseurl=http://mirrors.aliyun.com/centos-stream/SIGs/$stream/extras/source/extras-common/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
gpgcheck=1repo_gpgcheck=0metadata_expire=6h
enabled=0
[root@localhost yum.repos.d]# dnf clean all # 清除缓存21 个文件已删除
[root@localhost yum.repos.d]# [root@localhost yum.repos.d]# dnf makecache # 建立缓存.......
[root@localhost yum.repos.d]# dnf update # 更新
Red Hat 9 配置阿里云 yum 源
[root@localhost ~]# cd /etc/yum.repos.d/[root@localhost yum.repos.d]# vi /etc/yum.repos.d/redhat9.repo[ali_baseos]name=ali_baseos
baseurl=https://mirrors.aliyun.com/centos-stream/9-stream/BaseOS/x86_64/os/
gpgcheck=0[ali_appstream]name=ali_appstream
baseurl=https://mirrors.aliyun.com/centos-stream/9-stream/AppStream/x86_64/os/
gpgcheck=0[root@localhost yum.repos.d]# dnf clean all # 清除缓存21 个文件已删除
[root@localhost yum.repos.d]# [root@localhost yum.repos.d]# dnf makecache # 建立缓存.......
[root@localhost yum.repos.d]# dnf update # 更新
本文转载自: https://blog.csdn.net/m0_58805648/article/details/135471162
版权归原作者 阿干tkl 所有, 如有侵权,请联系我们删除。
版权归原作者 阿干tkl 所有, 如有侵权,请联系我们删除。