相关疑难解决方法(0)

如果存储库/PPA 没有发布文件,我该怎么办?

更新时,我收到以下错误消息:

W: The repository 'http://ppa.launchpad.net/mc3man/trusty-media/ubuntu xenial Release' does not have a Release file.
Run Code Online (Sandbox Code Playgroud)

在这里,我找到了关于此错误的另一个声明:如何在使用 PPA 或更新我的软件包列表时修复 404 错误?

这建议删除某些 PPA;而且,我不确定我是否应该这样做,因为这可能意味着无法获得我需要的更新。

这是我应该做的吗?

updates package-management apt ppa

113
推荐指数
4
解决办法
35万
查看次数

apt 更新错误:存储库“http://us.archive.ubuntu.com/ubuntu saucy Release”没有发布文件

我在 Ubuntu 16.04 服务器上运行“sudo apt -y update”,但出现以下错误:

# apt -y update                    
Reading package lists... Done                                                                                                       
E: The repository 'http://us.archive.ubuntu.com/ubuntu saucy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu saucy-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled …
Run Code Online (Sandbox Code Playgroud)

upgrade updates apt official-repositories 16.04

7
推荐指数
1
解决办法
5万
查看次数

仿生默认存储库没有发布文件 - sudo apt-get update 不起作用

我遇到了 apt 问题:sudo apt-get update无法在我的 Ubuntu 18.04 桌面上成功完成。

首先,我想说明主题Xenial 存储库没有发布文件并没有解决我的问题,Ubuntu 存储库也没有发布文件或任何其他文件

我的发行版是全新安装的 Ubuntu 18.04.1 Bionic。

问题是,sudo apt-get update我收到以下错误消息:

E: The repository 'http://security.ubuntu.com/ubuntu bionic-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Run Code Online (Sandbox Code Playgroud)

我在我的 sources.list 的每个 REPOSITORY 上收到这些消息,这是 Ubuntu 18.04 的默认消息。

这是我的 /etc/apt/sources.list 文件的内容(我从 Ubuntu 官方文档 …

package-management apt ppa 18.04

7
推荐指数
0
解决办法
8859
查看次数

6
推荐指数
1
解决办法
2万
查看次数