系统信息
$ 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.
尝试安装
- 如何在 Ubuntu 和 Debian 上使用 KDE Connect 与 MATE
- 在 Ubuntu 18.04 中安装 KDE Connect
- 如何在 ubuntu 17.04 中安装 KDE connect?
所有提到的无法启动kde connect indicator
或kde connect
请指导
答案1
我想你忘了添加宇宙存储库。该kdeconnect
软件包是位于其中在所有当前的 Ubuntu 版本中。
你必须:
- 使用以下方式添加存储库
sudo add-apt-repository universe
- 安装 KDE Connect
sudo apt-get install kdeconnect