목차

, ,

apt.conf.d

Ubuntu의 /etc/apt/apt.conf.d/ 는 APT 설정 조각(fragment)을 숫자 순서대로 읽어 합치는 디렉터리다. 동일한 Ubuntu 계열이라도 설치된 패키지에 따라 파일 목록이 달라질 수 있다.

Summary

Order

설정이 실제로 어떻게 합쳐졌는지 보고 싶으면 apt-config dump 를 사용한다. 특정 파일 하나만 보고 판단하면 최종 동작을 놓칠 수 있다.

Common Files

파일 역할 소유 패키지
01-vendor-ubuntu Ubuntu vendor 기본값과 changelog 관련 네트워크 동작 apt
01autoremove kernel, firmware, metapackage 자동 제거 보호 규칙 apt
20apt-esm-hook.conf Ubuntu Pro / ESM 관련 캐시와 upgrade hook ubuntu-pro-client
20archive /var/cache/apt/archives 보관 기간과 크기 제한 update-notifier-common
20packagekit PackageKit에 cache 변경 신호 전송 packagekit
50appstream DEP-11 metadata 와 GUI icon index 다운로드 정의 appstream
70debconf 패키지 설치 전 debconf preconfigure 실행 debconf
99needrestart library update 뒤 재시작이 필요한 서비스 점검 needrestart
99update-notifier MOTD update 정보와 notifier stamp 갱신 update-notifier-common

Troubleshooting

See Also

History