] > Logilab Debian Repository

Logilab Debian Repository

Download page as pdf

Logilab's Debian and Ubuntu repositories

Accessing Debian and Ubuntu repositories to install Logilab's free software.

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

Shortcut

To configure your system to use Logilab's packages for Debian unstable, copy the following lines in a prompt (as root - after a su or sudo -s):

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

and apt-get install what you want...

Installing Logilab's software on Debian or Ubuntu

Some of our free software projects are included in Debian (e.g. logilab-common and pylint at least). If your want to get software that is not included in Debian or just get latest releases quicker, add our Debian repository to your /etc/apt/sources.list file.

http://www.debian.org/Pics/debian.png http://www.debian.org/logos/openlogo-nd-50.png

Supported & Evolving

distribution repository
Debian Sid deb http://ftp.logilab.org/dists sid/
Debian Lenny deb http://ftp.logilab.org/dists lenny/
Ubuntu Hardy deb http://ftp.logilab.org/dists hardy/
Ubuntu Karmic deb http://ftp.logilab.org/dists karmic/
Ubuntu Lucid SOON...

Historical & no new versions of packages

distribution repository
Debian Etch deb http://ftp.logilab.org/dists etch/
Ubuntu Intrepid deb http://ftp.logilab.org/dists intrepid/
Ubuntu Jaunty deb http://ftp.logilab.org/dists jaunty/
http://www.ubuntu.com/themes/ubuntu07/images/ubuntulogo.png

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

Check the Debian release history or the Ubuntu release history if you are not sure which version your are using.

Quality assurance

Some of our packages are in the official Debian repository and we also package a few projects for Debian. See quality assurance page for details.

Apt-secure support

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

The repositories are signed with Logilab's gnupg key.

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 get apt to use that key, save it to a file, check its fingerprint, and use the following command as root:

apt-key add logilab.asc