Some CentOS/RHEL/Fedora rpm repositories for yum that would be helpful
I got the repository from remi for my CentOS. By issuing the following commands:
For webtatic,
For EPEL and remi,
Some warned to discourage using the RPMForge because of some conflict with the repository under EPEL. EPEL is known for the repository project for Fedora.
For RPMForge,
This repos might help you fixing problems on looking for available repository packages.
This repositories are well applied for RHEL and CentOS as well as Fedora.
Links that might be useful also on configuring or getting this repositories are
su - cd /etc/yum.repos.d wget http://rpms.famillecollet.com/remi-enterprise.repo
For webtatic,
rpm –import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andywhere I got my latest versions of PHP.
wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo
For EPEL and remi,
wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm
Some warned to discourage using the RPMForge because of some conflict with the repository under EPEL. EPEL is known for the repository project for Fedora.
For RPMForge,
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
This repos might help you fixing problems on looking for available repository packages.
This repositories are well applied for RHEL and CentOS as well as Fedora.
Links that might be useful also on configuring or getting this repositories are
http://blog.famillecollet.com/pages/Config-enhttp://fedoraproject.org/wiki/EPEL
Comments