{% extends "global/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.
{%- endtrans %}
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.
{%- endtrans %}
{% trans -%} Note: The steps below should be performed with root access (i.e., switching user to root with "su" or by prefixing each command with "sudo"). {%- endtrans %}
{{ file }}
.{% endtrans %}
deb https://deb.i2p2.de/ wheezy main
deb-src https://deb.i2p2.de/ wheezy main
deb https://deb.i2p2.de/ jessie main
deb-src https://deb.i2p2.de/ jessie main
deb https://deb.i2p2.de/ unstable main
deb-src https://deb.i2p2.de/ unstable main
Attention! Currently I2P 0.9.29 depends on Jetty8, which is not installable on Debian Stretch. So I2P is not installable yet in Debian Stretch, we work on getting it fixed.
Also I2P Repo needs the https-transport, which is installed via sudo apt-get install apt-transport-https.
apt-key add i2p-debian-repo.key.asc
apt-get update
i2p-keyring
package will ensure that you receive updates to the repository's GPG key.
{%- endtrans %} apt-get install i2p i2p-keyring
i2prouter
start
" from a command prompt. (Note: Do not use
sudo or run it as root!)
{%- endtrans %}
i2prouter-nowrapper
".
(Note: Do not
use sudo or run it as root!)
{%- endtrans %}
dpkg-reconfigure
i2p
" as root or using sudo. This is the recommended means of operation.
{%- endtrans %}
{% trans -%} When installing for the first time, please remember to adjust your NAT/firewall if you can. The ports to forward can be found on the network configuration page in the router console. If guidance with respect to forwarding ports is needed, you may find portforward.com to be helpful. {%- endtrans %}
{% trans -%} 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 conservative. {%- endtrans %}
{% trans browserconfig=site_url('about/browser-config') -%} If you want to reach eepsites via your browser, have a look on the browser proxy setup page for an easy howto. {%- endtrans %}
{% endblock %}