运行更新管理器时,出现以下消息
E: Encountered a section with no package
E: Problem with MergeList/var/lib/apt/lists/oem.archive.canonical.com_updates_dists_precise-oem-sp1_public_i18n_Translation-en
The package list could not be opened or parsed.
Installed packages have unmet dependencies.
软件中心一启动就会崩溃。
答案1
按Ctrl++打开终端并逐个输入以下命令:AltT
sudo dpkg --configure -a
sudo aptitude update
sudo aptitude upgrade
如果这不能解决您的问题,请使用以下命令:
sudo rm -rvf /var/lib/apt/lists/*
sudo apt-get update
答案2
在你的终端
sudo rm -rf /var/lib/apt/lists/oem.archive.canonical.com_updates_dists_precise-oem-sp1_public_i18n_Translation-en
sudo apt-get update
依赖关系问题
sudo apt-get install -f