apt-get 명령어 썸네일형 리스트형 [draft] apt-get 명령어 apt-get 명령어apt-get은 Ubuntu와 Debian 기반 시스템에서 사용되는 명령어로 패키지 관리를 위해 사용됩니다. 패키지 설치sudo apt-get install package_name패키지 업그레이드sudo apt-get upgrade시스템 전체 업그레이드sudo apt-get dist-upgrade패키지 제거sudo apt-get remove package_name패키지 검색apt-cache search search_term패키지 정보 확인apt-cache show package_name패키지 목록 업데이트sudo apt-get update종속성 문제 해결sudo apt-get install -f사용하지 않는 패키지 정리sudo apt-get autoremove패키지 소스 추가sudo .. 더보기 이전 1 다음