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