我试图在我的Ubuntu12.04上将我的LibreOffice升级到4.0,但现在它不再工作了。如果我再次尝试安装LibreOffice,将得到以下输出:
The following packages have unmet dependencies:
libreoffice : Depends: libreoffice-core (= 1:3.6.0~rc4-0ubuntu3~ppa1~precise1) but it is not going to be installed
Depends: libreoffice-writer but it is not going to be installed
Depends: libreoffice-calc but it is not going to be installed
Depends: libreoffice-impress but it is not going to be installed
Depends: libreoffice-draw but it is not going to be installed
Depends: libreoffice-math but it is not going to be installed
Depends: libreoffice-base but it is not going to be installed
libreoffice-gnome : Depends: libreoffice-core (= 1:3.6.0~rc4-0ubuntu3~ppa1~precise1) but it is not going to be installed
Depends: libreoffice-gtk but it is not going to be installed
E: Unable to correct problems, you have held broken packages.如果有人能帮我,那就太好了!
谢谢!
发布于 2013-02-08 17:29:36
你试过安装这边请吗?
我昨天就这样做了,效果很好!
发布于 2013-04-29 17:55:18
我能够迫使Ubuntu升级到4.0版本,方法是在终端中输入以下内容(在每一行之后按enter键)。
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get dist-upgrade
如果您由于任何原因没有安装LibreOffice,那么请输入以下内容,而不是最后一行。
sudo apt-get install libreoffice
发布于 2013-02-26 15:25:50
您可以尝试这问题升级到LibreOffice4.0。
https://askubuntu.com/questions/252829
复制相似问题