最近发现服务器上的yum不太好用了,报如下的错误:
写道
http://mirrors.163.com/centos/6.6/updates/x86_64/Packages/kernel-devel-2.6.32-504.30.3.el6.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
尝试其他镜像。
尝试其他镜像。
到http://mirrors.163.com/centos/6.6上看到一个readme文件,描述如下:
写道
This directory (and version of CentOS) is deprecated. For normal users,
you should use /6/ and not /6.6/ in your path. Please see this FAQ
concerning the CentOS release scheme:
https://wiki.centos.org/FAQ/General
If you know what you are doing, and absolutely want to remain at the 6.6
level, go to http://vault.centos.org/ for packages.
Please keep in mind that 6.0, 6.1, 6.2, 6.3, 6.4 , 6.5 and 6.6 no longer gets any updates, nor
any security fix's.
you should use /6/ and not /6.6/ in your path. Please see this FAQ
concerning the CentOS release scheme:
https://wiki.centos.org/FAQ/General
If you know what you are doing, and absolutely want to remain at the 6.6
level, go to http://vault.centos.org/ for packages.
Please keep in mind that 6.0, 6.1, 6.2, 6.3, 6.4 , 6.5 and 6.6 no longer gets any updates, nor
any security fix's.
坑爹的163把这些子版本的镜像都删除了,只留下6这一个镜像。
解决办法:
找到/etc/yum.repos.d/CentOS6-Base-163.repo文件,把文件内的所有6.6修改为6就可以恢复yum的能力了。
比如把
写道
#released updates
[updates]
name=CentOS-6 - Updates - 163.com
baseurl=http://mirrors.163.com/centos/6.6/updates/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6.6&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
[updates]
name=CentOS-6 - Updates - 163.com
baseurl=http://mirrors.163.com/centos/6.6/updates/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6.6&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
全部修改为
写道
#released updates
[updates]
name=CentOS-6 - Updates - 163.com
baseurl=http://mirrors.163.com/centos/6/updates/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
[updates]
name=CentOS-6 - Updates - 163.com
baseurl=http://mirrors.163.com/centos/6/updates/$basearch/
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
相关推荐
centos6_64 yum配置,一键搞定.centos6_64 yum配置,一键搞定
资源名称:CentOS 6.6配置本地yum源资源截图: 资源太大,传百度网盘了,链接在附件中,有需要的同学自取。
【CentOS6.9的yum源】:在Linux操作系统中,CentOS 6.9是广泛使用的稳定版本,而YUM(Yellowdog Updater, Modified)则是它的一个关键组件,用于自动化软件包的安装、升级和管理。YUM通过与远程仓库(也称为yum源)...
例如,你可以选择国内的阿里云、腾讯云或网易的CentOS镜像源。 3. 修改源信息:在每个源的配置段中,修改`baseurl`或`mirrorlist`为你的选择的源地址。同时,确保`enabled=1`,表示该源处于启用状态。 4. 保存并关闭...
对于CentOS 6.6,推荐使用erlang-19.0.4-1.el6.x86_64.rpm版本。 ```bash wget http://www.rabbitmq.com/releases/erlang/erlang-19.0.4-1.el6.x86_64.rpm ``` 安装Erlang RPM包: ```bash yum install -y erlang-...
本文将详细讲解如何在CentOS7系统中配置本地YUM源。 首先,你需要一个包含所有所需软件包的本地仓库。通常,你可以从官方网站或其他可靠的来源下载完整的CentOS7 ISO镜像,或者从网络上下载完整的软件包仓库。这些...
CentOS 6.5 的 软件源很多官方已经停止维护,该文件包内配置好的yum源是可以正常使用的。将原/etc/yum.repos.d/目录下原来的 .repo 备份, 然后把本文件包内的repo文件复制过去, yum clean all 后,再 yum ...
由于安装centos后的默认yum源为centos的官方地址,所以在国内使用很慢甚至无法访问,所以一般的做法都是把默认的yum源替换成aliyun的yum源或者163等国内的yum源(下文介绍如何配置)。 但是以上的方法都是需要网络的...
由于CentOS 6.6版本较旧,其内核可能不支持新款网卡。本篇文章详细介绍如何在CentOS 6.6环境下手动编译并安装Intel I219-LM网卡驱动。 #### 二、准备工作 1. **软件安装**:首先需要确保系统中已安装`kernel-devel`...
【CentOS8搭建本地YUM源与局域网YUM源】 在CentOS8系统中,搭建本地YUM源和局域网YUM源对于批量部署和管理服务器集群至关重要,可以显著提高软件安装和更新的速度。以下是详细步骤: 1. **前言** 在开始之前,...
CentOS 5 yum源,163 yum源,shouhu yum源
linux封闭环境需要用到的离线yum源。由于iso文件过大,所以传了下载连接。其中有Centos7的yum源的iso文件的下载地址,和配置文件文档。
阿里CentOS6 yum源
"Centos6 yum国内源.zip"这个压缩包文件正是为了解决这个问题而提供的,它包含了将CentOS 6的yum源切换到国内镜像站的相关配置。 首先,让我们理解一下YUM(Yellowdog Updater, Modified)是什么。YUM是CentOS系统...
在 CentOS 系统中,配置本地 Yum 源库是一项重要的任务,特别是在没有网络连接或者网络不稳定的情况下,可以通过本地 Yum 源库来安装和更新软件包。以下是一步一步教你如何在 CentOS 上配置本地 Yum 源库。 首先,...
下载地址 https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo https://mirrors.aliyun.com/repo/epel-archive-8.repo
本主题将详细介绍如何将Red Hat Enterprise Linux(RHEL)7.3或7.4的YUM源更改为CentOS的YUM源,这是一个常见的操作,特别是对于那些希望使用免费软件仓库的用户。 首先,理解YUM源的重要性是必要的。YUM是一个包...
总的来说,这个压缩包为无法通过YUM源安装GCC的CentOS 6.6用户提供了一种解决方案。通过下载并使用这些RPM包,用户可以在没有网络连接或网络连接不稳定的情况下,确保服务器具备编译和构建软件的能力,这对于系统的...
两个运行参数 2表示执行yum源安装 xxx/centos.iso表示镜像文件全路径 参数说明:1.ftp源安装,2.yum源安装,3.设置aliyun Centos-5.repo,4.设置aliyun Centos-6.repo,5.设置aliyun Centos-7.repo,6设置163 CentOS5...