错误的PPA安装程序,导致更新软件源时出现以下问题:
Err:8 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
E: The repository ‘http://ppa.launchpad.net/jonathonf/python-3.6/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.
解决办法:
进入/etc/apt/sources.list.d/,发现更新时发生错误的源,删去即可。
lin@Dev:/etc/apt$ cd /etc/apt/sources.list.d/
lin@Dev:/etc/apt/sources.list.d$ ls
jonathonf-ubuntu-python-3_6-bionic.list sogoupinyin.list sogoupinyin.list.save
lin@Dev:/etc/apt/sources.list.d$ rm jonathonf-ubuntu-python-3_6-bionic.list
之后重新更新即可
sudo apt-get update
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
文章由极客之音整理,本文链接:https://www.bmabk.com/index.php/post/117060.html