Debian 12에서 apt update 명령을 실행하면 다음과 같은 알림이 나타납니다:
N: Repository 'Debian bookworm' changed its 'non-free component' value from 'non-free' to 'non-free non-free-firmware'
다시 나타나지 않게 하려면 다음 설정으로 파일을 생성하세요:
nano /etc/apt/apt.conf.d/no-firmware.conf
APT::Get::Update::SourceListWarnings::NonFreeFirmware "false";
준비가 된.
릴리스 노트에서:
/etc/apt/sources.list
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
No Comments Yet