在Ubuntu 10.04使用sudo apt-get update  出现来这个错误。

主要原因是默认的缓存不够,需要手动设置apt.conf 文件,需要设置的大一点 (如64mb)。

解决方法:

sudo gedit  /etc/apt/apt.conf

加入如下内容 :

APT

{

    Cache-Limit  67108864;

};

保存 退出 ,再次运行sudo apt-get update

 

 


相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-07-04
  • 2021-12-19
  • 2021-09-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
相关资源
相似解决方案