WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net"

pear channel-update
PEAR 채널 업데이트
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net"

1 문제 상황[ | ]

[root@zetawiki ~]# pear upgrade pear
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
pear/PEAR dependency package "pear/Console_Getopt" downloaded version 1.3.1 is not the recommended version 1.2.3, but may be compatible, use --force to install
... (생략)
→ pear의 채널을 업데이트하라는 경고

2 PEAR 채널 업데이트[ | ]

[root@zetawiki ~]# pear channel-update "pear.php.net"
Retrieving channel.xml from remote server
Update of Channel "pear.php.net" succeeded

3 확인[ | ]

[root@zetawiki ~]# pear upgrade pear
pear/PEAR dependency package "pear/Console_Getopt" downloaded version 1.3.1 is not the recommended version 1.2.3, but may be compatible, use --force to install
... (생략)
→ 다른 문제는 남아 있지만, 채널 업데이트하라는 경고는 사라졌다.

4 같이 보기[ | ]

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