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




No Comments Yet