系统信息
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
尝试构建kde从源连接
在我跑完之后
sudo apt-get build-dep kdeconnect
我得到
Reading package lists... Done
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:
builddeps:kdeconnect : Depends: libqca2-plugin-ossl but it is not installable
E: Unable to correct problems, you have held broken packages.
试着安装
所有提到的无法启动kde connect indicator
或kde connect
的
请指点
发布于 2019-09-22 21:24:17
我想您忘了添加宇宙存储库了。在所有当前的Ubuntu版本中,kdeconnect
包都是在里面。
你必须:
sudo add-apt-repository universe
添加存储库sudo apt-get install kdeconnect
安装KDE连接https://askubuntu.com/questions/1175871
复制相似问题