Configure ATrpms on CentOS/RHEL

ATRPMS is a 3’rd party rpm repository providing up to date packages for Red Hat based systems. This repository can be used in several ways, either you browse through the directories searching for the bits you need, or you can use one of the available package manager tools.

Step 1: Import key
Import ATrpms signing key for verifying packages using following command.

# rpm --import http://packages.atrpms.net/RPM-GPG-KEY.atrpms

Step 2: Create atrpms repository
Now create repository file with .repo extension under /etc/yum.repos.d/ directory and add following content as per your operating system.

# vim /etc/yum.repos.d/atrpms.repo
[atrpms]
name=Fedora Core $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
enabled=1
gpgcheck=1

Step 3: Check atrpms repository
We can check repository using following command:

# yum repolist
No Responses

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.