블로그 이미지
by 놀러와

NOTICE

CALENDAR

«   2024/06   »
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
  • 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



  1. 2017.09.19
    apt-get #데비안 계열 패키지 설치 제거에 필요한 명령어.
apt 1.5~rc1 (amd64)
Usage: apt-get [options] command
       apt-get [options] install|remove pkg1 [pkg2 ...]
       apt-get [options] source pkg1 [pkg2 ...]

apt-get is a command line interface for retrieval of packages
and information about them from authenticated sources and
for installation, upgrade and removal of packages together
with their dependencies.

Most used commands:
  update - 패키지 목록을 새로 가져옵니다
  upgrade - 업그레이드를 합니다
  install - 새 패키지를 설치합니다 (패키지는 libc6 식으로. libc6.deb 아님)
  remove - 패키지를 지웁니다
  purge - 패키지를 완전히 지웁니다
  autoremove - 사용하지 않는 패키지를 자동으로 전부 지웁니다
  dist-upgrade - 배포판 업그레이드, apt-get(8) 참고
  dselect-upgrade - dselect에서 선택한 걸 따릅니다
  build-dep - 소스 패키지의 빌드 의존성을 설정합니다
  clean - 내려받은 아카이브 파일들을 지웁니다
  autoclean - 과거에 내려받은 아카이브 파일들을 지웁니다
  check - 의존성이 망가지지 않았는지 확인합니다
  source - 소스 아카이브를 다운로드합니다
  download - Download the binary package into the current directory
  changelog - Download and display the changelog for the given package

See apt-get(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).
                    이 APT는 Super Cow Powers로 무장했습니다.


'linux-help' 카테고리의 다른 글

apt-cache #설치에 관한 정보 조회 및 표시  (0) 2017.09.23
git #  (0) 2017.09.23
dpkg #deb 패키지의 설치, 삭제, 정보 제공  (0) 2017.09.23
cat #텍스트 문서를 출력한다.  (0) 2017.09.23
chsh #쉘을 바꿔보자  (0) 2017.09.23
And