我收到 3 条消息:
E: the repository'http://archive.ubuntu.com/ubuntu kinetic Release' does not have a Release file
updating from such a repository can't be done securely and is therefore disabled by default
W: see apt-secure (8) manpage for repository creation and user configuration details
我是否在我的计算机上创建所需的存储库?如果我在我的计算机上创建所需的存储库,配置详细信息是什么?
答案1
检查你正在使用的 Ubuntu 23.04,代号为“Lunar Lobster”。我这么说是因为你提到了“Kinetic”,但这是Ubuntu 22.10从去年开始。
如果你仍在使用 22.10,则必须升级到 23.04第一的然后才到 23.10。
如果您没有运行 Kinetic,那么:
- 制作备份
/etc/apt/sources.list
- 在您喜欢的编辑器中,将所有提及更改
kinetic
为lunar
。 - 对所有文件执行相同操作
/etc/apt/sources.list.d/
- 重新启动,只是为了预防措施。
- 进行正常完整更新。
- 重启。
- 然后再次尝试升级。