*.i2p2.de and *.i2p2.no are temporarily down due to a failed upgrade
Posted: 04 Oct 2023 18:08
Currently the *.i2p2.de and *.i2p2.no mirrors are down, due to a failed upgrade from Ubuntu Bionic to Ubuntu Focal. This has resulted in downtime for the Debian package repositories. I apologize for this inconvenience. For those of you who need to install I2P using a Debian package, it is possible to use the PPA as a source on all Debian-based distributions.
If you're already using the `deb.i2p2.no` or `deb.i2p2.de` repositories and are already using I2P 2.3.0, you do not need to take any further action, your packages are up to date and will resume using the normal repository when it is repaired.
Workaround 1(Recommended): Use a `.jar` installer
If you have Java installed, download the `.jar` installer from another mirror and install it using the command:
Workaround 2(Experts Only): Use the Ubuntu PPA Instead
For Debian users who want to try I2P using the PPA, use the following instructions.
First, add the key to apt:
When using Debian Buster, add the following lines to `/etc/apt/sources.list.d/i2p.list`
When using Debian Stable or Debian Testing, add the following lines to `/etc/apt/sources.list.d/i2p.list`
When using Debian Sid, add the following lines to `/etc/apt/sources.list.d/i2p.list`
If you're already using the `deb.i2p2.no` or `deb.i2p2.de` repositories and are already using I2P 2.3.0, you do not need to take any further action, your packages are up to date and will resume using the normal repository when it is repaired.
Workaround 1(Recommended): Use a `.jar` installer
If you have Java installed, download the `.jar` installer from another mirror and install it using the command:
Code: Select all
java -jar i2pinstall.jar
For Debian users who want to try I2P using the PPA, use the following instructions.
First, add the key to apt:
Code: Select all
curl 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x474bc46576fae76e97c1a1a1ab9660b9eb2cc88b' | sudo apt-key add -
Code: Select all
deb https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu bionic main
deb-src https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu bionic main
Code: Select all
deb https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu focal main
deb-src https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu focal main
Code: Select all
deb https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu lunar main
deb-src https://ppa.launchpadcontent.net/i2p-maintainers/i2p/ubuntu lunar main