为什么我在尝试运行 sudo apt-get update 时收到此错误消息

为什么我在尝试运行 sudo apt-get update 时收到此错误消息

我想将 ubuntu 14.04 上的 python 版本 2.7 升级到 3.7 如果我运行 sudo apt-get update,将显示大量错误消息。我尝试了很多建议,但都没有用。有人能帮帮我吗?

以下是我收到的错误:

Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release  Unable to find expected entry 'restricted/source/Sources' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead

答案1

Ubuntu 14.04 已经终止服务...

另请注意,Python2 和 3 至少安装在 16.04 及更高版本上;

$ python --version
Python 2.7.12

$ python3 --version
Python 3.5.2

还值得注意的是,Ubuntu 支持软件的重要部分至少依赖于 Python 2.x - 因此,对于初学者来说,升级到 Python2 可能是一个可怕的任务。

某些软件最好仅在操作系统升级时/在操作系统升级时/与操作系统升级一起升级。

相关内容