Keith Christian
2007-Nov-07 17:50 UTC
[CentOS] CentOS 5.0 - Yum install using the install cd's as the RPM source---SOLVED
----- Original Message ----
From: Keith Christian <keithchristian at yahoo.com>
To: centos at centos.org
Sent: Wednesday, November 7, 2007 10:43:00 AM
Subject: [CentOS] CentOS 5.0 - Yum install using the install cd's as the RPM
source
What is the mechanism or procedure for installing additional packages from the
six CentOS 5.0 CD's using Yum, assuming a secured server with no outside
internet connection?
Debian based distributions are able to use the package manager to search for and
install from the CD's, and I'm looking for the CentOS equivalent.
Obviously, it's possible to install "manually" from a CD with:
mount -t iso9660 /dev/hdc /media/cdrom
cd /media/cdrom/CentOS
rpm -U foobar-1.2.3.-4.5.el5.i386.rpm
Yum has such good dependency checking I'd like to know of a way to use it if
possible.
========Keith
Sorry to bother the list, I found the answer here:
http://wiki.centos.org/TipsAndTricks/CreatingUpdateMedia
