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

HowTos, FAQs, Tips & Tricks, & Guides
Post Reply
User avatar
villain
Posts: 10
Joined: 18 Feb 2018 11:17
Contact:

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

Post 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!
Post Reply