{% 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 %}
apt-transport-https
and curl
are installed.{%- endtrans %}
sudo apt-get update
sudo apt-get install apt-transport-https curl
{{ file2 }}
on your system.
Then, add lines like the following to {{ file }}
.{% endtrans %}
deb https://deb.i2p2.de/ buster main
deb-src https://deb.i2p2.de/ buster main
deb https://deb.i2p2.de/ stretch main
deb-src https://deb.i2p2.de/ stretch main
deb https://deb.i2p2.de/ jessie main
deb-src https://deb.i2p2.de/ jessie main
deb https://deb.i2p2.de/ wheezy main
deb-src https://deb.i2p2.de/ wheezy main
sudo apt-get install i2p
curl -o i2p-debian-repo.key.asc https://geti2p.net/_static/i2p-debian-repo.key.asc
gpg -n --import --import-options import-show i2p-debian-repo.key.asc
sudo apt-key add i2p-debian-repo.key.asc
sudo apt-get update
{% trans -%}
This command will retrieve the latest list of software from every
repository enabled on your system, including the I2P repository added in step
1.
{%- endtrans %}
i2p-keyring
package will ensure that you receive updates to the repository's GPG key.
{%- endtrans %}
sudo apt-get install i2p i2p-keyring
{% trans -%} After the installation process completes you can move on to the next part of starting I2P and configuring it for your system. {%- endtrans %}
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 I2P Sites via your browser, have a look on the browser proxy setup page for an easy howto. {%- endtrans %}
{% endblock %}