Yum CentOS Testing 저장소 추가

Jmnote (토론 | 기여)님의 2013년 11월 26일 (화) 14:55 판 (→‎repo 파일 생성)
Yum CentOS Testing 저장소 추가
CentOS-Testing.repo

1 확인

[root@jmnote ~]# 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
[root@jmnote ~]# echo '[testing]
> name=CentOS-$releasever - Testing
> baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
> gpgcheck=0' > /etc/yum.repos.d/CentOS-Testing.repo

3 확인 2

[root@jmnote ~]# 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 }}