블로그 이미지
by 놀러와

NOTICE

CALENDAR

«   2024/07   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
  • Total :
  • Today :  | Yesterday :

CATEGORY

분류 전체보기 (18)
linux-ubuntu (5)
linux-kali (5)
linux-help (6)
today nothing (1)
wordpress (0)

RECENT ARTICLE

RECENT COMMENT

RECENT TRACKBACK

ARCHIVE

LINK



apt 1.2.24 (amd64)
Usage: apt-cache [options] command

apt-cache [options] show pkg1 [pkg2 ...]

apt-cache queries and displays available information about installed
and installable packages. It works exclusively on the data acquired
into the local cache via the 'update' command of e.g. apt-get. The
displayed information may therefore be outdated if the last update was
too long ago, but in exchange apt-cache works independently of the
availability of the configured sources (e.g. offline).

Most used commands:
showsrc - 소스 기록을 봅니다
search - 정규식 패턴에 맞는 패키지 목록을 찾습니다
depends - 패키지에 대해 의존성 정보를 그대로 봅니다
rdepends - 패키지의 역 의존성 정보를 봅니다
show - 패키지에 대해 읽을 수 있는 기록을 봅니다
pkgnames - 시스템에 들어 있는 패키지의 이름을 모두 봅니다
policy - 정책 설정을 봅니다

See apt-cache(8) for more information about the available commands.
Configuration options and syntax is detailed in apt.conf(5).
Information about how to configure sources can be found in sources.list(5).
Package and version choices can be expressed via apt_preferences(5).
Security details are available in apt-secure(8).

And