Description
i2pd (I2P Daemon) is a full-featured C++ implementation of I2P client.
Installation Instructions
Centos 7:
curl -s https://copr.fedorainfracloud.org/coprs/vorona/i2pd/repo/epel-7/vorona-i2pd-epel-7.repo -o /etc/yum.repos.d/i2pd-epel-7.repo
yum install epel-release -y
yum install i2pd -y
systemctl enable i2pd
systemctl start i2pd
Centos 8, and Fedora:
dnf copr enable vorona/i2pd
dnf install i2pd -y
systemctl enable i2pd
systemctl start i2pd
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 |
---|---|---|
![]() |
x86_64 (123)* | EPEL 7 (298 downloads) |
![]() |
x86_64 (139)* | EPEL 8 (201 downloads) |
![]() |
x86_64 (25)* | EPEL 9 (84 downloads) |
![]() |
x86_64 (47)* | Fedora 40 (0 downloads) |
![]() |
x86_64 (39)* | Fedora 41 (33 downloads) |
![]() |
x86_64 (19)* | Fedora 42 (22 downloads) |
![]() |
x86_64 (144)* | Fedora rawhide (235 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable vorona/i2pd
More info about enabling Copr repositories