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

(새 문서: ;yum 저장소 목록 보기 ;yum repolist ==방법 1(cat)== ;명령어 <source lang='dos'> ll /etc/yum.repos.d <source> ;실행예시 </source> [root@jmnote ~]# ll /etc/yum.repos.d...)
 
 
(사용자 2명의 중간 판 23개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;yum 저장소 목록 보기
;yum 저장소 확인, yum 저장소 목록 보기
;yum repolist
;yum repolist, yum repo 목록
;yum repository 확인, yum 리파지토리 확인


==방법 1(cat)==
==방법 1(yum)==
;명령어
;명령어
<source lang='dos'>
<source lang='bash'>
yum repolist
</source>
 
;실행예시
<source lang='console'>
[root@zetawiki ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
repo id                              repo name                          status
Daum                                  Daum                                3,591
repolist: 3,591
</source>
 
==방법 2(cat)==
;명령어
<source lang='bash'>
ll /etc/yum.repos.d
ll /etc/yum.repos.d
<source>
</source>


;실행예시
;실행예시
</source>
<source lang='console'>
[root@jmnote ~]# ll /etc/yum.repos.d
[root@zetawiki ~]# ll /etc/yum.repos.d
total 4
total 4
-rw-r--r-- 1 root root 89 Jul 22 14:29 CentOS-Base.repo
-rw-r--r-- 1 root root 89 Jul 22 14:29 CentOS-Base.repo
[root@jmnote ~]# cat /etc/yum.repos.d/CentOS-Base.repo
</source>
<source lang='console'>
[root@zetawiki ~]# cat /etc/yum.repos.d/CentOS-Base.repo
[Daum]
[Daum]
name=Daum
name=Daum
20번째 줄: 39번째 줄:
</source>
</source>


==방법 2(yum)==
==같이 보기==
;명령어
*[[yum repolist all]]
<source lang='bash'>
*[[yum repo 제거]]
yum repolist
*[[yum-config-manager]]
</source>
*[[Daum repo 지정]]
 
*[[yum EPEL 저장소 추가]]
;실행예시
*[[yum EPEL 저장소 제거]]
<source lang='bash'>
*[[/etc/yum.repo.d/]]
[root@jmnote ~]# yum repolist
*[[yum repo]]
Loaded plugins: fastestmirror
*[[우분투 PPA 목록 확인]]
Loading mirror speeds from cached hostfile
*[[Error: Cannot retrieve metalink for repository: epel.]]
repo id                                                              repo name                                                        status
Daum                                                                Daum                                                              3,591
repolist: 3,591
</source>


[[분류: yum]]
[[분류: yum]]

2017년 6월 1일 (목) 13:39 기준 최신판

yum 저장소 확인, yum 저장소 목록 보기
yum repolist, yum repo 목록
yum repository 확인, yum 리파지토리 확인

1 방법 1(yum)[ | ]

명령어
yum repolist
실행예시
[root@zetawiki ~]# 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@zetawiki ~]# ll /etc/yum.repos.d
total 4
-rw-r--r-- 1 root root 89 Jul 22 14:29 CentOS-Base.repo
[root@zetawiki ~]# 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 }}