Scientific Linux 6
Sponsored Link

Add Repositories for yum 2011/03/13

[1] Add repository EPEL that is provided from Fedora project.
[root@dlp ~]#
yum -y install epel-release
[root@dlp ~]#
vi /etc/yum.repos.d/epel.repo
# line 6: change

enabled=
0
# when you use the repository, input yum command like follows

[root@dlp ~]#
yum --enablerepo=epel install [package]

[2] ATrpms is also useful.
[root@dlp ~]#
yum -y install atrpms-repo
[root@dlp ~]#
vi /etc/yum.repos.d/atrpms.repo
# line 5: change

enabled=
0
# when you use the repository, input yum command like follows

[root@dlp ~]#
yum --enablerepo=atrpms install [package]

Matched Content