"Yum-config-manager --enable"의 두 판 사이의 차이

(새 문서: ;yum-config-manager --enable ==실행예시== <source lang='console'> [root@zetawiki ~]# yum repolist Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile base...)
 
 
6번째 줄: 6번째 줄:
Loaded plugins: fastestmirror
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Loading mirror speeds from cached hostfile
base                                                        | 3.7 kB    00:00   
extras                                                      | 3.4 kB    00:00   
repo id                          repo name                                  status
repo id                          repo name                                  status
base                            CentOS-6 - Base                            6,706
base                            CentOS-6 - Base                            6,706
29번째 줄: 27번째 줄:
Loaded plugins: fastestmirror
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Loading mirror speeds from cached hostfile
base                                                        | 3.7 kB    00:00   
extras                                                      | 3.4 kB    00:00   
updates                                                    | 3.4 kB    00:00 
repo id                          repo name                                  status
repo id                          repo name                                  status
base                            CentOS-6 - Base                            6,706
base                            CentOS-6 - Base                            6,706
35번째 줄: 36번째 줄:
repolist: 7,069
repolist: 7,069
</source>
</source>


==같이 보기==
==같이 보기==

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

yum-config-manager --enable

1 실행예시[ | ]

Console
Copy
[root@zetawiki ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
repo id                          repo name                                   status
base                             CentOS-6 - Base                             6,706
extras                           CentOS-6 - Extras                              45
repolist: 6,751
Console
Copy
[root@zetawiki ~]# yum-config-manager --enable updates
Loaded plugins: fastestmirror
================================== repo: updates ==================================
[updates]
bandwidth = 0
... (생략)
throttle = 0
timeout = 30.0
username =
Console
Copy
[root@zetawiki ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
base                                                        | 3.7 kB     00:00     
extras                                                      | 3.4 kB     00:00     
updates                                                     | 3.4 kB     00:00  
repo id                          repo name                                   status
base                             CentOS-6 - Base                             6,706
extras                           CentOS-6 - Extras                              45
updates                          CentOS-6 - Updates                            318
repolist: 7,069

2 같이 보기[ | ]