] > Logilab Debian Repository

Logilab Debian Repository

Card Logilab's debian repository

a debian repository for Logilab's free software
http://www.debian.org/Pics/debian.png http://www.debian.org/logos/openlogo-nd-50.png

The ftp repository is browseable on-line at http://ftp.logilab.org/pub/

Quick version

Copy the following in a prompt (as root - after a su or sudo -s):

echo 'deb http://ftp.logilab.org/dists unstable/' >> /etc/apt/sources.list
wget -q  http://ftp.logilab.org/dists/logilab.asc -O - | apt-key add -
apt-get update

That's it... you can apt-get install what you want...

Installing Logilab's projects on Debian or Ubuntu

Some of our free software projects are included by default in debian (e.g. logilab-common and pylint at least). For others, or even to get latest releases quicker, you may add our debian repository to your /etc/apt/sources.list file.

For Debian Unstable use:

deb http://ftp.logilab.org/dists unstable/

For Debian Lenny use:

deb http://ftp.logilab.org/dists lenny/

For Debian Etch use:

deb http://ftp.logilab.org/dists etch/

For Ubuntu Hardy use:

deb http://ftp.logilab.org/dists hardy/

Replace http:// with ftp:// if your prefer ftp access.

Quality assurance

Some of your packages are in the official debian repository and we also package a few projects for debian : quality assurance page

Apt-secure support

http://achraf.cherti.name/images/projects/firegpg.png

The repositories are signed with Logilab's gnupg key. You can download it from our ftp server.

The fingerprint of the key is:

pub   1024D/D192C8C5 2006-11-07
     Key fingerprint = 2AD2 C8EB 3FFB A107 EE7B  8DCA 4DC2 3770 D192 C8C5
uid                  Logilab (Debian repository management) <contact@logilab.fr>

To tell apt to use the key, save the key to a file, check its fingerprint, and use the following command as root:

# apt-key add logilab.asc