GitKrakenを2回ダウンロードしてインストールしました(後者は、以前のインストールをアンインストールし、すべてのシステムをアップグレードして再起動した後)、.debファイルをfirefoxとwgetの両方を介してダウンロードし、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