关于debian老系统安装软件失败的问题
最近在安装debian 10.4时发现以前配置的apt镜像源没发用了,全是404。
因为,国内的镜像源厂家例如阿里、163等也不再直接支持了。但是可以使用它们归档的镜像源安装试试。
/etc/apt/source.list的配置如下:
deb http://mirrors.aliyun.com/debian-archive/debian/ buster main non-free contrib
deb http://mirrors.aliyun.com/debian-archive/debian-security buster/updates main
deb http://mirrors.aliyun.com/debian-archive/debian/ buster-updates main non-free contrib
说明:上面是debian10.x的配置,更早的版本9.x也可以参考这种写法试试。
另外一种方式,就是直接升级操作系统到新版本试试例如debian12、11
参考文档:https://blog.csdn.net/yy_xzz/article/details/150849439