1 개요[ | ]
- Webtatic 저장소 추가
- webtatic-release 설치
- 이것 대신 remi 저장소 추가를 권장함. PHP 모듈이 훨씬 많음
2 사전 확인[ | ]
Console
Copy
[root@zetawiki ~]# rpm -qa | grep webtatic-release
- → 설치 안됨
3 CentOS 6[ | ]
3.1 설치[ | ]
Console
Copy
[root@zetawiki ~]# 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 확인[ | ]
Console
Copy
[root@zetawiki ~]# rpm -qa | grep webtatic-release
webtatic-release-6-4.noarch
Console
Copy
[root@zetawiki ~]# yum repolist | grep webtatic
* webtatic: us-east.repo.webtatic.com
webtatic Webtatic Repository EL6 - x86_64 110
4 CentOS 5[ | ]
4.1 설치[ | ]
Console
Copy
[root@zetawiki ~]# 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%]
4.2 확인[ | ]
Console
Copy
[root@zetawiki ~]# rpm -qa | grep webtatic-release
webtatic-release-5-3
Console
Copy
[root@zetawiki ~]# yum repolist --enablerepo=webtatic | grep webtatic
* webtatic: us-east.repo.webtatic.com
webtatic Webtatic Repository 5 - x86_64 157
5 같이 보기[ | ]
- CentOS 6에 MySQL 5.5 설치 (yum)
- CentOS 5에 Apache 2.2.23 설치 (yum)
- CentOS 5에 PHP 5.3 설치 (yum)
- CentOS 5에 MySQL 5.5 설치 (yum)
- YUM webtatic 저장소 삭제
- YUM remi 저장소 추가 ★
- yum 저장소 목록
6 참고[ | ]
편집자 Jmnote bot Jmnote
로그인하시면 댓글을 쓸 수 있습니다.