{% 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 http://deb.i2p2.no/ squeeze main
deb-src http://deb.i2p2.no/ squeeze main
deb http://deb.i2p2.no/ stable main
deb-src http://deb.i2p2.no/ stable main
deb http://deb.i2p2.no/ unstable main
deb-src http://deb.i2p2.no/ unstable main
apt-key add debian-repo.pub
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 %}