• [^] # Re: Ironie

    Posté par . En réponse au journal Merci Debian ! Des heures de perdues en installant une nouvelle carte graphique !. Évalué à 7.

    Il me semble que apt notifie aussi si le repos n'est pas configuré...

    Voir chapitre suivant qui indique comment désactiver ce warning :

    5.1.1. Non-free firmware moved to its own component in the archive

    As described in Section 2.2, "Archive areas", non-free firmware packages are now served from a dedicated archive component, called non-free-firmware. To ensure installed non-free firmware packages receive proper upgrades, changes to the APT configuration are required. Assuming the non-free component was only added to the APT sources-list to install firmware, the updated APT source-list entry could look like:

    deb https://deb.debian.org/debian bookworm main non-free-firmware

    If you were pointed to this chapter by apt you can prevent it from continuously notifying you about this change by creating an apt.conf(5) file named /etc/apt/apt.conf.d/no-bookworm-firmware.conf with the following content:

    APT::Get::Update::SourceListWarnings::NonFreeFirmware "false";