For RPM based systems (like RedHat Linux or CentOS) there is RPM repository https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3el-perun/
1
Create file /etc/yum.repos.d/perun.repo
with the following content:
Code Block |
---|
[Perun] name=Perun IdM Slave Scripts baseurl=https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3/stable/el-perun/noarch/ enabled=1 gpgcheck=1 gpgkey=https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3/RPM-GPG-KEY-perunv3repo.cerit-sc.cz.gpg.pub |
During installation, you should check whether GPG key's fingerprint matches, dnf
should present you this when importing the key:
Code Block |
---|
Importing GPG key 0x287C54980x3C653633: Userid : "Perun RPM repository (Perun RPM repository) <perun@cesnetsupport@cerit-sc.cz (Custom Package Signature Key) <support@cerit-sc.cz>" Fingerprint: DBEB26BF E257BA33 4DCC89C9 36664D94 92E11741 416DDFA6 09796432 577A7AF1 287C3C65 54983633 From : https://homeprojrepo.cesnetcerit-sc.cz/rpm/perunv3/RPM-GPG-KEY-perunv3repo.cerit-sc.cz.gpg.pub |
2
Load the list of available RPM packages:
...