I2P Packages for Debian and Ubuntu

Overview

This is the official repository for the I2P project. For instructions, see below, and more information is on geti2p.net. For Ubuntu, we recommend our PPA instead, and instructions are on geti2p.net.

The signing key for this repo may be downloaded here.

Notes

Any necessary dependency packages will be found in either Debian's repository or this one. Please report any problems with the I2P packages on the I2P Bug Tracker. Bugs for Anoncoin should be reported on its Github project page.

Repository Information

Add lines like the following to /etc/apt/sources.list.d/i2p.list.

For Debian Wheezy (oldstable):

    deb https://deb.i2p2.de/ wheezy main
    deb-src https://deb.i2p2.de/ wheezy main

For Debian Jessie (stable):

    deb https://deb.i2p2.de/ jessie main
    deb-src https://deb.i2p2.de/ jessie main

For Debian Stretch (testing) or Sid (unstable):

    deb https://deb.i2p2.de/ unstable main
    deb-src https://deb.i2p2.de/ unstable main

For Ubuntu Precise (LTS):

    deb https://deb.i2p2.de/ precise main
    deb-src https://deb.i2p2.de/ precise main

For Ubuntu Trusty:

    deb https://deb.i2p2.de/ trusty main
    deb-src https://deb.i2p2.de/ trusty main

For Ubuntu Vivid:

    deb https://deb.i2p2.de/ vivid main
    deb-src https://deb.i2p2.de/ vivid main

For Ubuntu Wily:

    deb https://deb.i2p2.de/ wily main
    deb-src https://deb.i2p2.de/ wily main

For Ubuntu Xenial:

    deb https://deb.i2p2.de/ xenial main
    deb-src https://deb.i2p2.de/ xenial main

Updating the pkg list

After adding the repo to apt, update the package list with

    sudo apt-get update

APT will likely complain about a missing key. If it does you can resolve this by running the following:

    sudo apt-get install i2p-keyring && apt-get update

Alternately, you may download the key here and then do:

    sudo apt-key add i2p-debian-repo.key.asc

History/News

Current Contents

The current contents of the repo are listed below. This information is automatically generated.


Packages in Jessie (Debian's stable distribution, released 2015-04-25)"; echo "

These packages will work in Debian Jessie (stable). Packages for Unstable are below.

"; parse_and_list( Array("dists/jessie/main/binary-i386/Packages.gz", "dists/jessie/main/binary-amd64/Packages.gz", "dists/jessie/main/binary-armel/Packages.gz", "dists/jessie/main/binary-armhf/Packages.gz", "dists/jessie/main/binary-powerpc/Packages.gz"), "dists/jessie/main/source/Sources.gz"); echo "
"; echo "

Packages in Unstable

"; parse_and_list( Array("dists/unstable/main/binary-i386/Packages.gz", "dists/unstable/main/binary-amd64/Packages.gz"), "dists/unstable/main/source/Sources.gz"); echo "
"; echo "

Packages in Wheezy (Debian's old stable distribution, released 2013-05-04)

"; echo "

These packages will work in Debian Wheezy (oldstable). Packages for Stable are above.

"; parse_and_list( Array("dists/wheezy/main/binary-i386/Packages.gz", "dists/wheezy/main/binary-amd64/Packages.gz", "dists/wheezy/main/binary-armel/Packages.gz", "dists/wheezy/main/binary-armhf/Packages.gz", "dists/wheezy/main/binary-powerpc/Packages.gz"), "dists/wheezy/main/source/Sources.gz"); ?>