type
status
date
slug
summary
tags
category
icon
password
以Ubuntu 24.10版本为例,在不对系统进行升级的情况下继续使用该版本。
进行
sudo apt-get update 时出现错误。错误信息显示多个软件源的 Release 文件尚未生效。以及密钥验证不通过等各种问题。
解决方式
切换至旧的软件源。
在
/etc/apt/ 目录下,24.10版本的配置文件形式有所不同。进入到
/etc/apt/sources.list.d ,打开ubuntu.soures 文件进行编辑将其中的链接换为上面的软件源即可。
具体形式类似:
之后保存并执行
sudo apt-get update 即可。- Author:Grimner
- URL:https://grimnerwyk.com/article/Ubuntu2410
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!




