其他分享
首页 > 其他分享> > 成功解决: 腾讯云Debian系统 apt-get update 报错

成功解决: 腾讯云Debian系统 apt-get update 报错

作者:互联网

报错信息如下

root@VM-8-16-debian:~# apt-get update
Get:1 http://mirrors.tencentyun.com/debian buster InRelease [122 kB]
Get:2 http://mirrors.tencentyun.com/debian buster-updates InRelease [51.9 kB]
Get:3 http://mirrors.tencentyun.com/debian-security buster/updates InRelease [65.4 kB]
Reading package lists... Done       
N: Repository 'http://mirrors.tencentyun.com/debian buster InRelease' changed its 'Version' value from '10.6' to '10.11'
E: Repository 'http://mirrors.tencentyun.com/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://mirrors.tencentyun.com/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.
E: Repository 'http://mirrors.tencentyun.com/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.

解决办法

apt update -y

标签:http,InRelease,mirrors,get,apt,报错,updates,debian,buster
来源: https://blog.csdn.net/y1534414425/article/details/121991118