Yum 저장소 확인

Jmnote bot (토론 | 기여)님의 2015년 2월 6일 (금) 03:18 판 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
yum 저장소 확인, yum 저장소 목록 보기
yum repolist, yum repo 목록
yum repository 확인, yum 리파지토리 확인

1 방법 1(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

2 방법 2(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

3 같이 보기

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