Ubuntu apt-get install出错

在使用sudo apt-get install dconf-tools出现以下错误:
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.

可以使用以下命令解决:
sudo rm -vf /var/lib/apt/lists/*
sudo apt-get update

源于这个bug:https://bugs.launchpad.net/ubuntu/+source/apt/+bug/346386

参考:http://askubuntu.com/questions/30072/how-do-i-fix-a-problem-with-mergelist-or-status-file-could-not-be-parsed-err

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容