首页 > 系统相关 >配置CentOS 7阿里yum源

配置CentOS 7阿里yum源

时间:2024-12-18 19:08:48浏览次数:10  
标签:centos CentOS mirrors 阿里 yum aliyun vault com

备份yum源配置文件 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak   vi /etc/yum.repos.d/CentOS-Base.repo

# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.  You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the 
# remarked out baseurl= line instead.
#
#
 
[base]
name=CentOS-$releasever - Base - mirrors.aliyun.com
failovermethod=priority
baseurl=https://mirrors.aliyun.com/centos-vault/7.9.2009/os/$basearch/
gpgcheck=1
gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-7
 
#released updates 
[updates]
name=CentOS-$releasever - Updates - mirrors.aliyun.com
failovermethod=priority
baseurl=https://mirrors.aliyun.com/centos-vault/7.9.2009/updates/$basearch/
gpgcheck=1
gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-7
 
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras - mirrors.aliyun.com
failovermethod=priority
baseurl=https://mirrors.aliyun.com/centos-vault/7.9.2009/extras/$basearch/
gpgcheck=1
gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-7
 
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus - mirrors.aliyun.com
failovermethod=priority
baseurl=https://mirrors.aliyun.com/centos-vault/7.9.2009/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-7
 
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib - mirrors.aliyun.com
failovermethod=priority
baseurl=https://mirrors.aliyun.com/centos-vault/7.9.2009/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://mirrors.aliyun.com/centos-vault/RPM-GPG-KEY-CentOS-7

 

  点击i键进入编辑模式,将以下配置信息复制到配置文件中   点击Esc键退出编辑模式,输入:wq保存配置文件   清除缓存并重建元数据缓存   yum clean all && yum makecache

至此阿里云YUM源已经切换成功,可以尽情使用了

标签:centos,CentOS,mirrors,阿里,yum,aliyun,vault,com
From: https://www.cnblogs.com/xiaojietian/p/18615707

相关文章

  • 膜拜!阿里自爆十万字Java面试手抄本,脉脉一周狂转50w/次
    2025年的金三银四很快就到了,铁子们做好跳槽拿高薪的准备了吗?为了帮助大家能够找到一份满意的工作,我找到了在阿里任职的同学,他把内网上十万字Java面试手抄本直接开源分享了出来;十万字Java面试手抄本这份Java面试手抄本包含了——Java基础、并发编程、JVM、Dubbo、MyBatis、Ka......
  • 【证书】免费的证书 *^_^* 阿里云人工智能训练师(高级)
    碎片化的时间,利用起来,可以看看人工智能训练师。学习完课程后,才可以考试,先初级然后高级......
  • Openresty(lua+nginx)-Guava-Redis做多级缓存-阿里云开发者社区
    Openresty(lua+nginx)-Guava-Redis做多级缓存-阿里云开发者社区Openresty(lua+nginx)-Guava-Redis做多级缓存-阿里云开发者社区https://developer.aliyun.com/article/1470012Openresty(lua+nginx)-Guava-Redis做多级缓存2024-11-3015:38:24​https://www.aliyun.com/......
  • Openresty(lua+nginx)-Guava-Redis做多级缓存-阿里云开发者社区
    Openresty(lua+nginx)-Guava-Redis做多级缓存-阿里云开发者社区Openresty(lua+nginx)-Guava-Redis做多级缓存-阿里云开发者社区https://developer.aliyun.com/article/1470012Openresty(lua+nginx)-Guava-Redis做多级缓存2024-11-3015:38:24​https://www.aliyun.com/......
  • 【Linux】深入Linux:yum包管理与vim编辑器实用攻略
    在Linux系统中,yum和vim是不可或缺的工具,前者用于软件包管理,后者是高效的文本编辑器。本文将为你提供实用的操作技巧和攻略,帮助你轻松掌握这两项核心技能,提高开发和系统管理的效率。文章目录一、Linux软件包管理器-yum二、Linux系统(Centos)生态2.1三种安装软件......
  • 服务器centos7-AWVS搭建
    一、安装前的准备1.1下载安装包AWVS百度网盘下载并把安装包解压到/opt/AWVS路径中7zxacunetix_23.11.231123131_x64.7z-o/opt/AWVS/1.2更改host文件vim/etc/hosts将以下内容加在hosts文件尾部127.0.0.1erp.acunetix.com127.0.0.1erp.acunetix.com.::1erp.acune......
  • Centos7环境下,dokcer安装dm8并用dbeaver进行测试连接
    应国产化需求需要,需将系统中涉及的各中间件替换成国产中间件,此文介绍了达梦数库安装的步骤,该文在Centos7环境下已验证测试过1.安装docker1.1  安装Docker依赖的软件包     sudoyuminstall-yyum-utils1.2  设置Docker仓库    sudoyum-con......
  • 安装Ranger(以CentOS为例)用于统一权限管理的详细步骤
    一、前提准备系统要求操作系统:CentOS7或更高版本(这里以CentOS7为例)。确保系统已经安装并配置好基本的网络设置,能够访问互联网进行软件包下载。软件依赖:需要安装JavaDevelopmentKit(JDK),推荐版本为1.8或更高。可以使用以下命令检查是否安装了JDK:java-version如果没有安......
  • Centos /root /home分区大小修改
    1.  lsblk-f查看磁盘分区情况NAMEFSTYPELABELUUIDMOUNTPOINTsda├─sda1vfat......
  • 被裁后半月面试8家公司无果,凭借这份Java面试指南成功入职阿里
     前言上个月班上的好好的突然被通知"毕业了",现在工作也确实不好找。之前近一个月面了很多大大小小的公司降薪太严重都没考虑去,最后没办法本来都打算随便去一家了却偶然得到一个阿里的面试机会,足足面了七面(我太难了)因为我的工程项目经验基本为0所以被死磕Java,下面我简单说下......