From de4e62c662752ab555482a4cfd07b4901273ecb3 Mon Sep 17 00:00:00 2001 From: jlecour Date: Thu, 7 Jul 2022 11:05:34 +0200 Subject: [PATCH] =?UTF-8?q?pr=C3=A9cision=20pour=20APT=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoDebian/Packages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoDebian/Packages.md b/HowtoDebian/Packages.md index 1c57e8d8..ba04a1ba 100644 --- a/HowtoDebian/Packages.md +++ b/HowtoDebian/Packages.md @@ -460,4 +460,10 @@ On peut alors jouer cette commande pour accepter un changement d'information : ~~~ # apt update --allow-releaseinfo-change +~~~ + +De manière plus ciblée, on peut utiliser cette commande pour accepter un changement de nom de code uniquement : + +~~~ +# apt update -o Acquire::AllowReleaseInfoChange::Codename=true ~~~ \ No newline at end of file