Thursday, April 16, 2009

Adding Repositories on CentOS

Adding DAG Repo:

#cd /etc/yum.repos.d
#vi dag.repo


Fill-in the following lines and save it.

[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1


Issue this ;

# rpm –import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt


Try to install using yum.

Neat huh...