首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >更新-经理和更新-经理-核心

更新-经理和更新-经理-核心
EN

Ask Ubuntu用户
提问于 2015-05-05 16:16:20
回答 1查看 19.4K关注 0票数 0
代码语言:javascript
复制
# apt-get dist-upgrade

Reading package lists... Done
Building dependency tree
Reading state information... Done 
Calculating upgrade... Done 
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/5,258 B of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y

dpkg: error processing package update-manager-core (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: dependency problems prevent configuration of update-manager:
update-manager depends on update-manager-core (= 1:0.196.13); however:
Package update-manager-core is not configured yet.
dpkg: error processing package update-manager (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
E: Sub-process /usr/bin/dpkg returned an error code (1)
EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2015-05-05 19:26:05

经过大约两个小时的搜索,我发现我必须运行这两个命令。

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

https://askubuntu.com/questions/618695

复制
相关文章

相似问题

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