Yum CentOS Testing 저장소 추가

Yum CentOS Testing 저장소 추가
CentOS-Testing.repo

1 확인[ | ]

[root@zetawiki ~]# yum repolist
... (생략)
repo id                                                  repo name                                                           status
base                                                     CentOS-5 - Base                                                     3,662
extras                                                   CentOS-5 - Extras                                                     265
updates                                                  CentOS-5 - Updates                                                     98
repolist: 4,025

2 repo 파일 생성[ | ]

echo '[testing]
name=CentOS-$releasever - Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
gpgcheck=0' > /etc/yum.repos.d/CentOS-Testing.repo
cat /etc/yum.repos.d/CentOS-Testing.repo
[root@zetawiki ~]# echo '[testing]
> name=CentOS-$releasever - Testing
> baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
> gpgcheck=0' > /etc/yum.repos.d/CentOS-Testing.repo
[root@zetawiki ~]# cat /etc/yum.repos.d/CentOS-Testing.repo
[testing]
name=CentOS-$releasever - Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
gpgcheck=0

3 확인 2[ | ]

[root@zetawiki ~]# yum repolist
... (생략)
repo id                                                  repo name                                                           status
base                                                     CentOS-5 - Base                                                     3,662
extras                                                   CentOS-5 - Extras                                                     265
testing                                                  CentOS-5 - Testing                                                     71
updates                                                  CentOS-5 - Updates                                                     98
repolist: 4,096
→ CentOS-5 - Testing 이 추가되었다.

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}