CentOS Extras
How can I install the packages from the EPEL software repository?
There are repository rpm packages for RHEL4 and RHEL5. The repository package installs the repo details on your local system for yum or up2date to use. Then you can install packages with your usual method, and the EPEL repository is included.
su -c 'rpm -Uvh https://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm' ... su -c 'yum -y install foo'
Categories: Uncategorized
Recent Comments