LUX-HAT
This repository is as collection of useful network and sysadmin stuff not included in official RedHat linux.
You need to install GPG key used to sign packages. Do it as 'root':
- wget http://repo.iotti.biz/RPM-GPG-KEY-LUX
- rpm --import RPM-GPG-KEY-LUX
- cp
RPM-GPG-KEY-LUX /etc/pki/rpm-gpg/.
- chown root:root
/etc/pki/rpm-gpg/RPM-GPG-KEY-LUX
- chmod 0644 /etc/pki/rpm-gpg/RPM-GPG-KEY-LUX
You can use this repository via yum
program. Do it as 'root'.
For CentOS:
For Fedora:
Finaly, run yum install foopackage or yum update foopackage.