音乐播放器再见

音乐播放器再见

我在 ubuntu 20.04 lts 中安装了 sayon​​ara,它显示如下

Ign:7 http://ppa.launchpad.net/lucioc/sayonara/ubuntu focal InRelease
Err:8 http://ppa.launchpad.net/lucioc/sayonara/ubuntu focal Release
  404  Not Found [IP: 2001:67c:1560:8008::15 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/lucioc/sayonara/ubuntu focal 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.

我该怎么办?我是 Ubuntu 新手

答案1

目前,Ubuntu 20.04 的 Debian 软件包无法通过存储库获得。您可以使用 snap 安装 sayon​​ara。打开终端并执行以下命令通过 snap 安装它。

sudo snap install sayonara 

答案2

开发人员在某个时间开发了该软件,当时还没有 Ubuntu 20.04。每次发布新版本后,开发人员都必须更新其软件以适应新发布的 Ubuntu 20.04 lts。如果他未能做到这一点,就会出现向您显示的错误。

通常,您无法在未受支持的版本上安装该应用程序。该应用程序就是不受支持。除非开发人员为您的 Ubuntu 版本发布更新,否则您实际上什么也做不了。

但是你的 Ubuntu 版本有一个测试版。看看这里。

要安装,请输入以下内容

sudo add-apt-repository -r ppa:lucioc/sayonara
sudo add-apt-repository ppa:lucioc/sayonara-experimental 
sudo apt-get update
sudo apt install sayonara

相关内容