Page 1 of 1

[WIP] [Call for test] Fedora and CentOS packages

Posted: 31 Oct 2018 18:15
by villain
Our Fedora and CentOS users may want to install I2P with a package manager. Currently I2P is not included to official repositories, but I've set up a community repo at COPR.

To use it in Fedora, use the following commands:

Code: Select all

dnf copr enable supervillain/I2P
dnf install i2p -y
systemctl enable --now i2p
For CentOS users:

Code: Select all

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 --now i2p
Source code for the rpm package

It is working quite stable already, but it is still a work in progress. Your help with testing is appreciated!