I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 699f770d authored by zzz's avatar zzz
Browse files

debian page updates

parent 59e94414
No related branches found
No related tags found
No related merge requests found
...@@ -3,18 +3,16 @@ ...@@ -3,18 +3,16 @@
{% block content %} {% block content %}
<h1>{{ _('Debian I2P Packages') }}</h1> <h1>{{ _('Debian I2P Packages') }}</h1>
<h2 id="bionic">{{ _('Debian Sid, Ubuntu Bionic 18.04') }}</h2> <h2 id="bionic">{{ _('Debian Buster, Ubuntu Bionic, and later') }}</h2>
{% trans -%} {% trans -%}
I2P is available in the official repositories for Ubuntu Bionic 18.04 and Debian Sid. I2P is available in the official repositories for Ubuntu Bionic and later, and Debian Buster and Sid.
However, the version there is older and we can not provide updates for it. However, Debian Buster and Ubuntu Bionic (LTS) distributions will have older I2P versions.
Please use our repositories for the time being. If you are not running Debian Sid or the latest Ubuntu release,
use our Debian repo or Launchpad PPA to ensure you're running the latest I2P version.
{%- endtrans %} {%- endtrans %}
<h2 id="others">{{ _('Debian or Ubuntu, All Versions') }}</h2> <h2 id="others">{{ _('Debian or Ubuntu, All Versions') }}</h2>
{% trans -%} {% trans -%}The Debian packages should work on most platforms running:{%- endtrans %}
The Debian packages
have been tested and <em>should </em>work on x86/x86_64 platforms running:
{%- endtrans %}
<ul> <ul>
<li>{% trans %}<a href="#ubuntu">Ubuntu</a> (Precise <em>12.04</em> and newer){% endtrans %}</li> <li>{% trans %}<a href="#ubuntu">Ubuntu</a> (Precise <em>12.04</em> and newer){% endtrans %}</li>
<li><a href="#ubuntu">Mint</a></li> <li><a href="#ubuntu">Mint</a></li>
...@@ -88,7 +86,7 @@ part of <a href="#Post-install_work">starting I2P</a> and configuring it for you ...@@ -88,7 +86,7 @@ part of <a href="#Post-install_work">starting I2P</a> and configuring it for you
<h2 id="debian">{{ _('Instructions for Debian') }}</h2> <h2 id="debian">{{ _('Instructions for Debian') }}</h2>
<em>{% trans -%}Currently supported architectures include amd64, i386, armel, armhf (for Raspbian).{%- endtrans %}</em> <em>{% trans -%}Currently supported architectures{%- endtrans %}: amd64, i386, armhf, arm64, powerpc, ppc64el, s390x</em>
<p>{% trans -%} <p>{% trans -%}
Note: The steps below should be performed with root access (i.e., switching Note: The steps below should be performed with root access (i.e., switching
...@@ -107,14 +105,21 @@ user to root with <code>su</code> or by prefixing each command with <code>sudo</ ...@@ -107,14 +105,21 @@ user to root with <code>su</code> or by prefixing each command with <code>sudo</
and verify with <code>{{ file2 }}</code> on your system. and verify with <code>{{ file2 }}</code> on your system.
Then, add lines like the following to <code>{{ file }}</code>.{% endtrans %}<br> Then, add lines like the following to <code>{{ file }}</code>.{% endtrans %}<br>
<br /> <br />
For Stretch (stable):<br /> For Buster (stable):<br />
<pre>
<code>deb https://deb.i2p2.de/ buster main
deb-src https://deb.i2p2.de/ buster main</code>
</pre>
<br />
For Stretch (oldstable):<br />
<pre> <pre>
<code>deb https://deb.i2p2.de/ stretch main <code>deb https://deb.i2p2.de/ stretch main
deb-src https://deb.i2p2.de/ stretch main</code> deb-src https://deb.i2p2.de/ stretch main</code>
</pre> </pre>
<br /> <br />
For Jessie (old-stable):<br /> For Jessie (oldoldstable):<br />
<pre> <pre>
<code>deb https://deb.i2p2.de/ jessie main <code>deb https://deb.i2p2.de/ jessie main
deb-src https://deb.i2p2.de/ jessie main</code> deb-src https://deb.i2p2.de/ jessie main</code>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment