升级到Ubuntu16.04 kmymoney后,现在无法重新安装.
我尝试过从Ubuntu软件中心和终端使用sudo apt-get install
,但我明白这一点。如何继续安装?我需要进入我的账户。
The following packages have unmet dependencies.
kmymoney : Depends: kde-runtime (> 4:4.10) but it is not going to be installed
Depends: libkabc4 (>= 4:4.4.4) but it is not going to be installed
Depends: libkfile4 (>= 4:4.4.4) but it is not going to be installed
Depends: libkhtml5 (>= 4:4.4.4) but it is not going to be installed
Depends: libkio5 (>= 4:4.4.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
howard@coaching:~$
发布于 2017-01-17 17:10:57
在运行这些命令之后:
sudo apt-get update
sudo apt-get install kmymoney
应用程序将被安装,但不会出现在发射器上。单击“搜索您的计算机”,在搜索窗口中单击底部的"A“:
kmymoney
。点击它,应用程序就会打开。工作完成了!
https://askubuntu.com/questions/808383
复制相似问题