我已经下载并安装了 GitKraken 两次(后者在卸载以前的安装、升级所有系统并重新启动之后)通过 firefox 和 wget .deb 文件并通过 dpkg -i 和 GDebi 运行它......不过,当我尝试运行它时,我得到的只是:
#gitkraken
Node started time: 1541778888367
libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Error: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
at Object.Module._extensions..node (module.js:671:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:180:18)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:504:12)
at Function.Module._load (module.js:496:3)
at Module.require (module.js:586:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:12:12)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:1145:3)
和不断闪烁的光标...
有什么想法或建议吗?非常感谢您的帮助!
PS:我也尝试安装libcrypto
,但所有终端返回给我的是:
$sudo apt-get install libssl1.0.0 libssl-dev --reinstall
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl1.0.0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libssl1.0.0' has no installation candidate
甚至:
$sudo apt-get install libcrypto
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libcrypto