<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Yum%3A_add_a_local_cdrom_repository</id>
	<title>Yum: add a local cdrom repository - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Yum%3A_add_a_local_cdrom_repository"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Yum:_add_a_local_cdrom_repository&amp;action=history"/>
	<updated>2026-05-04T22:54:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Yum:_add_a_local_cdrom_repository&amp;diff=1036&amp;oldid=prev</id>
		<title>David: Created page with &quot;This is useful when you want to install packages from the local cdrom or .iso file  Tested on rhel 6.2  == Mount the cdrom == This can be a locally attached cdrom or an iso fi...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Yum:_add_a_local_cdrom_repository&amp;diff=1036&amp;oldid=prev"/>
		<updated>2012-10-02T14:39:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This is useful when you want to install packages from the local cdrom or .iso file  Tested on rhel 6.2  == Mount the cdrom == This can be a locally attached cdrom or an iso fi...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is useful when you want to install packages from the local cdrom or .iso file&lt;br /&gt;
&lt;br /&gt;
Tested on rhel 6.2&lt;br /&gt;
&lt;br /&gt;
== Mount the cdrom ==&lt;br /&gt;
This can be a locally attached cdrom or an iso file:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# Mount locally attached cdrom&lt;br /&gt;
mount /dev/cdrom /mnt/cdrom&lt;br /&gt;
&lt;br /&gt;
# Mount iso file&lt;br /&gt;
mount -o loop filename-server-6.2.iso /mnt/cdrom&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Create the .repo file ==&lt;br /&gt;
Create a file: &amp;lt;tt&amp;gt;/etc/yum.repos.d/cdrom.repo&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[cdrom]&lt;br /&gt;
name=cdrom&lt;br /&gt;
baseurl=file:///mnt/cdrom&lt;br /&gt;
enabled=1&lt;br /&gt;
gpgcheck=0&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Yum away! ==&lt;br /&gt;
Now you can run yum install against the packages on the DVD/CD&lt;/div&gt;</summary>
		<author><name>David</name></author>
	</entry>
</feed>