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

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


==확인==
==확인==
<source lang='console'>
<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='console'>
<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='console'>
<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
34번째 줄: 34번째 줄:
Unpacking php-pear (5.5.9+dfsg-1ubuntu4.17) ...
Unpacking php-pear (5.5.9+dfsg-1ubuntu4.17) ...
Setting up php-pear (5.5.9+dfsg-1ubuntu4.17) ...
Setting up php-pear (5.5.9+dfsg-1ubuntu4.17) ...
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='console'>
<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='console'>
<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 }}