﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>运维部落 &#187; yum</title>
	<atom:link href="http://help.vps12.com/tag/yum/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>将Centos7的yum配置为阿里云的镜像（完美解决yum下载太慢的问题）</title>
		<link>https://help.vps12.com/1753.html</link>
		<comments>https://help.vps12.com/1753.html#comments</comments>
		<pubDate>Thu, 12 Oct 2017 15:47:17 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[服务器]]></category>
		<category><![CDATA[服务器安全]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1753</guid>
		<description><![CDATA[最近在研究一些深度学习框架和大数据可视化的应用，经常会编译一些文件，而yum的默认地址下载太慢，所以用国内比较稳定的阿里云源。 参考 http://mirrors.aliyun.com/help/centos?spm=5176.bbsr150321.0.0.d6ykiD 话不多说，上命令 1、备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/ CentOS 5 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo CentOS 6 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo CentOS 7 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 3、之后运行yum makecache生成缓存]]></description>
		<wfw:commentRss>https://help.vps12.com/1753.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Centos配置yum源(163源、sohu源、cd源)</title>
		<link>https://help.vps12.com/1423.html</link>
		<comments>https://help.vps12.com/1423.html#comments</comments>
		<pubDate>Fri, 25 Sep 2015 17:47:19 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1423</guid>
		<description><![CDATA[收录架构 i386 x86_64 SRPMS 收录版本 所有版本 更新时间 每4小时更新一次 使用说明 首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下载对应版本repo文件, 放入/etc/yum.repos.d/(操作前请做好相应备份) CentOS7 CentOS6 CentOS5 运行以下命令生成缓存 yum clean all yum makecache 相关链接 官方主页: http://www.centos.org/ 邮件列表: http://www.centos.org/modules/tinycontent/index.php?id=16 论坛: http://www.centos.org/modules/newbb/ 文档: http://www.centos.org/docs/ Wiki: http://wiki.centos.org/ 镜像列表: http://www.centos.org/modules/tinycontent/index.php?id=32]]></description>
		<wfw:commentRss>https://help.vps12.com/1423.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum使用相关问题</title>
		<link>https://help.vps12.com/1289.html</link>
		<comments>https://help.vps12.com/1289.html#comments</comments>
		<pubDate>Wed, 13 May 2015 14:44:44 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[vps12.com]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1289</guid>
		<description><![CDATA[yum使用相关问题： Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again 解决办法： 一：看网络通不 二：看dns设置 三：检查yum源，如果有https开头的源，就在iptables里边设置允许443端口进出即可 常见yum源（针对redhat,centos): epel-release rpmforge-release freshrpms-release rpmfusion-free-release atomic 其他和yum相关包： yum-plugin-fastestmirror yum-priorities 如果要在使用本地光盘做为yum源，那么 在/etc/yum.repos.d/Centos-Media.repo中添加： [item_name] baseurl=file:///medi_mout_dir gpacheck=0 enabled=1 杀死yum进程： ps -A &#124; grep yum &#124;grep -v grep &#124; awk &#8216;{print [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/1289.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
