Installing Logilab's projects on Debian boxes
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 use our debian repository by adding
deb ftp://ftp.logilab.org/pub/debian unstable/
or
deb http://ftp.logilab.org/pub/debian unstable/
to your /etc/apt/sources.list file.
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
