首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何更新我的Lubuntu软件?

如何更新我的Lubuntu软件?
EN

Ask Ubuntu用户
提问于 2020-07-17 10:31:52
回答 1查看 3.1K关注 0票数 0

我有一台旧笔记本电脑,很久以前我就把它安装在上面了。我需要那台pc来编译Kivy应用程序,但我甚至无法安装Python3.6,因为sudo apt-get update提供了以下输出:

代码语言:javascript
复制
E: The repository 'http://security.ubuntu.com/ubuntu disco-security Release' no longer has 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.
E: Nie udało się pobrać http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu/dists/disco/InRelease  403  Forbidden [IP: 91.189.95.83 80]
E: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu disco InRelease' is not signed.
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.
E: The repository 'http://ppa.launchpad.net/deadsnakes/ppa/ubuntu disco 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.
E: The repository 'http://archive.ubuntu.com/ubuntu disco Release' no longer has 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.
E: The repository 'http://archive.ubuntu.com/ubuntu disco-updates Release' no longer has 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.
E: The repository 'http://ppa.launchpad.net/richardgv/compton/ubuntu disco 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.
E: The repository 'http://archive.ubuntu.com/ubuntu disco-backports Release' no longer has 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.
E: The repository 'http://ppa.launchpad.net/webupd8team/atom/ubuntu disco 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.

因此,正如标题中所述:我是否有任何方法来更新我的系统,以便我可以使用它的所有功能?

哦,我还想补充一点,如果涉及到Linux相关的事情,我是个大菜鸟:/

EN

回答 1

Ask Ubuntu用户

发布于 2020-07-17 10:57:52

我建议您更新存储库,打开终端并运行:

nano /etc/apt/sources.list

用新存储库替换旧存储库,保存文件。然后跑:

代码语言:javascript
复制
sudo apt-get update
sudo apt-get install python3
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1259816

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档