mirror of
https://github.com/PurpleI2P/i2pd_docs_en
synced 2025-08-30 15:41:54 +00:00
Adding Fedora/CentOS repositories instructions
This commit is contained in:
parent
eb474c2d18
commit
b58560e512
@ -59,6 +59,26 @@ After that you can install i2pd as any other software package:
|
|||||||
|
|
||||||
Look for more information about Debian repository [here](https://repo.lngserv.ru/.help/readme.txt).
|
Look for more information about Debian repository [here](https://repo.lngserv.ru/.help/readme.txt).
|
||||||
|
|
||||||
|
## Fedora/CentOS
|
||||||
|
|
||||||
|
You can install i2pd from [repository](https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/)
|
||||||
|
run by PurpleI2P community member [villain](https://twitter.com/el_villano_loco).
|
||||||
|
|
||||||
|
### Centos 7:
|
||||||
|
|
||||||
|
curl -s https://copr.fedorainfracloud.org/coprs/supervillain/i2pd/repo/epel-7/supervillain-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
|
||||||
|
|
||||||
|
### Fedora:
|
||||||
|
|
||||||
|
dnf copr enable supervillain/i2pd
|
||||||
|
dnf install i2pd -y
|
||||||
|
systemctl enable i2pd
|
||||||
|
systemctl start i2pd
|
||||||
|
|
||||||
|
|
||||||
## ArchLinux
|
## ArchLinux
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user