Package Details: i2p 2.7.0-1

Git Clone URL: https://aur.archlinux.org/i2p.git (read-only, click to copy)
Package Base: i2p
Description: A distributed anonymous network
Upstream URL: https://geti2p.net
Keywords: anonymous censorship encrypted i2p network
Licenses: GPL2
Conflicts: i2p-bin, i2p-dev
Submitter: Mikos
Maintainer: Salama
Last Packager: Salama
Votes: 318
Popularity: 0.62
First Submitted: 2005-09-04 19:46 (UTC)
Last Updated: 2024-10-09 18:13 (UTC)

Dependencies (4)

Sources (9)

Pinned Comments

Salama commented on 2023-04-01 09:18 (UTC) (edited on 2024-06-24 12:01 (UTC) by Salama)

You can download the keys from https://geti2p.net/_static/idk.key.asc and https://geti2p.net/_static/zzz.key.asc then gpg --import

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 27 Next › Last »

kete commented on 2016-04-09 12:31 (UTC)

How do you make a website? The i2p instructions don't apply, and it doesn't make a difference if I change /opt/i2p/eepsite/docroot/index.html

gabeotisbenson commented on 2016-03-03 00:36 (UTC)

For 0.9.24, the key has changed again. $ gpg --keyserver pgp.mit.edu --recv-keys EE7256A8

wilfred commented on 2016-01-09 16:26 (UTC)

For 0.9.23, the release has been signed by str4d. You can find their key listed here: https://geti2p.net/en/get-involved/develop/release-signing-key To import it: $ gpg --keyserver pgp.mit.edu --recv-keys 0EC51FCDA94FB53E This will solve the 'One or more PGP signatures could not be verified'. Ideally the PKGBUILD should have its validpgpkeys updated.

anastiel commented on 2016-01-06 12:45 (UTC)

If I2P does not start, please try: /home/anastiel/i2p/runplain.sh

anastiel commented on 2016-01-06 12:44 (UTC)

mkdir $HOME/i2pinstall cd $HOME/i2pinstall wget http://download.i2p2.no/releases/0.9.23/i2pinstall_0.9.23.jar java -jar i2pinstall_0.9.23.jar remova a pasta i2pinstall e os conteudos cd $HOME rm -Rf $HOME/i2pinstall

anastiel commented on 2016-01-06 12:42 (UTC)

error clock solution?

NoSuck commented on 2016-01-02 06:07 (UTC)

The robert package is listed as an optional dependency, yet neither Arch nor the AUR provide it.

JohnRobson commented on 2015-12-13 06:56 (UTC)

==> Verifying source file signatures with gpg... i2psource_0.9.23.tar.bz2 ... FAILED (unknown public key 13B5EE58C09FB3E0) ==> ERROR: One or more PGP signatures could not be verified! ==> ERROR: Makepkg was unable to build i2p.

<deleted-account> commented on 2015-12-04 04:09 (UTC)

Please update the service file as this package is currently broken: 1. Change 'RequiresOverridable' to 'Requires' or else the service wont start. [/etc/systemd/system/i2prouter.service:4] Unit dependency type RequiresOverridable= is obsolete, replacing by Requires=, please update your unit file 2. If the service now requires `tlsdate` and `ntp`, then update the PKGBUILD depends=() to reflect that or else the service won't start. Thank you.