{% extends "_layout.html" %} {% block title %}Debian/Ubuntu{% endblock %} {% block content %}
sudo apt-add-repository ppa:i2p-maintainers/i2p
sudo apt-get update
sudo apt-get install i2p
ppa:i2p-maintainers/i2p
into the APT-line field and click Add Source. Click the Close button then Reload.i2p
and press enter. When i2p
is returned in the results list, right click i2p
and select Mark for Installation. After doing so you may see a Mark additional required changes? popup. If so, click Mark then Apply.apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB2CC88B
/etc/apt/sources.list.d/i2p.list
deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main
deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu natty main
deb http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu oneiric main
deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu oneiric main
apt-get update
apt-get install i2p
su
" or by prefixing each command with "sudo
").apt-get install default-jre
should be sufficient. dpkg -i i2p-router_*.deb
i2prouter
start
" from a command prompt. (Note: Do not use
sudo or run it as root!)i2prouter-nowrapper
".
(Note: Do not
use sudo or run it as root!)dpkg-reconfigure
i2p
" as root or using sudo. This is the recommended means of operation.When installing for the first time, please remember to adjust your NAT/firewall if you can, bearing in mind the Internet-facing ports I2P uses, described here among other ports. If you have successfully opened your port to inbound TCP, also enable inbound TCP on the configuration page.
Also, please review and adjust the bandwidth settings on the configuration page, as the default settings of 96 KB/s down / 40 KB/s up are fairly slow.
If you want to reach eepsites via your browser, have a look on the browser proxy setup page for an easy howto.
{% endblock %}