Debian: changed its 'Suite' value from 'stable' to 'oldstable'?

如果你Debian系統update時出現:

E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
N: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.1' to '10.10'
E: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

怎麼辦?

輸入以下命令,然后重新update就可以了:

apt-get update --allow-releaseinfo-change

  • 2 位其他用戶發現這很有用
這篇文章有幫助嗎?

相關文章

如何做MTR雙向測試

雙向MTR測速: 去程(從你本地電腦到VPS): 如果你是Windows電腦的話,請你下載 WinMTR:...

如何做IPERF雙向測試

雙向IPERF測速:   準備材料: Windows 用戶請到 https://iperf.fr/iperf-download.php 下載Windows最新版...

如何在 CentOS 8 重啟網卡

方法 1 – 用 NetworkManager 使用以下命令在 CentOS/RHEL 8 Linux 系統上啟動/停止網絡服務。 sudo systemctl start...

CentOS 8 開啟 BBR 加速方法

CentOS 8 內核支持直接開啟BBR,只需輸入以下命令即可: echo "net.core.default_qdisc = fq" >>...

如何為 Grafana 添加 SSL

預先準備:已經完成安裝 Grafana,並且可以使用默認HTTP端口 3000 來登錄網頁。詳情安裝教程請看官方教程   為 Grafana 安裝 SSL 並且去掉後面的 3000 端口號...