我试图为LibreOffice安装一个希伯来拼写检查器。我下载了一个名为myspell-he_1.1-1_all.deb的包,并试图通过软件中心安装它。安装失败,我既不能完成安装,也不能删除它。从那时起,每当我运行Update时,都会收到一条错误消息:
The package system is broken. 详情如下:
The following packages have unmet dependencies:
dictionaries-common:当我试图运行软件中心时,我会看到一个弹出窗口:
Items cannot be installed or removed until the package catalog is repaired.建议一种维修方案。如果我单击它,就会出现以下问题:
installArchives() failed: dpkg: dependency problems prevent configuration of myspell-he:
dictionaries-common (1.12.1ubuntu2) breaks myspell-he (<= 1.1-1) and is installed.
Version of myspell-he to be configured is 1.1-1.
dpkg: error processing myspell-he (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
myspell-he
Error in function:
dpkg: dependency problems prevent configuration of myspell-he:
dictionaries-common (1.12.1ubuntu2) breaks myspell-he (<= 1.1-1) and is installed.
Version of myspell-he to be configured is 1.1-1.
dpkg: error processing myspell-he (--configure):
dependency problems - leaving unconfigured我怎么才能清理这个烂摊子?
发布于 2012-06-13 04:35:19
在终端窗口中,请运行以下命令:
sudo dpkg --force-remove-reinstreq -P myspell-he这将强制删除myspell-he包。
https://askubuntu.com/questions/150077
复制相似问题