Ubuntu 20.04 连接超时

Ubuntu 20.04 连接超时

我尝试应用“sudo apt-get update”命令。但是当我运行该命令时,我得到了如下输出;

berke@berke-ABRA-A5-V15-8:~$ sudo apt-get update
Hit:1 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu focal InRelease
Ign:2 http://dl.google.com/linux/earth/deb stable InRelease                                                                 
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease                                                           
Hit:4 https://download.docker.com/linux/ubuntu focal InRelease                                                              
Hit:5 http://ppa.launchpad.net/tsbarnes/indicator-keylock/ubuntu focal InRelease                                            
Hit:6 http://dl.google.com/linux/earth/deb stable Release                                                                   
Hit:8 http://archive.ubuntu.com/ubuntu focal InRelease                                                                      
Hit:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease                                                              
Hit:10 http://archive.ubuntu.com/ubuntu focal-security InRelease                                              
Hit:11 http://archive.canonical.com/ubuntu bionic InRelease                                          
Err:12 http://tr.archive.ubuntu.com/ubuntu bionic-updates InRelease            
Could not connect to tr.archive.ubuntu.com:80 (193.140.98.183), connection timed out
Reading package lists... Done                            
W: Failed to fetch http://tr.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease  Could not connect to tr.archive.ubuntu.com:80 (193.140.98.183), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.


完成此步骤后,我还尝试将服务器更改为“主服务器”。但是,这并没有解决超时错误。Ubuntu 20.04 Focal Fossa 中此超时错误的解决方案是什么?

答案1

对于我来说,该服务器似乎也瘫痪了,因此,更改您的设置以使用其他服务器(我认为您已经这样做了)可能会解决该问题。

如果您还没有这样做,请尝试sudo apt-get update将服务器更改为“主服务器”后再进入。它是否仍尝试连接到同一台无响应的服务器?

相关内容