簡體   English   中英

在Fedora 26上安裝gitkraken

[英]Installing gitkraken on fedora 26

我試圖在我的Fedora 26上安裝gitkraken,因為我是從幾個小時開始安裝它的,但依賴關系似乎無法解決

Node started time: 1507496118430
libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
Error: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory
    at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
    at Object.Module._extensions..node (module.js:598:18)
    at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:187:18)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)

而且我已經安裝了libcurlgnutls軟件包

只需創建符號鏈接

sudo ln -s /usr/lib64/libcurl.so.4 /opt/gitkraken/libcurl-gnutls.so.4

我也有同樣的問題。 我不知道需要哪個軟件包,但是我執行以下命令:

dnf install curl*

然后安裝此軟件包: ftp : //rpmfind.net/linux/fedora/linux/updates/testing/26/x86_64/l/libcurl-7.53.1-11.fc26.x86_64.rpm

我能夠按照以下命令安裝它: https : //gist.github.com/aelkz/17528d2f6a5db73185c7dfbd28e49d18

希望他們也為您工作

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM