명령어 설명 apt-get update 패키지 목록을 업데이트 apt-get dist-update 설치된 패키지들을 업그레이드 apt-cache search --names-only [PKG_NAME] [PKG_NAME]로 시작하는 패키지 검색 apt-get install [PKG_NAME] [PKG_NAME] 패키지를 설치 apt-get install --reinstall [PKG_NAME] [PKG_NAME] 패키지를 다시 설치(복구) apt-get remove [PKG_NAME] [PKG_NAME]를 제거, 설정 파일 유지 apt-get remove -- purge [PKG_NAME] [PKG_NAME]과 설정 파일을 모두 제거 apt-get source [PKG_NAME] [PKG_NAME]의 소스..