How to Add Atomic Repository to RHEL 6

In This post, i will show on how to install Atomic repository to Red Hat Enterprise Linux 6 (RHEL 6). Atomic repository was archived here :
http://www6.atomicorp.com/channels/atomic/

Follow this steps to download and prepare Atomic yum repository RHEL 6.
1. Download using wget command :

    [root@rhel6 ~]# wget http://www6.atomicorp.com/channels/atomic/redhat/6/i386/RPMS/atomic-release-1.0-13.el6.art.noarch.rpm
    --2012-01-24 19:42:14--  http://www6.atomicorp.com/channels/atomic/redhat/6/i386/RPMS/atomic-release-1.0-13.el6.art.noarch.rpm
    Resolving www6.atomicorp.com... 69.20.6.166
    Connecting to www6.atomicorp.com|69.20.6.166|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 6332 (6.2K) [application/x-rpm]
    Saving to: âatomic-release-1.0-13.el6.art.noarch.rpmâ
    
    100%[==========================================================>] 6,332       20.7K/s   in 0.3s
    
    2012-01-24 19:42:15 (20.7 KB/s) - âatomic-release-1.0-13.el6.art.noarch.rpmâ
    

2. View the downloaded files :

    [root@rhel6 ~]# ls
    atomic-release-1.0-13.el6.art.noarch.rpm
    

3. Install using rpm command as below :

    [root@rhel6 ~]# rpm -Uvh atomic-release-1.0-13.el6.art.noarch.rpm
    warning: atomic-release-1.0-13.el6.art.noarch.rpm: Header V3 DSA/SHA1 Signature, key ID 5ebd2744: NOKEY
    Preparing...                ########################################### [100%]
       1:atomic-release         ########################################### [100%]
    

Comments

Leave a Reply

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