作业帮 > 英语 > 作业

在ubuntu下安装一些工具会出现以下问题:

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/04/28 14:51:43
在ubuntu下安装一些工具会出现以下问题:
root@ubuntu:/# apt-get install kernel-package
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:
kernel-package :Depends:build-essential but it is not going to be installed
Depends:po-debconf but it is not going to be installed
E:Unable to correct problems,you have held broken packages.
输入的命令就是apt-get install kernel-package
Depends:build-essential but it is not going to be installed
Depends:po-debconf but it is not going to be installed
依赖关系问题
再问: 这个问题解决了,多谢您的回答,我把缺少的工具build-essential和po-debconf安装了以后就可以了