Linux Software > Linux Application

YUM configuration- How to make local yum repository in RHEL5

(1/2) > >>

gargsachin_ait:
Hi all
I am using RHEL5 in my pc. I  want to make a ONLINE yum repositery so that i can resolve dependies error easily as we can do in Fedora 9.
Please help me in getting the solution of this problem

Ricky:
You want to make a local YUM repository  so that you can update files locally inside LAN etc?

You should see this then :
linux.com/articles/37660

sarunkumar3:

--- Quote from: Ricky on December 19, 2008, 12:13:00 PM ---You want to make a local YUM repository  so that you can update files locally inside LAN etc?

You should see this then :
linux.com/articles/37660

--- End quote ---
8)

Ricky:
Looking for something ?

gnunifier_007:
You can follow this :-

Install vsftpd,
copy entire contents of RHEL install dvd to /var/ftp/pub.
start/restart vsftpd.

on the clients-
cd /etc/yum.repos.d
cp rhel-debuginfo.repo local.repo
edit the file to look like this -
[local-rhel]
name = RHEL 5
baseurl=ftp://<IP OF FTP SERVER>/pub/Server


keep the gpg check & gpg key files lines intact.


now you can install packages from this ftp server on ur LAN.

Navigation

[0] Message Index

[#] Next page

Go to full version