有时,当我安装东西时,我会收到如下错误:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
package1 : Depends: package2 (>= 1.8) but 1.7.5-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题?
package-management apt ppa dependencies software-installation
我应该删除哪个包才能完全删除 libreoffice?我不需要办公工具。
这是我对 apt 等包管理器的抱怨,没有简单的方法来执行删除不需要的软件的基本任务:S
例如:
$ sudo apt-get install curl
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
bsh : Depends: libjline-java but it is not going to be installed
groovy : Depends: libjline-java but it is not going to be installed
rhino : Depends: libjline-java but it is not going to be installed
E: Unmet dependencies.
Try 'apt-get -f install' with no packages …Run Code Online (Sandbox Code Playgroud) 简单地说,我不想要 LibreOffice。
如何删除 LibreOffice 并安装 OpenOffice。我尝试从 OpenOffice 下载安装 .deb 包,但没有明显的反应。
菜单未更新,我无法在搜索中浏览 openoffice。
请问有什么帮助吗?