Apt-get/Apt-cache: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == apt-get 명령어 내용 정리 == Main options == === update === 패키지 목록 내용들을 업데이트 한다. 기존에 설치된 패키지들을 업그...") |
m (Pchero moved page Apt-get to Apt-get/Apt-cache without leaving a redirect) |
(No difference)
|
Revision as of 23:11, 4 April 2016
Overview
apt-get 명령어 내용 정리
Main options
update
패키지 목록 내용들을 업데이트 한다. 기존에 설치된 패키지들을 업그레이드하는 것이 아닌 목록만을 업데이트하게 된다.
Options
-f, --fix-broken
망가진 의존성을 바로 잡는다. install/remove 옵션과 함께 사용시에는 모든 문제가 발생하는 패키지들의 의존성을 바로 잡게되며, 만약 특정 패키지를 지정하는 경우에는 지정한 패키지만의 의존성을 바로 잡게 된다.