File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ You can then use `gdebi` to do a local install of .deb with automatic dependency
4040## Hosted Linux repositories
4141DEB and RPM repositories are maintained with best effort.
4242
43- ### Debian (amd64)
43+ ### Debian 7 (amd64)
4444 1 . To ` /etc/apt/sources.list ` add:
4545
4646 ```
@@ -51,17 +51,20 @@ DEB and RPM repositories are maintained with best effort.
5151 2. Add GPG key: `wget -qO - https://apt.xpam.pl/xpam.pl-pubkey.asc | sudo apt-key add -`
5252 3. Update and install: `sudo apt-get update && sudo apt-get install bncsutil`
5353
54- ### Fedora/CentOS (amd64)
55- 1. In `/etc/yum.repos.d/rpm.xpam.pl.repo` add
56-
57- ```
58- [rpm.xpam.pl]
59- name = rpm.xpam.pl
60- baseurl = https://rpm.xpam.pl
61- ```
62-
63- or, with dnf on Fedora: `dnf config-manager --add-repo https://rpm.xpam.pl`
64- 2. If using dnf, make sure to import the public key: `rpm --import https://rpm.xpam.pl/rpm-pubkey.asc`
65- 3. Update and install: `yum update && yum install bncsutil` or dnf equivalent.
66-
67-
54+ ### Recent Fedora releases
55+ ```
56+ dnf config-manager --add-repo https://rpm.xpam.pl
57+ rpm --import https://rpm.xpam.pl/rpm-pubkey.asc`
58+ dnf install bncsutil
59+ ```
60+ ### Centos 7
61+ To be done.
62+
63+ ### Centos 6
64+ ```
65+ yum install yum-utils
66+ yum-config-manager --add-repo https://centos6.rpm.xpam.pl
67+ yum-config-manager --enable https://centos6.rpm.xpam.pl
68+ rpm --import https://centos6.rpm.xpam.pl/rpm-pubkey.asc
69+ yum install bncsutil
70+ ```
You can’t perform that action at this time.
0 commit comments