首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Ubuntu14.04.4快照更新后删除(&uninstallable) LibreOffice

Ubuntu14.04.4快照更新后删除(&uninstallable) LibreOffice
EN

Ask Ubuntu用户
提问于 2016-02-29 16:57:36
回答 1查看 250关注 0票数 1

在接受了Ubuntu14.04LTS的最新更新之后,安装了一个“快照”(不知道这是什么)。建议重新启动后,系统将在不使用LibreOffice的情况下重新启动。

按照正式重组路径重新安装不起作用。守则如下:

代码语言:javascript
复制
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。谢谢:)

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2016-02-29 17:19:33

似乎您持有/损坏了sudo apt-get -f install修复的包。

您现在可以通过打开统一和运行来更新系统。

代码语言:javascript
复制
update-manager

(Ubuntu的软件更新程序)

或者你可以跑

代码语言:javascript
复制
sudo apt-get update && sudo apt-get upgrade

在终点站。更新后,请使用

代码语言:javascript
复制
sudo apt-get autoremove 

您准备安装office时:

代码语言:javascript
复制
sudo apt-get install libreoffice
票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/740532

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档