Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Yum»How to Setup ATrpms Yum Repository on CentOS/RHEL and Fedora

    How to Setup ATrpms Yum Repository on CentOS/RHEL and Fedora

    By RahulSeptember 27, 20131 Min Read

    ATRPMS is a 3’rd party rpm repository providing up to date packages for Red Hat based systems. We can used it for directly downloading packages or we can use one of the available package manager tools.

    Advertisement
    • Read: Adding EPEL and REMI Yum Repository on CentOS & RedHat 7/6/5

    To enable atrpms yum repository first login to system using root access. Now import ATrpms signing key for verifying packages using following command.

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

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

    On CentOS / RHEL / Scientific Linux :-

    All the users of RHEL, CentOS and Scientific Linux with all other derived distributions. Create a atrpms.repo file in /etc/yum.repos.d directory and add following content

    # 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
    

    On Fedora Linux :-

    All Fedora users create /etc/yum.repos.d/atrpms.repo and add following content to it.

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

    You can directory download rpm packages from here to add repository in system.

    packages Repository rpm yum
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    How to Remove Package from Laravel (Composer)

    (Solved) apt-add-repository command not found – Ubuntu & Debian

    View installed repositories on Ubuntu and Debian

    How to List Installed Repositories In Ubuntu & Debian

    View 8 Comments

    8 Comments

    1. Vipul on February 16, 2018 9:15 am

      Site is not available.
      please suggest working site.

      Reply
    2. Komal Bajaj on January 20, 2018 9:33 am

      Hello Rahul,

      The site is not Available can you please update the Article so that we can get benefit from it 🙂

      Thanks

      Reply
    3. Nelson F on August 20, 2015 12:02 pm

      when you are upgrading to fedora-repo ATrpms 22 ATrpms-repo failure Fedora 22

      Reply
    4. Hero on April 5, 2014 6:48 am

      When installing ffmpeg
      Error:
      ffmpeg: error while loading shared libraries: libtheoraenc.so.1

      How to fix?

      Reply
    5. Hero on April 3, 2014 1:38 pm

      Hi,
      Is this site dl.atrpms.net still in service or no longer. Reason is i dont see there site online.

      Reply
      • Rahul on April 4, 2014 3:39 am

        Hi,

        This site is still in service…

        Reply
    6. Jsamos on January 22, 2014 3:38 pm

      appears the CentOS/RHEL 6 – 64Bit may have been moved
      http://dl.atrpms.net/el6-x86_64/atrpms/stable/atrpms-repo-6-7.el6.x86_64.rpm

      Reply
      • Rahul Kumar on January 23, 2014 3:50 am

        Thanks Jsamos,
        We have updated all urls.

        Reply

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • How to List Manually Installed Packages in Ubuntu & Debian
    • 10 Bash Tricks Every Developer Should Know
    • How to Validate Email Address in JavaScript
    • Firewalld: Common Firewall Rules and Commands
    • 12 Apk Commands in Alpine Linux Package Management
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.