블로그 이미지
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.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

http://zim-wiki.org/index.html


설치방법 : sudo apt-get istall zim


리눅스및 윈도우용 제공

txt 텍스트 파일로 개별저장 OS간 완벽한 호환

이런 타입으로 더 좋은거 있으면 소개 부탁 --> 누구한테 부탁하는 거냐 지금


  • 메모 보관
  • 작업목록 구성
  • 블로그 항목및 이메일
  • 회의및 강의증 메모가능
  • 브레인스토밍









'linux-ubuntu > packgage ' 카테고리의 다른 글

우분투 크롬 설치 삭제 방법  (0) 2017.09.20
And

sudo apt-get update

sudo apt-get upgrade


sudo apt-install .....

sudo apt-install .....

sudo apt-install intel ....

sudo apt-install nvidia ....


첨부터 다시

sudo apt-get update

sudo apt-get upgrade

.....

....

....


커널 업 해볼까..  ㅋㅋ 커널도 안다. 미친..


And