使用apt-get update报错E Repository httpsecuritydebianorgdebian-security busterupdates InRelease changed its Suite value from stable to oldstableN This must be accepted explicitly before updates for this r
。
这个错误是因为仓库的版本信息发生了改变,需要用户明确接受新的仓库信息才能进行更新。
解决方法:
使用以下命令来接受新的仓库信息:
sudo apt-get update --allow-releaseinfo-change
然后再执行更新命令即可:
sudo apt-get update
如果还有其他类似的错误,也可以使用上述命令来解决。
原文地址: https://www.cveoy.top/t/topic/cRww 著作权归作者所有。请勿转载和采集!