Image

知识库 → 在 Debian 12 中禁用 apt 更新通知

[虚拟服务器]
出版日期: 05.10.2023

在 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




暂时没有评论