您持有破损的包裹

您持有破损的包裹

当我输入:

sudo apt install kde-cli-tools

我得到:

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:
 kde-cli-tools : Depends: libkf5kcmutils5 (>= 5.2.0+git20141003) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

请帮忙,因为我是 Linux mint 的初学者,我过去是 Windows 用户。

我想安装 KDE 连接到我的 Linux mint,但这就是发生在我身上的事情。

答案1

您必须在安装任何内容之前进行更新。也可选择升级。

sudo apt udate && sudo apt upgrade

在某些情况下,使用aptitude代替apt可以解决依赖冲突。

sudo aptitude kde-cli-tools

相关内容