supervillain/I2P
Project ID: 21238
Description
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
Installation Instructions
Centos 7:
curl -s https://copr.fedorainfracloud.org/coprs/supervillain/I2P/repo/epel-7/supervillain-I2P-epel-7.repo -o /etc/yum.repos.d/i2p-epel-7.repo
yum install epel-release -y
yum install i2p -y
systemctl enable i2p
systemctl start i2p
Fedora:
dnf copr enable supervillain/I2P
dnf install i2p -y
systemctl enable i2p
systemctl start i2p
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (21)* | EPEL 7 (257 downloads) |
Fedora 38 | i386 (7)*, x86_64 (10)* | Fedora 38 (0 downloads) |
Fedora 39 | i386 (10)*, x86_64 (10)* | Fedora 39 (55 downloads) |
Fedora 40 | i386 (4)*, x86_64 (4)* | Fedora 40 (43 downloads) |
Fedora 41 | i386 (0)*, x86_64 (0)* | Fedora 41 (8 downloads) |
Fedora rawhide | i386 (11)*, x86_64 (8)* | Fedora rawhide (212 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable supervillain/I2P
More info about enabling Copr repositories