"APT 패키지 찾기 aptitude search"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
==실행예시==
==실행예시==
<source lang='cli'>
<source lang='cli'>
root@jmnote02:~# apt-cache search mysql 5.5
root@jmnote02:~# apt-cache search varnish
handlersocket-mysql-5.5 - HandlerSocket plugin for MySQL 5.5
libvarnishapi-dev - development files for Varnish
mysql-client - MySQL database client (metapackage depending on the latest version)
libvarnishapi1 - shared libraries for Varnish
mysql-client-5.5 - MySQL database client binaries
varnish - state of the art, high-performance web accelerator
mysql-client-core-5.5 - MySQL database core client binaries
varnish-dbg - debugging symbols for varnish
mysql-server - MySQL database server (metapackage depending on the latest version)
varnish-doc - documentation for Varnish Cache
mysql-server-5.5 - MySQL database server binaries and system database setup
mysql-server-core-5.5 - MySQL database server binaries
mysql-source-5.5 - MySQL source
mysql-testsuite - MySQL testsuite
mysql-testsuite-5.5 - MySQL testsuite
</source>
</source>
<source lang='cli'>
root@jmnote02:~# aptitude show varnish
Package: varnish                       
State: not installed
Version: 3.0.2-1ubuntu0.1
Priority: 옵션
Section: universe/web
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Uncompressed Size: 1,288 k
Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614-1), libncurses5 (>= 5.5-5~), libpcre3 (>=
        8.10), libtinfo5, libvarnishapi1 (>= 3.0.0), gcc (>= 3.3), libc6-dev | libc6.1-dev |
        libc-dev, adduser
Suggests: varnish-doc
Conflicts: varnish
Replaces: libvarnishapi1 (< 3.0.0-5), libvarnishapi1 (< 3.0.0-5)
Description: state of the art, high-performance web accelerator
Homepage: http://varnish-cache.org/
</source>
:→ varnish 3.0.2


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

2014년 12월 12일 (금) 22:06 판

1 개요

APT 패키지 찾기
apt-cache search

2 실행예시

root@jmnote02:~# apt-cache search varnish
libvarnishapi-dev - development files for Varnish
libvarnishapi1 - shared libraries for Varnish
varnish - state of the art, high-performance web accelerator
varnish-dbg - debugging symbols for varnish
varnish-doc - documentation for Varnish Cache
root@jmnote02:~# aptitude show varnish
Package: varnish                         
State: not installed
Version: 3.0.2-1ubuntu0.1
Priority: 옵션
Section: universe/web
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Uncompressed Size: 1,288 k
Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614-1), libncurses5 (>= 5.5-5~), libpcre3 (>=
         8.10), libtinfo5, libvarnishapi1 (>= 3.0.0), gcc (>= 3.3), libc6-dev | libc6.1-dev |
         libc-dev, adduser
Suggests: varnish-doc
Conflicts: varnish
Replaces: libvarnishapi1 (< 3.0.0-5), libvarnishapi1 (< 3.0.0-5)
Description: state of the art, high-performance web accelerator
 
Homepage: http://varnish-cache.org/
→ varnish 3.0.2

3 같이 보기

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