我一直在尝试用KDE等离子体在Ubuntu上安装Latte,我一直在使用未满足的依赖项来获取错误。我试着删除旧的包,但这消除了整个KDE等离子体。有什么帮助吗?
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:
latte-dock : Depends: libkf5declarative5 (>= 5.45.0) but 5.44.0-0ubuntu3 is to be installed
Depends: libkf5waylandclient5 (>= 4:5.47.0) but 4:5.44.0-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.发布于 2019-10-23 15:01:48
我通过添加KUbuntu Backports并进行更新来修正这个问题。这更新了已经过时的一揽子计划。
sudo add-apt-repository ppa:kubuntu-ppa/backports这通过KDE商店更新了所有包(许多)和已安装的Latte。
发布于 2019-10-23 14:07:29
您应该尝试修复所有已损坏的包:
apt install -fhttps://askubuntu.com/questions/1183242
复制相似问题