우분투 php-pear 설치

  다른 뜻에 대해서는 CentOS php-pear 설치 문서를 참조하십시오.
우분투 php-pear 설치

1 확인[ | ]

root@zetawiki:~# pear version
The program 'pear' is currently not installed. You can install it by typing:
apt-get install php-pear
root@zetawiki:~# pecl version
The program 'pecl' is currently not installed. You can install it by typing:
apt-get install php-pear

2 설치[ | ]

root@zetawiki:~# apt-get install php-pear
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  php5-dev
The following NEW packages will be installed:
  php-pear
0 upgraded, 1 newly installed, 0 to remove and 67 not upgraded.
Need to get 267 kB of archives.
After this operation, 2,287 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main php-pear all 5.5.9+dfsg-1ubuntu4.17 [267 kB]
Fetched 267 kB in 1s (187 kB/s)   
Selecting previously unselected package php-pear.
(Reading database ... 62441 files and directories currently installed.)
Preparing to unpack .../php-pear_5.5.9+dfsg-1ubuntu4.17_all.deb ...
Unpacking php-pear (5.5.9+dfsg-1ubuntu4.17) ...
Setting up php-pear (5.5.9+dfsg-1ubuntu4.17) ...

3 확인 2[ | ]

root@zetawiki:~# pear version
PEAR Version: 1.9.4
PHP Version: 5.5.9-1ubuntu4.17
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64
root@zetawiki:~# pecl version
PEAR Version: 1.9.4
PHP Version: 5.5.9-1ubuntu4.17
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64

4 같이 보기[ | ]

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