APT (Advanced Packaging Tool) is a powerful package management system, on which the graphical programs Software Management are based. APT automatically handles dependencies and performs other operations on system packages to allow the installation of the desired packages.
APT를 실행하기 위해서는 관리자 권한이 필요합니다.
APT에서 자주 사용하는 명령:
패키지 설치:
sudo apt-get install 패키지 이름
패키지 제거:
sudo apt-get remove 패키지 이름
패키지 검색:
apt-cache search 키워드
패키지의 목록 갱신:
sudo apt-get update
업데이트를 설치하여 시스템을 업데이트:
sudo apt-get dist-upgrade
기타 명령어와 옵션을 보려면:
apt-get help
APT의 사용법에 대한 정보를 더 얻고자 하신다면 데비안 APT 사용자 설명서에서 자세한 내용이 있습니다.