"Yum 저장소 확인"의 두 판 사이의 차이

27번째 줄: 27번째 줄:


;실행예시
;실행예시
<source lang='bash'>
<source lang='dos'>
[root@jmnote ~]# yum repolist
[root@jmnote ~]# yum repolist
Loaded plugins: fastestmirror
Loaded plugins: fastestmirror

2012년 7월 22일 (일) 14:36 판

yum 저장소 목록 보기
yum repolist

1 방법 1(cat)

명령어
ll /etc/yum.repos.d
실행예시
[root@jmnote ~]# ll /etc/yum.repos.d
total 4
-rw-r--r-- 1 root root 89 Jul 22 14:29 CentOS-Base.repo
[root@jmnote ~]# cat /etc/yum.repos.d/CentOS-Base.repo
[Daum]
name=Daum
baseurl=http://ftp.daum.net/centos/$releasever/os/$basearch/
gpgcheck=0

2 방법 2(yum)

명령어
yum repolist
실행예시
[root@jmnote ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
repo id                                                              repo name                                                         status
Daum                                                                 Daum                                                              3,591
repolist: 3,591
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}