Redhat Apt Archive

Welcome to the Redhat apt archive on the University of Klagenfurt.

You can find here:

Installing apt

Download the apt rpm file from:

RHEL 3

RHEL 4

apt sources

Put the following files in /etc/apt/sources.list.d/

RHEL 3

RHEL 4

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.

Redhat (last edited 2005-04-13 17:33:28 by ghoch)