在接受了Ubuntu14.04LTS的最新更新之后,安装了一个“快照”(不知道这是什么)。建议重新启动后,系统将在不使用LibreOffice的情况下重新启动。
按照正式重组路径重新安装不起作用。守则如下:
a@a-Aspire:~$ sudo apt-get install libreoffice
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 : Depends: libreoffice-base but it is not going to be installed
Depends: libreoffice-calc but it is not going to be installed
Depends: libreoffice-core (= 1:4.4.2-0ubuntu1~ubuntu14.04.1~c42.ppa1) but it is not going to be installed
Depends: libreoffice-draw but it is not going to be installed
Depends: libreoffice-impress but it is not going to be installed
Depends: libreoffice-math but it is not going to be installed
Depends: libreoffice-report-builder-bin but it is not going to be installed
Depends: libreoffice-writer but it is not going to be installed
Depends: libreoffice-avmedia-backend-gstreamer but it is not going to be installed
Depends: libreoffice-java-common (>= 1:4.4.2~) but it is not going to be installed
Depends: python3-uno (>= 4.4.0~beta2) but it is not going to be installed
Recommends: libreoffice-gnome but it is not going to be installed or
libreoffice-kde but it is not going to be installed
E: Unable to correct problems, you have held broken packages.请帮助我重新安装LibreOffice。谢谢:)
发布于 2016-02-29 17:19:33
似乎您持有/损坏了sudo apt-get -f install修复的包。
您现在可以通过打开统一和运行来更新系统。
update-manager(Ubuntu的软件更新程序)
或者你可以跑
sudo apt-get update && sudo apt-get upgrade在终点站。更新后,请使用
sudo apt-get autoremove 您准备安装office时:
sudo apt-get install libreofficehttps://askubuntu.com/questions/740532
复制相似问题