为什么我无法更新 ubuntu?

为什么我无法更新 ubuntu?

即使使用更新和升级命令清理后,也无法更新 ubuntu,因此无法安装软件。当我尝试时,我收到错误

W: Failed to fetch ubuntuarchive.hnsdc.com/ubuntu/dists/precise-security/main/i18n/…  
   Unable to connect to ubuntuarchive.hnsdc.com:http:

答案1

我会尝试更改您尝试下载更新的 ubuntu 镜像。

打开软件源并在Ubuntu 软件标签更改下载自服务器到另一个。

然后尝试再次更新。

答案2

尝试这个:

sudo apt-get clean
sudo apt-get update
sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
sudo apt-get update -o Acquire::http::No-Cache=True
sudo apt-get clean

相关内容