有时候通过校园网对Ubuntu14.04进行更新时,会出现以下问题:

        W: Failed to fetch http://xxxxxxx Hash Sum mismatch

      解决方法:打开搜索 →  search: softwares & updates → Ubuntu Software → Download from , 选择中科院(ustc)的源,更换源之后,可以试试重新输入:

    sudo apt-get update 

  若问题依旧,输入:

    sudo gedit /etc/apt/sources.list

  将列表中包含ustc的项的对应http改成https,重新输入sudo apt-get update,问题解决!

 

reference:

[1] http://www.tuicool.com/articles/EjMJNz

[2] http://m.ithao123.cn/content-1417871.html

相关文章:

  • 2022-12-23
  • 2021-05-22
  • 2021-11-06
  • 2021-08-14
  • 2022-01-22
  • 2022-12-23
  • 2022-01-19
  • 2021-11-23
猜你喜欢
  • 2021-10-03
  • 2022-01-16
  • 2021-08-06
  • 2021-08-23
  • 2021-11-26
  • 2021-06-29
  • 2022-01-08
相关资源
相似解决方案