Ubuntu 软件更新问题

Ubuntu 软件更新问题
W:Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/precise-updates/multiverse/i18n/Index  
E:Some index files failed to download. They have been ignored, or old ones used instead.

答案1

在终端上尝试这些命令,

sudo rm -Rf /var/lib/apt/lists/*
sudo apt-get update

相关内容