사용자 도구

사이트 도구


os:debian:manage-system:dselect

문서의 이전 판입니다!


패키지관리

dselect

  1. dselect 는 터미널에서 패키지 관리를 쉽게 할 수 있는 사용자 인터페이스를 제공한다.
     
    ~$dselect
    Debian `dselect' package handling frontend version 1.13.25 (i386).
    
     * 0. [A]ccess    Choose the access method to use.
       1. [U]pdate    Update list of available packages, if possible.
       2. [S]elect    Request which packages you want on your system.
       3. [I]nstall   Install and upgrade wanted packages.
       4. [C]onfig    Configure any packages that are unconfigured.
       5. [R]emove    Remove unwanted software.
       6. [Q]uit      Quit dselect.
  2. 관리자는 dselect 다음과 같은 작업을 할 수 있다.
    1. 패키지의 현재 버젼과 업그레이드 할 버젼정보를 보여준다.
    2. 설치 패키지와 설치 할 수 있는 패키지 정보를 보여준다.
    3. 패키지 설치를 선택하였을때 의존성(dependencies)있는 패키지 정보도 보여준다.
    4. 업그레이드 되거나 새로운 패키지를 설치한다.

apt

  1. apt는 명령어를 이용하는 기본적인 패키지 관리 방법이다.
  2. 처음에는 조금 어렵지만, apt을 이용하여 관리하는 방법을 숙지하는 것이 좋다.
  3. update 하는 방법
    # apt-get update
  4. install 하는 방법
    # apt-get install <package명>
  5. upgrade 하는 방법
    # apt-get dselect-upgrade -f fix-missing upgrade

aptitude

패키지 자동업데이트 알림

  1. X-Window 에서 새로운 업데이트가 생기면 알려주는 데몬을 설치하는 방법이다.
    # apt-get install notification-daemon update-manager synaptic
os/debian/manage-system/dselect.1262636313.txt.gz · 마지막으로 수정됨: 2010/01/05 05:18 저자 starlits