Fedora Core 5: yum.conf Configuration with Additional Repositories
Just a quick snippet of my /etc/yum.conf
file which includes the ATrpms and FreshRpms repositories.
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/fc$releasever-$basearch/atrpms/stable
[freshrpms]
name=Fedora Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
Related Posts
Installing CentOS packages on Red Hat Enterprise Linux
Stuck with RHEL without RHN registration? Learn how to use CentOS repositories as a workaround to install missing packages like Pidgin.
July 23, 2012 • 4 min read
Fedora Core 5 on VMware 5.5
Fix SCSI device detection issues when installing Fedora Core 5 on VMware Workstation 5.5 by manually adding the BusLogic driver during setup
March 20, 2006 • 1 min read
A brief history of Red Hat, Fedora and CentOS
Confused by Red Hat's Linux ecosystem? Learn how RHEL, Fedora, and CentOS evolved from one distribution into three distinct solutions for different needs.
July 23, 2012 • 4 min read