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.
Add lines like the following to /etc/apt/sources.list.d/i2p.list
.
For Debian Wheezy (oldstable):
deb http://deb.i2p2.no/ wheezy main deb-src http://deb.i2p2.no/ wheezy main
For Debian Jessie (stable):
deb http://deb.i2p2.no/ jessie main deb-src http://deb.i2p2.no/ jessie main
For Debian Stretch (testing) or Sid (unstable):
deb http://deb.i2p2.no/ unstable main deb-src http://deb.i2p2.no/ unstable main
For Ubuntu Precise (LTS):
deb http://deb.i2p2.no/ precise main deb-src http://deb.i2p2.no/ precise main
For Ubuntu Trusty:
deb http://deb.i2p2.no/ trusty main deb-src http://deb.i2p2.no/ trusty main
For Ubuntu Vivid:
deb http://deb.i2p2.no/ vivid main deb-src http://deb.i2p2.no/ vivid main
For Ubuntu Wily:
deb http://deb.i2p2.no/ wily main deb-src http://deb.i2p2.no/ wily main
For Ubuntu Xenial:
deb http://deb.i2p2.no/ xenial main deb-src http://deb.i2p2.no/ xenial main
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
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 "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"); ?>