49 dependencies (like databases) are automatically installed. |
49 dependencies (like databases) are automatically installed. |
50 |
50 |
51 Depending on the distribution you are using, add the appropriate line to your |
51 Depending on the distribution you are using, add the appropriate line to your |
52 `list of sources` (for example by editing ``/etc/apt/sources.list``). |
52 `list of sources` (for example by editing ``/etc/apt/sources.list``). |
53 |
53 |
54 For Debian Squeeze (stable):: |
54 For Debian 6.0 Squeeze (stable):: |
55 |
55 |
56 deb http://download.logilab.org/production/ squeeze/ |
56 deb http://download.logilab.org/production/ squeeze/ |
57 |
57 |
58 For Debian Sid (unstable):: |
58 For Debian Sid (unstable):: |
59 |
59 |
60 deb http://download.logilab.org/production/ sid/ |
60 deb http://download.logilab.org/production/ sid/ |
61 |
61 |
62 For Ubuntu Lucid (Long Term Support) and newer:: |
62 For Ubuntu 12.04 Precise Pangolin (Long Term Support) and newer:: |
63 |
63 |
64 deb http://download.logilab.org/production/ lucid/ |
64 deb http://download.logilab.org/production/ precise/ |
65 |
|
66 Note that for Ubuntu Maverick and newer, you shall use the `lucid` |
|
67 repository and install the ``libgecode19`` package from `lucid |
|
68 universe <http://packages.ubuntu.com/lucid/libgecode19>`_. |
|
69 |
65 |
70 The repositories are signed with the `Logilab's gnupg key`_. You can download |
66 The repositories are signed with the `Logilab's gnupg key`_. You can download |
71 and register the key to avoid warnings:: |
67 and register the key to avoid warnings:: |
72 |
68 |
73 wget -q http://download.logilab.org/logilab-dists-key.asc -O- | sudo apt-key add - |
69 wget -q http://download.logilab.org/logilab-dists-key.asc -O- | sudo apt-key add - |