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

你可能感兴趣的:(Ubuntu apt-get install出错)