问题描述

一台很老的Debian使用apt-get update的时候,出现一下报错

Get:1 http://mirrors.163.com/debian buster InRelease [122 kB]

Get:2 http://mirrors.163.com/debian buster-updates InRelease [56.6 kB]

Get:3 http://security.debian.org/debian-security buster/updates InRelease [34.8 kB]

Reading package lists… Done

N: Repository ‘http://mirrors.163.com/debian buster InRelease’ changed its ‘Version’ value from ‘10.7’ to ‘10.13’

E: Repository ‘http://mirrors.163.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.163.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://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.

175-1.png

解决方法

1、使用一下命令:apt-get update –allow-releaseinfo-change (如果不是root账号请使用以下命令: sudo apt-get update –allow-releaseinfo-change,还有报错请重复执行直到没有报错)

175-2.png

175-3.png

2、再使用以下命令:apt-get upgrade (如果不是root账号请使用以下命令:sudo apt-get upgrade

175-4.png

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。