Contents
Redhat Apt Archive
Welcome to the Redhat apt archive on the University of Klagenfurt.
You can find here:
- Mirrors of the Dag Wieers apt archives for rhel3
- Some local apt archives for rhel3
Installing apt
Download the apt rpm file from:
RHEL 3
http://redhat.uni-klu.ac.at/el3/apt.i386.rpm apt for RHEL 3
RHEL 4
http://redhat.uni-klu.ac.at/el4/apt.i386.rpm apt for RHEL 4
apt sources
Put the following files in /etc/apt/sources.list.d/
RHEL 3
http://redhat.uni-klu.ac.at/el3/dag.list Dag Wieers
RHEL 4
http://redhat.uni-klu.ac.at/el4/dag.list Dag Wieers
Increase apt memory
Add to the APT section of /etc/apt/apt.conf
Cache-Limit 33554432;
Prepare apt
# wget redhat.uni-klu.ac.at/el3/apt.i386.rpm # rpm -Uvh apt.i386.rpm # cd /etc/apt # mv sources.list.d sources.list.d.orig # mkdir sources.list.d # cd sources.list.d # wget redhat.uni-klu.ac.at/el3/dag.list # wget redhat.uni-klu.ac.at/el3/jpackage.list # apt-get update
Creating an apt rpm repository on Debian
DebianAptRpm explains how setup an apt rpm repository on a Debian server.