"우분투 php-memcached 삭제"의 두 판 사이의 차이

(새 문서: ==개요== ;우분투16 php-memcached 삭제 ;apt-get autoremove php-memcached <source lang='console'> root@zeta:~# apt-get autoremove php-memcached Reading package lists... Done Bui...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(다른 사용자 한 명의 중간 판 5개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;우분투16 php-memcached 삭제
;우분투 php-memcached 삭제
;apt-get autoremove php-memcached
;apt-get autoremove php-memcached


<source lang='console'>
<syntaxhighlight lang='console'>
root@zeta:~# apt-get autoremove php-memcached
root@zeta:~# apt-get autoremove php-memcached
Reading package lists... Done
Reading package lists... Done
13번째 줄: 13번째 줄:
After this operation, 1,376 kB disk space will be freed.
After this operation, 1,376 kB disk space will be freed.
Do you want to continue? [Y/n]  
Do you want to continue? [Y/n]  
</source>
</syntaxhighlight>
<source lang='console'>
<syntaxhighlight lang='console'>
(Reading database ... 103660 files and directories currently installed.)
(Reading database ... 103660 files and directories currently installed.)
Removing php-memcached (3.0.3+2.2.0-1+deb.sury.org~trusty+1) ...
Removing php-memcached (3.0.3+2.2.0-1+deb.sury.org~trusty+1) ...
21번째 줄: 21번째 줄:
Removing php-msgpack (2.0.2+0.5.7-1+deb.sury.org~trusty+2) ...
Removing php-msgpack (2.0.2+0.5.7-1+deb.sury.org~trusty+2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.11) ...
Processing triggers for libc-bin (2.19-0ubuntu6.11) ...
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==
* [[우분투16 php-memcached 설치]]
* [[우분투 php-memcached 설치]]
* [[우분투16 php-memcache 설치]]
* [[우분투 php-memcache 설치]]


[[분류: PHP Memcached]]
[[분류: PHP Memcached]]
[[분류: apt-get autoremove]]
[[분류: Ubuntu]]
[[분류: Ubuntu 14]]
[[분류: Ubuntu 16]]

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

1 개요[ | ]

우분투 php-memcached 삭제
apt-get autoremove php-memcached
root@zeta:~# apt-get autoremove php-memcached
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  libmemcached11 php-igbinary php-memcached php-msgpack
0 upgraded, 0 newly installed, 4 to remove and 36 not upgraded.
After this operation, 1,376 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 103660 files and directories currently installed.)
Removing php-memcached (3.0.3+2.2.0-1+deb.sury.org~trusty+1) ...
Removing libmemcached11:amd64 (1.0.18-5+deb.sury.org~trusty+2) ...
Removing php-igbinary (2.0.1-1+deb.sury.org~trusty+1) ...
Removing php-msgpack (2.0.2+0.5.7-1+deb.sury.org~trusty+2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.11) ...

2 같이 보기[ | ]

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