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

6번째 줄: 6번째 줄:
==실행예시==
==실행예시==
<source lang='cli'>
<source lang='cli'>
root@jmnote02:~# apt-cache search varnish
root@zetawiki:~# aptitude search varnish
libvarnishapi-dev - development files for Varnish
v  libvarnish-dev                              -                                                     
libvarnishapi1 - shared libraries for Varnish
v  libvarnish-dev:i386                        -                                                     
varnish - state of the art, high-performance web accelerator
v  libvarnish1                                -                                                     
varnish-dbg - debugging symbols for varnish
v  libvarnish1:i386                            -                                                     
varnish-doc - documentation for Varnish Cache
libvarnishapi-dev                           - development files for Varnish                      
p  libvarnishapi-dev:i386                      - development files for Varnish                       
libvarnishapi1                             - shared libraries for Varnish                        
p  libvarnishapi1:i386                        - shared libraries for Varnish                       
p  varnish                                    - state of the art, high-performance web accelerator 
varnish:i386                                - state of the art, high-performance web accelerator  
p  varnish-dbg                                - debugging symbols for varnish                       
varnish-dbg:i386                            - debugging symbols for varnish                      
varnish-doc                                 - documentation for Varnish Cache
</source>
</source>
:→ 패키지명은 varnish
:→ 패키지명은 varnish
<source lang='cli'>
<source lang='cli'>
root@jmnote02:~# aptitude show varnish
root@zetawiki:~# aptitude show varnish
Package: varnish                         
Package: varnish                         
State: not installed
State: not installed
Version: 3.0.2-1ubuntu0.1
Version: 3.0.5-2
Priority: 옵션
Priority: optional
Section: universe/web
Section: universe/web
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Architecture: amd64
Architecture: amd64
Uncompressed Size: 1,288 k
Uncompressed Size: 1,287 k
Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614-1), libncurses5 (>= 5.5-5~), libpcre3 (>=
Depends: libc6 (>= 2.14), libedit2 (>= 2.11-20080614), libjemalloc1 (>= 2.1.1), libncurses5 (>=
        8.10), libtinfo5, libvarnishapi1 (>= 3.0.0), gcc (>= 3.3), libc6-dev | libc6.1-dev |
        5.5-5~), libpcre3, libtinfo5, libvarnishapi1 (>= 3.0.0), init-system-helpers (>= 1.13~),
        libc-dev, adduser
        adduser, gcc, libc6-dev | libc6.1-dev | libc-dev
Suggests: varnish-doc
Suggests: varnish-doc
Conflicts: varnish
Conflicts: varnish
Replaces: libvarnishapi1 (< 3.0.0-5), libvarnishapi1 (< 3.0.0-5)
Replaces: libvarnishapi1 (< 3.0.0-5), libvarnishapi1 (< 3.0.0-5)
Description: state of the art, high-performance web accelerator
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/
Homepage: http://varnish-cache.org/
</source>
</source>
:→ varnish 3.0.2
:→ varnish 3.0.5


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

2016년 1월 2일 (토) 21:15 판

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 }}