安装过程出错

首先出现问题
sudo apt-get update
Reading package lists… Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/cn.archive.ubuntu.com_ubuntu_dists_natty_main_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.

解决方法
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update  //更新原注册信息

 

最后重新安装即可

相关文章:

  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-12-20
相关资源
相似解决方案