当我尝试进行任何更新时,收到以下错误消息:
E:Encountered a section with no Package: header,
E:Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_restricted_binary-i386_Packages,
E:The package lists or status file could not be parsed or opened.
答案1
首先打开终端(按 Ctrl+Alt+T 启动)删除合并列表并运行以下命令:
sudo rm /var/lib/apt/lists/* -vf
接下来,通过运行一个简单的更新来生成一个新的:
sudo apt-get update