1 개요[ | ]
- APT 패키지 찾기
- aptitude search, apt-cache search
- 최신 목록에서 찾으려면 apt-get update 수행
2 실행예시[ | ]
Console
Copy
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
Console
Copy
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 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.