Sunday, December 25, 2005

Fedora Repositories

Software repository locations and YUM configuration settings


The Unofficial Fedora FAQ:

http://www.fedorafaq.org/


Fedora Core Extras:

Update to the latest version of yum and add a file (e.g. fedora-extras.repo) in your /etc/yum.repos.d directory with following content:

[extras]
name=Fedora Extras - $releasever - $basearch
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/
gpgcheck=1
gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras

[extras-testing]
name=Fedora Extras Test Updates - $releasever - $basearch
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/testing/$releasever/$basearch/
gpgcheck=1
gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras
enabled=0

[extras-debug]
name=Fedora Extras - $releasever - $basearch - Debugging packages
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$basearch/debug/
gpgcheck=1
gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG-KEY-Fedora-Extras
enabled=0


Livna:
Main site: http://rpm.livna.org
GPG Key: http://rpm.livna.org/RPM-LIVNA-GPG-KEYFedora Core 4 Repositories: http://rpm.livna.org/fedora/4/To use with YUM: rpm -ivh http://rpm.livna.org/livna-release4.rpm
To use with APT, add to /etc/apt/sources.list:
rpm http://rpm.livna.org/ fedora/4/i386 lvn
rpm-src http://rpm.livna.org/ fedora/4/i386 lvn