apt-get update 软件库更新速度慢解决

一般网上的教程会让大家更新软件源,换国内的镜像,具体图文教程网上有很多,可以自行查找。

简单来讲是下面的几个步骤

  1. 系统设置>软件和更新>下载自>其他站点>选择最佳服务器
  2. 这时候点关闭>重新载入
    有的人会发现更新速度还是非常慢。
    并显示:下载仓库信息失败
    详情是这样的
W:GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1397BC53640DB551, W:There is no public key available for the following key IDs:
1397BC53640DB551, W:Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/main/binary-i386/Packages  404  Not Found [IP: 203.208.39.193 80]
, W:Failed to fetch http://www.stats.bris.ac.uk/R//bin/linux/ubuntu/trusty/Sources  503  Service Unavailable
, W:Failed to fetch http://www.stats.bris.ac.uk/R//bin/linux/ubuntu/trusty/Packages  503  Service Unavailable
, E:Some index files failed to download. They have been ignored, or old ones used instead.

可以看到具体的错误是因为有三个网站无法获取导致超时

这时再打开 软件和更新 ,选择 其他软件 把上面出现的那几个网站 取消勾选,点击 关闭-重新载入
现在更新非常快,基本20-30s就更新完毕了。

以上只是我自己碰到的某一个问题,软件库更新失败还有许多其他原因,根据错误详情具体问题具体分析。

你可能感兴趣的:(apt-get update 软件库更新速度慢解决)