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
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

