{% 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 %}
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB2CC88B
/etc/apt/sources.list.d/i2p.list
{% endtrans %} 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 precise main
deb-src http://ppa.launchpad.net/i2p-maintainers/i2p/ubuntu precise main
apt-get update
apt-get install i2p
su
" or by prefixing each command with "sudo
").
{%- endtrans %}apt-get install default-jre
should be sufficient.{% endtrans %} dpkg -i i2p-router_*.deb
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 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 %}