Fedora Legacy Repository
The collections in the Fedora Legacy repositories are all RPMs
that have been organized in a two ways for use by multiple
retrieval and installation methods. These include the
apt
repository system that is accessible using
apt-rpm,
and the
yum
repository system accessible using the yum tools.
Red Hat's
up2date,
tool works with Fedora and can be configured to use either
type of repository. Information on how to use these tools
specifically with the Fedora Legacy updates for each
distribution is available at the Fedora Legacy
documentation page.
It is assumed that you have experience with one of these tools If not, the links in the above paragraph are good places to start. Here we provide you with the information on what you need to include in your configuration files to use this mirror server.
name=Red Hat Linux $releasever base
baseurl=http://rh-mirror.linux.iastate.edu/fedoralegacy/redhat/$releasever/os/$basearch
[updates]
name=Red Hat Linux $releasever updates
baseurl=http://rh-mirror.linux.iastate.edu/fedoralegacy/redhat/$releasever/updates/$basearch
#[updates-testing]
#name=Red Hat Linux $releasever Test Updates
#baseurl=http://rh-mirror.linux.iastate.edu/fedoralegacy/redhat/$releasever/updates-testing/$basearch
[legacy-utils]
name=Fedora Legacy utilities for Red Hat Linux $releasever
baseurl=http://rh-mirror.linux.iastate.edu/fedoralegacy/redhat/$releasever/legacy-utils/$basearch
name=Fedora Core Linux $releasever base
baseurl=http://rh-mirror.linux.iastate.edu/fedora/core/$releasever/$basearch/
gpgcheck=1
[updates]
name=Fedora Core $releasever updates
baseurl=http://rh-mirror.linux.iastate.edu/fedoralegacy/fedora/$releasever/updates/$basearch
gpgcheck=1
#[updates-testing]
#name=Fedora Core $releasever Test Updates
#baseurl=http://rh-mirror.linux.iastate.edu/fedoralegacy/fedora/$releasever/updates-testing/$basearch
#gpgcheck=1
[legacy-utils]
name=Fedora Legacy utilities for Fedora Core $releasever
baseurl=http://rh-mirror.linux.iastate.edu/fedoralegacy/fedora/$releasever/legacy-utils/$basearch
gpgcheck=1
yum updates-released-fc1 http://rh-mirror.linux.iastate.edu/fedoralegacy/redhat/9/updates/$ARCH/
#yum updates-testing http://rh-mirror.linux.iastate.edu/fedoralegacy/redhat/9/updates-testing/$ARCH/
yum legacy-utils http://rh-mirror.linux.iastate.edu/fedoralegacy/redhat/9/legacy-utils/$ARCH/
yum updates-released-fc1 http://rh-mirror.linux.iastate.edu/fedoralegacy/fedora/1/updates/$ARCH/
#yum updates-testing http://rh-mirror.linux.iastate.edu/fedoralegacy/fedora/1/updates-testing/$ARCH/
yum legacy-utils http://rh-mirror.linux.iastate.edu/fedoralegacy/fedora/1/legacy-utils/$ARCH/
For Fedora Core, modify /etc/apt/sources.list to include a line similar to
You may also
contact the person
who maintains this mirror.


