YUM Utter Ramblings 저장소 추가

Utter Ramblings 저장소 추가
utter-ramblings.repo 추가

1 확인[ | ]

[root@CentOS57 ~]# yum repolist
... (생략)
repo id                   repo name                             status
base                      CentOS-5 - Base                       3,662
extras                    CentOS-5 - Extras                       265
updates                   CentOS-5 - Updates                      517
repolist: 4,444

2 추가[ | ]

echo '[utter-ramblings]
name=Utter Ramblings
baseurl=http://yum.jasonlitka.com/EL5/x86_64/
gpgkey=http://yum.jasonlitka.com/RPM-GPG-KEY-jlitka
enabled=1
gpgcheck=1' > /etc/yum.repos.d/utter-ramblings.repo
[root@CentOS57 ~]# echo '[utter-ramblings]
> name=Utter Ramblings
> baseurl=http://yum.jasonlitka.com/EL5/x86_64/
> gpgkey=http://yum.jasonlitka.com/RPM-GPG-KEY-jlitka
> enabled=1
> gpgcheck=1' > /etc/yum.repos.d/utter-ramblings.repo

3 확인 2[ | ]

[root@CentOS57 ~]# yum repolist
... (생략)
repo id                       repo name                         status
base                          CentOS-5 - Base                   3,662
extras                        CentOS-5 - Extras                   265
updates                       CentOS-5 - Updates                  517
utter-ramblings               Utter Ramblings                     201
repolist: 4,645

4 같이 보기[ | ]

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