Kubuntu 17.04 无法从 PPA 安装某些应用程序

Kubuntu 17.04 无法从 PPA 安装某些应用程序

我最近搬到了 Kubuntu,我遇到了这种情况,我无法从 PPA 安装任何东西

sudo add-apt-repository ppa:mc3man/mpv-tests
sudo apt-get update && sudo apt install mpv

PPA 已添加apt-get update,但应用程序无法安装

W: The repository 'http://ppa.launchpad.net/docky-core/stable/ubuntu zesty Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/docky-core/stable/ubuntu/dists/zesty/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

完整输出发布于此处粘贴 Ubuntu

在这种情况下也发生了同样的事情 如何在 Kubuntu 17.04 中安装 nautilus?

我知道默认存储库中有 MPVplayer 和 Nautilus,但 MPV 在 PPA 上有较新的版本,或者我可能完全错了,这应该发生在 Kubuntu 中,他们更喜欢默认存储库而不是 PPA,而 MPV PPA 曾经在 Ubuntu Gnome 17.04 中工作。我该如何解决这种情况?


奇怪的是,这个 PPA 起作用了

sudo add-apt-repository ppa:rvm/smplayer 
sudo apt-get update 
sudo apt-get install smplayer smplayer-themes smplayer-skins 

答案1

你的系统中有一个坏的(我不知道该怎么称呼它)PPA

W: The repository 'http://ppa.launchpad.net/docky-core/stable/ubuntu zesty Release' does not have a Release file.

您应该删除该 PPA,然后重试。

如果你提供你拥有的 PPA 列表,我可以帮助你

ls /etc/apt/sources.list.d/

相关内容