我无法在我的电脑上添加或更新任何存储库。当我尝试使用sudo apt-get update更新时遇到以下错误
E: The repository 'http://ppa.launchpad.net/screenlets/ppa/ubuntu bionic 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.这个错误提到了屏幕存储库,但是当我尝试添加任何存储库时,我得到了相同的错误,我在添加屏幕存储库之前得到了相同的错误。
以下是使用新提取获取的规范:
操作系统:Ubuntu18.04.4 LTS x86_64内核:4.15.0-109-泛型
包裹: 1701
外壳: bash 4.4.20
E7200 (2) @ 2.306GHz
GPU: Intel 4系列芯片组
内存:1655 Memory/7848 Memory
实际上是卢本图18.04
这里的问题是,我不仅要添加存储库,而且还要更新现有的存储库。另外,从snap安装应用程序也不起作用,但这可能是另一回事。
发布于 2020-07-14 03:32:55
Screenlet没有为Ubuntu18.04提供版本,实际上它从16.10 (Yakkety)开始就没有更新过。
这将消除Screenlets,有效地彻底解决问题。
sudo add-apt-repository --remove ppa:screenlets/ppa
sudo apt update如果您想继续使用屏幕,一个快速的解决办法是使用16.04 (Xenial)源代码来安装Screenlet。
sudo sed -i 's/bionic/xenial/g' /etc/apt/sources.list.d/screenlets-ubuntu-ppa-bionic.list
sudo apt update不会产生错误,您现在可以安装从屏幕ppa提供的软件包。
上做这件事。
另外,您可能需要参考这个不错的教程,它深入解释了如何在Ubuntu18.04(和20.04 !)上成功地安装Screenlet。
https://askubuntu.com/questions/1258864
复制相似问题