美文网首页
Ubuntu- Reading package lists...

Ubuntu- Reading package lists...

作者: theagao | 来源:发表于2018-09-07 19:00 被阅读0次

    Reading package lists... Error!

    E: Encountered a section with no Package: header

    E: Problem with MergeList /var/lib/apt/lists/AZ.archive.ubuntu.com_ubuntu_dists_natty_main_i18n _Translation-en

    E: The package lists or status file could not be parsed or opened.

    遇到该问题一般是Ubuntu安装源的问题,需要输入以下2个命令:

    1sudo rm /var/lib/apt/lists/* -vf

    2sudo apt-get update

    具体解决:

    run these two commands and it should get you fixed up.

    Code:

    sudo rm /var/lib/apt/lists/* -vf

    The first command will remove the damaged list and when you run the second command it will replace it with a new list.

    Code:

    sudo apt-get update

    相关文章

      网友评论

          本文标题:Ubuntu- Reading package lists...

          本文链接:https://www.haomeiwen.com/subject/tdqhgftx.html