当我尝试打开软件中心时,它在打开后 5 秒内关闭。我也无法使用终端安装或卸载任何软件。当我尝试卸载软件中心时,显示以下内容:
正在读取包裹列表...错误!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Translation-en%5fIN
E: The package lists or status file could not be parsed or opened.
请帮我解决这个问题。
答案1
尝试这个:
sudo rm -f /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_*
然后
sudo apt-get update
这应该可以解决你的问题
答案2
打开终端并输入:
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get clean all
sudo apt-get update
希望这能解决您的问题: