`
radzhang
  • 浏览: 310305 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

CentOs 的国内yum源

 
阅读更多

把/etc/yum.repos.d/下的Cent-Base.repo 备份 

mv Cent-Base.repo Cent-Base.repo.bak

然后vi打开Cent-Base.repo,复制以下配置。然后再运行yum makecache即可。

 

# 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

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os

baseurl=http://ftp.sjtu.edu.cn/centos/$releasever/os/$basearch/

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

 

#released updates 

[updates]

name=CentOS-$releasever - Updates

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates

baseurl=http://ftp.sjtu.edu.cn/centos/$releasever/updates/$basearch/

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

 

#additional packages that may be useful

[extras]

name=CentOS-$releasever - Extras

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras

baseurl=http://ftp.sjtu.edu.cn/centos/$releasever/extras/$basearch/

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

 

#additional packages that extend functionality of existing packages

[centosplus]

name=CentOS-$releasever - Plus

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus

baseurl=http://ftp.sjtu.edu.cn/centos/$releasever/centosplus/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

 

#contrib - packages by Centos Users

[contrib]

name=CentOS-$releasever - Contrib

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib

baseurl=http://ftp.sjtu.edu.cn/centos/$releasever/contrib/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

 

 

2018-2-27 comment

使用阿里云的Alibaba Open Source Mirror Site

    http://mirrors.aliyun.com/help/centos?spm=5176.bbsr150321.0.0.d6ykiD
分享到:
评论

相关推荐

    Centos6 yum国内源.zip

    "Centos6 yum国内源.zip"这个压缩包文件正是为了解决这个问题而提供的,它包含了将CentOS 6的yum源切换到国内镜像站的相关配置。 首先,让我们理解一下YUM(Yellowdog Updater, Modified)是什么。YUM是CentOS系统...

    centos6 yum 源

    centos6_64 yum配置,一键搞定.centos6_64 yum配置,一键搞定

    Centos8.5yum源

    下载地址 https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo https://mirrors.aliyun.com/repo/epel-archive-8.repo

    CentOS6.9的yum源

    【CentOS6.9的yum源】:在Linux操作系统中,CentOS 6.9是广泛使用的稳定版本,而YUM(Yellowdog Updater, Modified)则是它的一个关键组件,用于自动化软件包的安装、升级和管理。YUM通过与远程仓库(也称为yum源)...

    centos9ISO镜像及yum源配置文件

    例如,你可以选择国内的阿里云、腾讯云或网易的CentOS镜像源。 3. 修改源信息:在每个源的配置段中,修改`baseurl`或`mirrorlist`为你的选择的源地址。同时,确保`enabled=1`,表示该源处于启用状态。 4. 保存并关闭...

    CentOS 5 yum源

    CentOS 5 yum源,163 yum源,shouhu yum源

    CentOS 6.5 最新可用的 Yum 源

    CentOS 6.5 的 软件源很多官方已经停止维护,该文件包内配置好的yum源是可以正常使用的。将原/etc/yum.repos.d/目录下原来的 .repo 备份, 然后把本文件包内的repo文件复制过去, yum clean all 后,再 yum ...

    阿里CentOS6 yum源

    阿里CentOS6 yum源

    CentOS6 YUM 源失效问题解决办法

    ### CentOS6 YUM 源失效问题解决办法 在Linux操作系统中,特别是CentOS发行版中,YUM(Yellowdog Updater Modified)是用于安装、更新及卸载软件包的一个非常重要的工具。当用户遇到YUM源失效的问题时,这往往意味...

    centos6 yum源配置.zip

    yum源所需包 CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Base.repo CentOS-fasttrack.repo CentOS-Vault.repo

    Centos光盘yum源搭建

    Centos光盘yum源搭建 Centos光盘yum源搭建是指在Centos操作系统中,使用光盘作为yum源的搭建方法,适用于Centos 6和Centos 7两个版本。这种方法可以快速安装rpm包,免去rpm依赖性,提高了安装速度和效率。 知识点1...

    CentOS6 yum源

    CentOS6 提供的yum官方源,已作调整

    centos 配置本地yum源库

    在 CentOS 系统中,配置本地 Yum 源库是一项重要的任务,特别是在没有网络连接或者网络不稳定的情况下,可以通过本地 Yum 源库来安装和更新软件包。以下是一步一步教你如何在 CentOS 上配置本地 Yum 源库。 首先,...

    CentOS7配置本地yum源(超详细过程)

    本文将详细讲解如何在CentOS7系统中配置本地YUM源。 首先,你需要一个包含所有所需软件包的本地仓库。通常,你可以从官方网站或其他可靠的来源下载完整的CentOS7 ISO镜像,或者从网络上下载完整的软件包仓库。这些...

    CentOS7阿里云yum源

    阿里云提供的yum源是针对国内用户设计的,具有高速、稳定的特点,特别适合于部署在阿里云服务器上的CentOS 7系统。它包含了大量的软件包,并且及时更新,可以确保你的系统始终保持最新的安全补丁和功能更新。 **一...

    centos6.1 yum源打包

    本话题将详细介绍如何为CentOS 6.1创建并打包YUM源,以及如何将打包后的yum源应用到系统中。 首先,了解Yum源是什么至关重要。Yum源本质上是存储库,包含了可供系统安装或更新的各种RPM软件包及其依赖关系。在...

    Centos7更换yum源.txt

    因此,很多用户会选择更换为国内镜像站的YUM源来提高下载速度,本文将详细介绍如何在CentOS 7中更换YUM源。 #### 二、准备工作 确保系统已安装`wget`工具。如果未安装,可以使用以下命令进行安装: ```bash yum ...

    centos6 yum源

    标题中的"CentOS6 Yum源"指的是为CentOS 6操作系统配置的YUM仓库。CentOS 6是CentOS项目的一个版本,它是RHEL的免费克隆,提供与RHEL相同的稳定性和安全性,但不包含官方支持。 描述中提到,在Red Hat环境中,如果...

    下载centos 的yum源

    用shell批量下载163yum源上的rpm包,以便作本地源。

    rhel中yum源替换centos中yum源

    标题"rhel中yum源替换centos中yum源"暗示了我们需要了解如何在RHEL系统上更改默认的YUM源,以便它能指向CentOS的软件仓库,或者在CentOS系统上做相反的操作。这个过程通常涉及修改YUM配置文件和获取新的软件仓库镜像...

Global site tag (gtag.js) - Google Analytics