"YUM webtatic 저장소 추가"의 두 판 사이의 차이

8번째 줄: 8번째 줄:
:→ 설치 안됨
:→ 설치 안됨


==설치==
==CentOS 5==
===CentOS 5===
===설치===
<source lang='bash'>
rpm -Uvh http://mirror.webtatic.com/yum/centos/5/latest.rpm
</source>
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# rpm -Uvh http://mirror.webtatic.com/yum/centos/5/latest.rpm
[root@jmnote ~]# rpm -Uvh http://mirror.webtatic.com/yum/centos/5/latest.rpm
21번째 줄: 18번째 줄:
</source>
</source>


===CentOS 6===
===확인===
<source lang='bash'>
<source lang='dos'>
rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
[root@jmnote ~]# rpm -qa | grep webtatic-release
webtatic-release-5-3
</source>
</source>
<source lang='dos'>
[root@jmnote ~]# yum repolist --enablerepo=webtatic | grep webtatic
* webtatic: us-east.repo.webtatic.com
webtatic                  Webtatic Repository 5 - x86_64                    157
</source>
==CentOS 6==
===설치===
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
[root@jmnote ~]# rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
33번째 줄: 39번째 줄:
</source>
</source>


==확인 2==
===확인===
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# rpm -qa | grep webtatic-release
[root@jmnote ~]# rpm -qa | grep webtatic-release
webtatic-release-5-3
webtatic-release-6-4.noarch
</source>
</source>
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# yum repolist --enablerepo=webtatic | grep webtatic
[root@jmnote ~]# yum repolist | grep webtatic
  * webtatic: us-east.repo.webtatic.com
  * webtatic: us-east.repo.webtatic.com
webtatic                 Webtatic Repository 5 - x86_64                   157
webtatic                 Webtatic Repository EL6 - x86_64                   110
</source>
</source>


48번째 줄: 54번째 줄:
*[[CentOS 5에 PHP 5.3 설치 (yum)]]
*[[CentOS 5에 PHP 5.3 설치 (yum)]]
*[[CentOS 5에 MySQL 5.5 설치 (yum)]]
*[[CentOS 5에 MySQL 5.5 설치 (yum)]]
*[[yum 저장소]]
*[[yum 저장소 목록]]


==참고 자료==
==참고 자료==

2014년 6월 14일 (토) 21:40 판

Webtatic 저장소 추가
webtatic-release 설치

1 사전 확인

[root@jmnote ~]# rpm -qa | grep webtatic-release
→ 설치 안됨

2 CentOS 5

2.1 설치

[root@jmnote ~]# rpm -Uvh http://mirror.webtatic.com/yum/centos/5/latest.rpm
Retrieving http://mirror.webtatic.com/yum/centos/5/latest.rpm
warning: /var/tmp/rpm-xfer.Y2q1C0: Header V3 DSA signature: NOKEY, key ID cf4c4ff9
Preparing...                ########################################### [100%]
   1:webtatic-release       ########################################### [100%]

2.2 확인

[root@jmnote ~]# rpm -qa | grep webtatic-release
webtatic-release-5-3
[root@jmnote ~]# yum repolist --enablerepo=webtatic | grep webtatic
 * webtatic: us-east.repo.webtatic.com
webtatic                  Webtatic Repository 5 - x86_64                    157

3 CentOS 6

3.1 설치

[root@jmnote ~]# rpm -Uvh http://mirror.webtatic.com/yum/el6/latest.rpm
Retrieving http://mirror.webtatic.com/yum/el6/latest.rpm
warning: /var/tmp/rpm-tmp.d4hDGT: Header V4 DSA/SHA1 Signature, key ID cf4c4ff9: NOKEY
Preparing...                ########################################### [100%]
   1:webtatic-release       ########################################### [100%]

3.2 확인

[root@jmnote ~]# rpm -qa | grep webtatic-release
webtatic-release-6-4.noarch
[root@jmnote ~]# yum repolist | grep webtatic
 * webtatic: us-east.repo.webtatic.com
webtatic                 Webtatic Repository EL6 - x86_64                   110

4 같이 보기

5 참고 자료

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