os:debian:manage-system:dselect
문서의 이전 판입니다!
패키지관리
dselect
- 아래는 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.
apt
- dselect 를 이용하지 않고, apt를 이용하는 방법을 알아보자.
- update 하는 방법
# apt-get update
- install 하는 방법
# apt-get install <package명>
- upgrade 하는 방법
# apt-get dselect-upgrade -f fix-missing upgrade
패키지 자동업데이트 알림
X-Window 에서 새로운 업데이트가 생기면 알려주는 데몬을 설치하는 방법이다.
# apt-get install notification-daemon update-manager synaptic
os/debian/manage-system/dselect.1181642031.txt.gz · 마지막으로 수정됨: 저자 starlits
