os/Ubuntu
Ubuntu 50unattended-upgrades.ucf-dist Error
C/H
2017. 5. 19. 08:30
- N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension
- explanation of the origin and purpose of .ucf-dist files.
패키지 업데이트할 때 새버전 구성파일이 포함되어 있고 패키지 관리자는 이를 이전 버전 구성파일에 덮어쓰기 않고 ufc(1)을 호출한다.
- overwrite the old file (N or O) or
- retain the old file (Y or I).
결론은 삭제...
sudo rm /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist
반응형