Logilab Debian Repository

Logilab's Debian and Ubuntu repositories

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

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://download.logilab.org/production sid/' >> /etc/apt/sources.list
wget -q http://download.logilab.org/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://download.logilab.org/production sid/
Debian Wheezy deb http://download.logilab.org/production wheezy/
Debian Squeeze deb http://download.logilab.org/production squeeze/
Ubuntu Lucid deb http://download.logilab.org/production lucid/
Ubuntu Natty deb http://download.logilab.org/production natty/
Ubuntu Oneiric deb http://download.logilab.org/production oneiric/
Ubuntu Precise deb http://download.logilab.org/production precise/

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

Replace production with acceptance if you want the latest and hotest software, at you own risk.

No more supported

These distributions are no more supported. Old packages created for them still exist, but we do not provide up to date packages of our projects for them.

distribution repository
Ubuntu Maverick deb http://download.logilab.org/production maverick/
Ubuntu Karmic deb http://download.logilab.org/production karmic/
Ubuntu Hardy deb http://download.logilab.org/production hardy/
Debian Lenny deb http://download.logilab.org/production lenny/

FTP access

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

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

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.

To get apt to use that key:

  1. save it to a file:

    wget http://download.logilab.org/logilab-dists-key.asc
    
  2. check 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>
    
  3. add to the apt keyring using the following command as root:

    apt-key add logilab-dists-key.asc
    
  4. update

    apt-get update