我试图用文件化的命令更新我的ubuntu。
sudo apt-get update但每次失败并给出以下错误-
W: The repository 'http://ppa.launchpad.net/fossfreedom/byzanz/ubuntu yakkety 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/fossfreedom/byzanz/ubuntu/dists/yakkety/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.到目前为止,我尝试了在这个网站上给出的每一个解决方案,但没有一个有效。当我试图安装Byzanz软件来记录我的屏幕时,问题就开始了,我遵循了这个链接- 我怎样才能录下我的屏幕?中给出的步骤。
请告诉我如何解决这个问题。
发布于 2017-12-02 03:26:52
这种情况可能是由于连接问题或其他问题而发生的(例如,这个存储库没有发布文件,因为可能没有16.10版本构建)。但是,您可以通过以下方法删除此存储库:
sudo apt-add-repository --remove ppa:fossfreedom/byzanz这将使更新过程恢复正常,并从sources.list文件中删除条目。
https://askubuntu.com/questions/982322
复制相似问题