os:debian:apt
DEBIAN APT Management
APT
파일관리
/bin/ls 파일이 어떤 패키지명에 속하는지 알 수 있다.
dpkg -S 명령을 이용하여 coreutils 패키지에 속한다는 것을 알 수 있다.
dragon:/etc/apache2# dpkg -S /bin/ls
coreutils: /bin/ls
설치된 패키지에 어떤 파일들이 존재하는지 확인할 수 있다.
dpkg -L 명령을 이용하여 coreutils 패키지에 속한 파일들을 알아본다.
dragon:/etc/apache2# dpkg -L coreutils
/.
/bin
/bin/cat
/bin/chgrp
/bin/chmod
/bin/chown
/bin/cp
...
...
/usr/share/locale/zh_TW/LC_TIME/coreutils.mo
/usr/bin/touch
/usr/bin/md5sum.textutils
os/debian/apt.txt · 마지막으로 수정됨: 2012/04/13 10:51 저자 starlits