~/blog $ cat fedora-core-5-yumconf.md
Fedora Core 5: yum.conf Configuration with Additional Repositories
|Michael Cutler|1 min read
Just a quick snippet of my /etc/yum.conf file which includes the ATrpms and FreshRpms repositories.
ini
[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
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
DVB Support for VLC on Fedora Core 5
Complete guide to enabling DVB support in VLC on Fedora Core 5 by rebuilding with --enable-dvb option and updated command syntax
October 05, 2006 | 3 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