"우분투 php-pear 설치"의 두 판 사이의 차이

(새 문서: ;우분투 php-pear 설치 ==확인== <source lang='cli'> root@zetawiki:~# pear version The program 'pear' is currently not installed. You can install it by typing: apt-get install p...)
 
41번째 줄: 41번째 줄:
PHP Version: 5.5.9-1ubuntu4.14
PHP Version: 5.5.9-1ubuntu4.14
Zend Engine Version: 2.5.0
Zend Engine Version: 2.5.0
Running on: Linux zetawiki.example.com 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64
Running on: Linux zetawiki 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64
</source>
</source>
<source lang='cli'>
<source lang='cli'>
48번째 줄: 48번째 줄:
PHP Version: 5.5.9-1ubuntu4.14
PHP Version: 5.5.9-1ubuntu4.14
Zend Engine Version: 2.5.0
Zend Engine Version: 2.5.0
Running on: Linux zetawiki.example.com 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64
Running on: Linux zetawiki 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64
</source>
</source>



2016년 2월 18일 (목) 23:23 판

우분투 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 117 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.14 [267 kB]
Fetched 267 kB in 1s (160 kB/s)    
Selecting previously unselected package php-pear.
(Reading database ... 84453 files and directories currently installed.)
Preparing to unpack .../php-pear_5.5.9+dfsg-1ubuntu4.14_all.deb ...
Unpacking php-pear (5.5.9+dfsg-1ubuntu4.14) ...
Setting up php-pear (5.5.9+dfsg-1ubuntu4.14) ...

3 확인 2

root@zetawiki:~# pear version
PEAR Version: 1.9.4
PHP Version: 5.5.9-1ubuntu4.14
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 3.16.0-30-generic #40~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.14
Zend Engine Version: 2.5.0
Running on: Linux zetawiki 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015 x86_64

4 같이 보기

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