Apt-repository for redhat 8 closed

This page is now obsolete, apt repository for redhat 8 is closed 2003-08-12. Use my Redhat 9 shrike yum repository instead. Redhat 8 RPMS are no longer on a web server.


Custom RPMs from different packagers.

Getting started with apt

Download apt.

Install it with rpm -i apt*.rpm

Then add this repository to your /etc/apt/sources.list.

Update package lists with apt-get update

Now you can install software with apt, for example: apt-get install calc

sources.list

Here are some usefull repositories to add to /etc/apt/sources.list. I give no guarantees that even my repository works for any purpose.

rpm     http://www.hut.fi/~tkarvine/apt/ redhat/8.0/en/i386 os updates extra
rpm-src http://www.hut.fi/~tkarvine/apt/ redhat/8.0/en/i386 os updates extra

rpm     http://apt.freshrpms.net redhat/8.0/en/i386 os updates freshrpms
rpm-src http://apt.freshrpms.net redhat/8.0/en/i386 os updates freshrpms

rpm     http://www-ccrma.stanford.edu/planetccrma/apt redhat/8.0/en/i386 os updates planetccrma
rpm-src http://www-ccrma.stanford.edu/planetccrma/apt redhat/8.0/en/i386 os updates planetccrma

rpm     http://cachalot.ods.org/dist 8.0 cachalot
rpm-src http://cachalot.ods.org/dist 8.0 cachalot

rpm     http://psyche.mplug.org apt fedora k12ltsp os testing updates
rpm-src http://psyche.mplug.org apt fedora k12ltsp os testing updates
# excluded: unstable kerneldevel

<< up