If we switch to Red Hat Enterprise Linux, RHEL, I will add Dag Wieers' RPMforge.net repository. It is one of the few that supports RHEL releases. However, he does not have support for FC5. So, I added Dries' repository, since they interoperate.
Freshrpms
To add freshrpms, download the configuration RPM:
wget http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/5/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpmand install it using
rpm -Uhv freshrpms-release-1.1-1.fc.noarch.rpmDries
To add the Dries repository create an
/etc/yum.repos.d/dries.repo
file that contains[dries]Then import the GPG key for the repository:
name=Extra Fedora rpms dries - $releasever - $basearch
baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/
wget http://dries.ulyssis.org/rpm/RPM-GPG-KEY.dries.txtThe next time you access yum, it should update to include these repositories.
rpm --import RPM-GPG-KEY.dries.txt
NB: There is some indication that the Extras (fedora.us) repository may need to be disabled.
No comments:
Post a Comment