Repository changed its ‘Suite‘ value from ‘stable‘ to ‘oldstable‘

起因

一个初始的vps,然后安装软件的时候发现报错
curl: command not found
本来以为只是一个简单的安装过程,自然的执行
apt-get update
结果报错

Repository changed its ‘Suite‘ value from ‘stable‘ to ‘oldstable‘
……

解决

sudo apt-get update --allow-releaseinfo-change
然后sudo apt-get update|upgrade
之后apt-get install curl即可

posted @ 2023-11-09 11:31  waterplz  阅读(57)  评论(0)    收藏  举报