<?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://www.osyunwei.com/archives/tag/%E6%9C%AC%E5%9C%B0%E5%85%89%E7%9B%98%E5%81%9Ayum%E6%BA%90/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CentOS使用本地光盘做yum源</title>
		<link>https://www.osyunwei.com/archives/5511.html</link>
		<comments>https://www.osyunwei.com/archives/5511.html#comments</comments>
		<pubDate>Tue, 30 Oct 2012 04:28:48 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[本地光盘做yum源]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5511</guid>
		<description><![CDATA[说明： 操作系统：CentOS 5.8 一、使用光盘做yum源安装软件 将光盘放入光驱中，登录到系统，执行以下操作 mkdir /media/cdrom  #新建光盘挂载目录 mount /dev/cdrom  /media/cdrom   #挂载光盘 rpm --import   /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 #安装证书 rpm --import   /etc/pki/rpm-gpg/RPM-GPG-KEY-beta yum clean all #清理yum 系统运维 www.osyunwei.com 温馨提醒：qihang01原创内容 版权所有,转载请注明出处及原文链接 yum --disablerepo=\* --enablerepo=c5-media install  php #使用光盘源安装软件 umount  /media/cdrom  #卸载光盘 二、使用系统镜像文件做yum源安装软件 将系统镜像文件上传到/usr/local/src目录中 /usr/local/src/CentOS-5.8-x86_64-bin-DVD-1of2.iso #系统镜像文件存放目录 mkdir /media/cdrom #新建镜像文件挂载目录 mount -t iso9660 -o loop /usr/local/src/CentOS-5.8-x86_64-bin-DVD-1of2.iso  /media/cdrom #挂载系统镜像 yum --disablerepo=\* --enablerepo=c5-media clean [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5511.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5511.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
