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

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 3개는 보이지 않습니다)
3번째 줄: 3번째 줄:


==확인==
==확인==
<source lang='cli'>
<syntaxhighlight lang='console'>
root@zetawiki:~# pear version
root@zetawiki:~# pear version
The program 'pear' is currently not installed. You can install it by typing:
The program 'pear' is currently not installed. You can install it by typing:
apt-get install php-pear
apt-get install php-pear
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
root@zetawiki:~# pecl version
root@zetawiki:~# pecl version
The program 'pecl' is currently not installed. You can install it by typing:
The program 'pecl' is currently not installed. You can install it by typing:
apt-get install php-pear
apt-get install php-pear
</source>
</syntaxhighlight>


==설치==
==설치==
<source lang='cli'>
<syntaxhighlight lang='console'>
root@zetawiki:~# apt-get install php-pear
root@zetawiki:~# apt-get install php-pear
Reading package lists... Done
Reading package lists... Done
24번째 줄: 24번째 줄:
The following NEW packages will be installed:
The following NEW packages will be installed:
   php-pear
   php-pear
0 upgraded, 1 newly installed, 0 to remove and 117 not upgraded.
0 upgraded, 1 newly installed, 0 to remove and 67 not upgraded.
Need to get 267 kB of archives.
Need to get 267 kB of archives.
After this operation, 2,287 kB of additional disk space will be used.
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]
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 (160 kB/s)  
Fetched 267 kB in 1s (187 kB/s)  
Selecting previously unselected package php-pear.
Selecting previously unselected package php-pear.
(Reading database ... 84453 files and directories currently installed.)
(Reading database ... 62441 files and directories currently installed.)
Preparing to unpack .../php-pear_5.5.9+dfsg-1ubuntu4.14_all.deb ...
Preparing to unpack .../php-pear_5.5.9+dfsg-1ubuntu4.17_all.deb ...
Unpacking php-pear (5.5.9+dfsg-1ubuntu4.14) ...
Unpacking php-pear (5.5.9+dfsg-1ubuntu4.17) ...
Setting up php-pear (5.5.9+dfsg-1ubuntu4.14) ...
Setting up php-pear (5.5.9+dfsg-1ubuntu4.17) ...
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='cli'>
<syntaxhighlight lang='console'>
root@zetawiki:~# pear version
root@zetawiki:~# pear version
PEAR Version: 1.9.4
PEAR Version: 1.9.4
PHP Version: 5.5.9-1ubuntu4.14
PHP Version: 5.5.9-1ubuntu4.17
Zend Engine Version: 2.5.0
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
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
</source>
</syntaxhighlight>
<source lang='cli'>
<syntaxhighlight lang='console'>
root@zetawiki:~# pecl version
root@zetawiki:~# pecl version
PEAR Version: 1.9.4
PEAR Version: 1.9.4
PHP Version: 5.5.9-1ubuntu4.14
PHP Version: 5.5.9-1ubuntu4.17
Zend Engine Version: 2.5.0
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
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
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 2일 (월) 02:56 기준 최신판

  다른 뜻에 대해서는 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 }}