即使安装了依赖项,运行 Gitkraken 也会出错

Lam*_*hma 43 kde git dependencies gnome-keyring

我安装了 Gitkraken,因为我有几个项目想用我的 KDE Neon 盒子处理。现在我很确定我安装了所有东西,但是我在终端中运行了 gitkraken 并且我得到了这个

Node started time: 1500754704472
libgnome-keyring.so.0: cannot open shared object file: No such file or 
directory
Error: libgnome-keyring.so.0: cannot open shared object file: No such 
file or directory
Run Code Online (Sandbox Code Playgroud)

(如有必要,我会发布其余部分)

问题是我安装了钥匙圈

lotus@Lotus-HackBook:~$ gnome-keyring
usage: gnome-keyring command [options]
commands: certificate-exception
      import
      version
Run Code Online (Sandbox Code Playgroud)

我不知道是怎么回事。

mit*_*mit 70

在 Ubuntu / Debian 和类似版本上:

我在 ubuntu 16.04 上安装了 libgnome-keyring-common 和 libgnome-keyring-dev 这为我解决了这个问题:

sudo apt install libgnome-keyring-common libgnome-keyring-dev
Run Code Online (Sandbox Code Playgroud)

这是 Ubuntu 版本,也应该适用于 Debian 等。所以你不必找出包名。

感谢 libroman2。


小智 5

在 Ubuntu 18.04.01 上是这样的:

sudo apt install libgnome-keyring0
Run Code Online (Sandbox Code Playgroud)

注意末尾的“0”。