我跑了:
sudo apt-get update
sudo apt-get upgrade
在我的终端上。此后,“muon 更新管理器”和“muon 软件中心”都不起作用,运行时,它们都给出错误:
初始化错误
The Package system could not be initialized, your configuration may be broken.
细节
Encountered a section with no package: header
我尝试重启电脑、更新、升级几次,但都没有用。然后我尝试:
sudo apt-get dist-upgrade
在终端上收到一组以下错误:
正在读取包裹列表...错误!
**E:** Encountered a section with no Package: header
**E:** Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_main_i18n_Translation-en
**E:** The package lists or status file could not be parsed or opened.
然后我尝试:
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt-get update
sudo apt-get install muon --reinstall
但第 2 行和第 4 行出现了上述同样的错误
有人知道我为什么会遇到这些问题或者我做错了什么吗?
答案1
打开终端并输入:
sudo rm /var/lib/apt/lists/* -vf
那么不要sudo apt-get update
通过 muon 更新,否则您可能会再次遇到同样的问题。
彻底解决了我的问题。