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

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
(다른 사용자 한 명의 중간 판 8개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;APT 패키지 찾기
;APT 패키지 찾기
;apt-cache search
;aptitude search, apt-cache search
*최신 목록에서 찾으려면 [[apt-get update]] 수행
*최신 목록에서 찾으려면 [[apt-get update]] 수행


==실행예시==
==실행예시==
<source lang='cli'>
<source lang='console'>
root@jmnote02:~# apt-cache search mysql 5.5
root@zetawiki:~# aptitude search varnish
handlersocket-mysql-5.5 - HandlerSocket plugin for MySQL 5.5
v  libvarnish-dev                              -                                                    
mysql-client - MySQL database client (metapackage depending on the latest version)
v  libvarnish-dev:i386                        -                                                    
mysql-client-5.5 - MySQL database client binaries
v  libvarnish1                                -                                                    
mysql-client-core-5.5 - MySQL database core client binaries
v  libvarnish1:i386                            -                                                    
mysql-server - MySQL database server (metapackage depending on the latest version)
p  libvarnishapi-dev                          - development files for Varnish                       
mysql-server-5.5 - MySQL database server binaries and system database setup
p  libvarnishapi-dev:i386                      - development files for Varnish                       
mysql-server-core-5.5 - MySQL database server binaries
p  libvarnishapi1                              - shared libraries for Varnish                       
mysql-source-5.5 - MySQL source
p  libvarnishapi1:i386                        - shared libraries for Varnish                       
mysql-testsuite - MySQL testsuite
p  varnish                                    - state of the art, high-performance web accelerator 
mysql-testsuite-5.5 - MySQL testsuite
p  varnish:i386                                - state of the art, high-performance web accelerator 
p  varnish-dbg                                - debugging symbols for varnish                       
p  varnish-dbg:i386                            - debugging symbols for varnish                       
p  varnish-doc                                - documentation for Varnish Cache
</source>
</source>
:→ 패키지명은 varnish
<source lang='console'>
root@zetawiki:~# aptitude show varnish
Package: varnish                       
State: not installed
Version: 3.0.5-2
Priority: optional
Section: universe/web
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Uncompressed Size: 1,287 k
Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libjemalloc1 (>= 2.1.1), libncurses5 (>=
        5.5-5~), libpcre3, libtinfo5, libvarnishapi1 (>= 3.0.0), init-system-helpers (>= 1.13~),
        adduser, gcc, libc6-dev | libc6.1-dev | libc-dev
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
Varnish Cache is a state of the art web accelerator written with performance and flexibility in mind.
Varnish Cache stores web pages in memory so web servers don't have to create the same web page over
and over again. Varnish serves pages much faster than any application server; giving the website a
significant speed up.
Some of the features include:
* A modern design
* VCL - a very flexible configuration language
* Load balancing with health checking of backends
* Partial support for ESI - Edge Side Includes
* URL rewriting
* Graceful handling of "dead" backends
Homepage: http://varnish-cache.org/
</source>
:→ varnish 3.0.5


==같이 보기==
==같이 보기==
*[[우분투 aptitude]]
*[[리눅스 apt-get update]]
*[[리눅스 apt-get update]]
*[[리눅스 apt-cache]]
*[[리눅스 apt-cache]]
25번째 줄: 63번째 줄:


[[분류: APT]]
[[분류: APT]]
[[분류: Aptitude]]

2016년 3월 29일 (화) 09:52 기준 최신판

1 개요[ | ]

APT 패키지 찾기
aptitude search, apt-cache search

2 실행예시[ | ]

root@zetawiki:~# aptitude search varnish
v   libvarnish-dev                              -                                                      
v   libvarnish-dev:i386                         -                                                      
v   libvarnish1                                 -                                                      
v   libvarnish1:i386                            -                                                      
p   libvarnishapi-dev                           - development files for Varnish                        
p   libvarnishapi-dev:i386                      - development files for Varnish                        
p   libvarnishapi1                              - shared libraries for Varnish                         
p   libvarnishapi1:i386                         - shared libraries for Varnish                         
p   varnish                                     - state of the art, high-performance web accelerator   
p   varnish:i386                                - state of the art, high-performance web accelerator   
p   varnish-dbg                                 - debugging symbols for varnish                        
p   varnish-dbg:i386                            - debugging symbols for varnish                        
p   varnish-doc                                 - documentation for Varnish Cache
→ 패키지명은 varnish
root@zetawiki:~# aptitude show varnish
Package: varnish                         
State: not installed
Version: 3.0.5-2
Priority: optional
Section: universe/web
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Uncompressed Size: 1,287 k
Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libjemalloc1 (>= 2.1.1), libncurses5 (>=
         5.5-5~), libpcre3, libtinfo5, libvarnishapi1 (>= 3.0.0), init-system-helpers (>= 1.13~),
         adduser, gcc, libc6-dev | libc6.1-dev | libc-dev
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
 Varnish Cache is a state of the art web accelerator written with performance and flexibility in mind. 
 
 Varnish Cache stores web pages in memory so web servers don't have to create the same web page over
 and over again. Varnish serves pages much faster than any application server; giving the website a
 significant speed up. 
 
 Some of the features include: 
 * A modern design 
 * VCL - a very flexible configuration language 
 * Load balancing with health checking of backends 
 * Partial support for ESI - Edge Side Includes 
 * URL rewriting 
 * Graceful handling of "dead" backends
Homepage: http://varnish-cache.org/
→ varnish 3.0.5

3 같이 보기[ | ]

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