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.

News

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 (EOL May 2018):

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

For Debian Jessie (oldoldstable):

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

For Debian Stretch (oldstable):

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

For Debian Buster (stable):

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

For Debian testing or Sid (unstable):

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

For Ubuntu Precise (LTS 12.04):

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

For Ubuntu Trusty (LTS 14.04):

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

For Ubuntu Xenial (LTS 16.04):

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

For Ubuntu Bionic (LTS 18.04):

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

For Ubuntu Cosmic (18.10):

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

For Ubuntu Disco (19.04):

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

For Ubuntu Eoan (19.10):

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

For Ubuntu Focal (20.04):

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

Updating the package 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

Current Contents

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


"; echo "

Packages in Buster (Debian stable)

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

Packages in Stretch (Debian old stable)

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

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

"; 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 Wheezy (Debian's old old old stable distribution, released 2013-05-04)

"; 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"); echo "
"; echo "

Packages in Unstable (sid)

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