【问题标题】:Installing gitkraken on fedora 26在 Fedora 26 上安装 gitkraken
【发布时间】:2018-03-20 01:07:44
【问题描述】:

我正在尝试在我的 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

【问题讨论】:

    标签: installation gitkraken dnf fedora-26


    【解决方案1】:

    我可以按照以下命令安装它:https://gist.github.com/aelkz/17528d2f6a5db73185c7dfbd28e49d18

    希望它们也对你有用

    【讨论】:

      【解决方案2】:

      只需创建符号链接

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

      【讨论】:

      • 在 openSUSE 上:sudo ln -s /usr/lib64/libcurl.so /usr/lib64/libcurl-gnutls.so.4
      • - 或 - sudo ln -s /usr/lib64/libcurl.so.4 /usr/lib64/libcurl-gnutls.so.4
      【解决方案3】:

      我也有同样的问题。我不知道需要谁的包,但我执行此命令:

      dnf install curl*
      

      然后安装这个包: ftp://rpmfind.net/linux/fedora/linux/updates/testing/26/x86_64/l/libcurl-7.53.1-11.fc26.x86_64.rpm

      【讨论】:

        猜你喜欢
        • 2018-04-23
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2016-01-30
        相关资源
        最近更新 更多