사용자 도구

사이트 도구


os:debian:manage-system

문서의 이전 판입니다!


시스템관리

패키지관리

  • 아래는 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.
  • dselect 를 이용하지 않고, apt를 이용하는 방법을 알아보자.
  1. update 하는 방법
    # apt-get update
  2. install 하는 방법
    # apt-get install <package명>
  3. upgrade 하는 방법
    # apt-get dselect-upgrade -f fix-missing upgrade

패키지 자동업데이트 알림

X-Window 에서 새로운 업데이트가 생기면 알려주는 데몬을 설치하는 방법이다.

# apt-get install notification-daemon update-manager synaptic
os/debian/manage-system.1180995931.txt.gz · 마지막으로 수정됨: 2007/06/05 07:25 저자 mattabu