I am new to linux, I am trying to download package using yum, but looks like external repositories are not configured. how to setup yum to download packages from external repositories. I am using Redhat linux 5.
|
feedback
|
migrated from stackoverflow.com Sep 25 '11 at 7:29
This question came from our site for professional and enthusiast programmers.
|
I assume you mean RHEL-5, at which point you probably have the "yum-rhn-plugin" package installed ... which will give you access to the RHEL repositories as soon as you register with RHN (rhn_register). You can also put files into /etc/yum.repos.d as "normal", Eg. for access to the EPEL repo. | |||
|
feedback
|