sudo dpkg --configure -a和sudo apt-get install -f,但没有结果。我需要使用LibreOffice库来完成邮件合并文档。但是,我注意到它没有安装。但是当我去安装它的时候..。
rob@hydrogen:~$ sudo apt-get install libreoffice-base
[sudo] password for rob:
Reading package lists... Done
Building dependency tree
Reading state information... Done
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.
libreoffice-base : Depends: libreoffice-core (= 1:3.4.4-0ubuntu1) but it is not going to be installed
Depends: libreoffice-base-core (= 1:3.4.4-0ubuntu1) but it is not going to be installed
Depends: libreoffice-java-common (>= 1:3.4.4~) but it is not going to be installed
Suggests: libmyodbc but it is not going to be installed or
odbc-postgresql but it is not going to be installed or
libsqliteodbc but it is not going to be installed or
tdsodbc but it is not going to be installed or
mdbtools but it is not going to be installed
Suggests: libreoffice-gcj but it is not installable
Suggests: libreoffice-report-builder but it is not going to be installed
E: Unable to correct problems, you have held broken packages.我对它似乎认为我持有的包裹感到困惑。据我所知,Kubuntu没有给你装包裹的权利.那么,我怎样才能摆脱这种依赖地狱呢?
发布于 2012-10-12 20:56:22
要安装LibreOffice库,请使用。它没有问题。(如果未安装,请使用Synaptic或Muon获取它。)
发布于 2012-06-26 11:49:11
在ubuntu上手动安装LibreOffice非常容易。有deb包(x86_64或x86)。要安装它们,只需在DEBS子目录玩具中解压tham并发出dpkg -i *.deb (安装包还有另一个子目录,“桌面-集成”--也要小心从那里安装deb )。
https://askubuntu.com/questions/156148
复制相似问题