以下是输出apt update
:
$ sudo apt update
[sudo] password for dmdkb5:
Err:1 http://in.archive.ubuntu.com/ubuntu focal InRelease
Temporary failure resolving 'in.archive.ubuntu.com'
Err:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Temporary failure resolving 'security.ubuntu.com'
Err:3 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease
Temporary failure resolving 'in.archive.ubuntu.com'
Err:4 http://in.archive.ubuntu.com/ubuntu focal-backports InRelease
Temporary failure resolving 'in.archive.ubuntu.com'
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/focal/InRelease Temporary failure resolving 'in.archive.ubuntu.com'
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Temporary failure resolving 'in.archive.ubuntu.com'
W: Failed to fetch http://in.archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Temporary failure resolving 'in.archive.ubuntu.com'
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/focal-security/InRelease Temporary failure resolving 'security.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
如输出所示,我使用的是 Ubuntu 20.04 LTS。
答案1
正如命令输出apt update
所示,系统无法找到软件服务器。如果您的互联网可以正常工作,那么问题可能出在服务器上,或与这些服务器的连接上。
要么等一会儿,看看问题是否得到解决。或者,你可以至少暂时尝试不同的服务器。你可以在“软件和更新”工具中的“Ubuntu 软件”选项卡上切换服务器。
答案2
正如 Vanadium 所提到的,
正如命令输出
apt update
所示,系统无法找到软件服务器。如果您的互联网可以正常工作,那么问题可能出在服务器上,或与这些服务器的连接上。
正如我在我的这解答,您可以按照下面的步骤来更改镜像服务器。
首先,从应用程序启动器打开“软件和更新”应用程序或直接software-properties-gtk
在终端中运行。
打开应用程序后,您将看到 6 个选项卡,每个选项卡中都有一些选项:
转到“Ubuntu 软件”选项卡。(第一个)
然后你会看到一堆选项。那里会有一个下拉菜单,上面写着“从哪里下载”,点击它。
它看起来会像这样:
从那里,您可以选择“主服务器”或您喜欢的服务器。如果您想选择某个国家/地区的服务器,则可以转到“其他...”选项卡,然后从那里选择首选服务器。
您也可以点击“选择最佳服务器”来获得最佳下载速度。
如果您想了解有关镜像/下载服务器的更多信息,请参阅什么是下载服务器。