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

잔글 (Jmnote 사용자가 APT 패키지 찾기 apt-cache search 문서를 APT 패키지 찾기 aptitude search 문서로 옮겼습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;APT 패키지 찾기
;APT 패키지 찾기
;apt-cache search
;aptitude search, apt-cache search
*최신 목록에서 찾으려면 [[apt-get update]] 수행
*최신 목록에서 찾으려면 [[apt-get update]] 수행



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

1 개요

APT 패키지 찾기
aptitude search, 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
→ 패키지명은 varnish
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 }}