Can't install GitKrakenHow to automatically fetch missing dependencies when installing software from .deb?GitKraken and Kubuntu - installs but doesn't runCan't install steamGitkraken missing menubar(toolbar)I can't Install EasyTetherGitkraken won't open guiGitkraken won't install

Why doesn't knowledge of how magic works break magic in this world?

How should I analyze this passage? As vii°7, V7, or both?

What are the downsides of being a debt-free country (no foreign national debt)?

I shift the source code, you shift the input!

Is using Swiss Francs (CHF) cheaper than Euros (EUR) in Switzerland?

How to say No to idea given by team member, when I know from my experience that it is going to fail?

Biggest Irreducible Hello World

Is there a key for the map icons in game?

What does it mean to play in a mode?

Type of capacitor to bridge X10 signals in household power

Applying field calculator for multiple layers at once

Thoughts on if it's possible to succeed in math @ PhD level w/o natural ability in quant reasoning?

Why is 1>a.txt 2>&1 different from 1>a.txt 2>a.txt ? (Example shown)

Statistics in an array

How do I compile something for Linux if I don't have enough space for installing GCC?

Can I ignore an open source license if I checkout a version that was released prior to the code having any license?

"Dog" can mean "something of an inferior quality". What animals do we use, if any, to describe the opposite?

Does the basis graph of a matroid determine it?

Declining a paper review after accepting it and seeing the manuscript

Can you marry a girl in Stardew Valley if you are a girl?

What specifically can swap do that RAM can't?

Is there any TeX-based engine capable of rendering the colored font?

Fourier transform is an isomorphism...but we don’t get when each frequency appears?

How do successful undergraduate and PhD students differ?



Can't install GitKraken


How to automatically fetch missing dependencies when installing software from .deb?GitKraken and Kubuntu - installs but doesn't runCan't install steamGitkraken missing menubar(toolbar)I can't Install EasyTetherGitkraken won't open guiGitkraken won't install






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









16


















I just installed GitKraken (A Git GUI) by downloading it from the website. When I try to install it via 'Discover Center', it doesn't work. So I found somewhere online the command dpkg -i [filename], used it on the gitkraken .deb, andddd MAGIC! It works!



I then tried to run GitKraken (by typing in gitkraken in the terminal), and that gave me this beautiful error:



Node started time: 1489531028950
libcurl.so.4: cannot open shared object file: No such file or directory
Error: libcurl.so.4: cannot open shared object file: No such file or directory
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20)
at Object.Module._extensions..node (module.js:568:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:11:12)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/v1_5_0.js:7:17)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/index.js:5:28)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/index.js:7:24)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at EventEmitter.module.exports.app.on (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/main.js:146:5)
at emitOne (events.js:101:20)
at EventEmitter.emit (events.js:188:7)


Any help would be GREATLY appreciated.










share|improve this question

























  • Possibly related: How to automatically fetch missing dependencies when installing software from .deb?

    – steeldriver
    Mar 14 '17 at 23:08











  • @steeldriver Already saw that question. None of the answers worked.

    – Matias K
    Mar 14 '17 at 23:13












  • Try these: sudo apt update, then sudo apt dist-upgrade, then try again

    – George Udosen
    Mar 14 '17 at 23:30

















16


















I just installed GitKraken (A Git GUI) by downloading it from the website. When I try to install it via 'Discover Center', it doesn't work. So I found somewhere online the command dpkg -i [filename], used it on the gitkraken .deb, andddd MAGIC! It works!



I then tried to run GitKraken (by typing in gitkraken in the terminal), and that gave me this beautiful error:



Node started time: 1489531028950
libcurl.so.4: cannot open shared object file: No such file or directory
Error: libcurl.so.4: cannot open shared object file: No such file or directory
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20)
at Object.Module._extensions..node (module.js:568:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:11:12)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/v1_5_0.js:7:17)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/index.js:5:28)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/index.js:7:24)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at EventEmitter.module.exports.app.on (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/main.js:146:5)
at emitOne (events.js:101:20)
at EventEmitter.emit (events.js:188:7)


Any help would be GREATLY appreciated.










share|improve this question

























  • Possibly related: How to automatically fetch missing dependencies when installing software from .deb?

    – steeldriver
    Mar 14 '17 at 23:08











  • @steeldriver Already saw that question. None of the answers worked.

    – Matias K
    Mar 14 '17 at 23:13












  • Try these: sudo apt update, then sudo apt dist-upgrade, then try again

    – George Udosen
    Mar 14 '17 at 23:30













16













16









16


4






I just installed GitKraken (A Git GUI) by downloading it from the website. When I try to install it via 'Discover Center', it doesn't work. So I found somewhere online the command dpkg -i [filename], used it on the gitkraken .deb, andddd MAGIC! It works!



I then tried to run GitKraken (by typing in gitkraken in the terminal), and that gave me this beautiful error:



Node started time: 1489531028950
libcurl.so.4: cannot open shared object file: No such file or directory
Error: libcurl.so.4: cannot open shared object file: No such file or directory
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20)
at Object.Module._extensions..node (module.js:568:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:11:12)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/v1_5_0.js:7:17)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/index.js:5:28)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/index.js:7:24)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at EventEmitter.module.exports.app.on (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/main.js:146:5)
at emitOne (events.js:101:20)
at EventEmitter.emit (events.js:188:7)


Any help would be GREATLY appreciated.










share|improve this question














I just installed GitKraken (A Git GUI) by downloading it from the website. When I try to install it via 'Discover Center', it doesn't work. So I found somewhere online the command dpkg -i [filename], used it on the gitkraken .deb, andddd MAGIC! It works!



I then tried to run GitKraken (by typing in gitkraken in the terminal), and that gave me this beautiful error:



Node started time: 1489531028950
libcurl.so.4: cannot open shared object file: No such file or directory
Error: libcurl.so.4: cannot open shared object file: No such file or directory
at Error (native)
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:158:20)
at Object.Module._extensions..node (module.js:568:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:169:18)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/node_modules/nodegit/dist/nodegit.js:11:12)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/v1_5_0.js:7:17)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/versionScripts/index.js:5:28)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/upgradeScripts/index.js:7:24)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
at Function.Module._load (module.js:407:3)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at EventEmitter.module.exports.app.on (/usr/share/gitkraken/resources/app.asar/src/appBootstrap/main.js:146:5)
at emitOne (events.js:101:20)
at EventEmitter.emit (events.js:188:7)


Any help would be GREATLY appreciated.







apt dpkg kde git






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 14 '17 at 22:43









Matias KMatias K

5662 gold badges4 silver badges14 bronze badges




5662 gold badges4 silver badges14 bronze badges















  • Possibly related: How to automatically fetch missing dependencies when installing software from .deb?

    – steeldriver
    Mar 14 '17 at 23:08











  • @steeldriver Already saw that question. None of the answers worked.

    – Matias K
    Mar 14 '17 at 23:13












  • Try these: sudo apt update, then sudo apt dist-upgrade, then try again

    – George Udosen
    Mar 14 '17 at 23:30

















  • Possibly related: How to automatically fetch missing dependencies when installing software from .deb?

    – steeldriver
    Mar 14 '17 at 23:08











  • @steeldriver Already saw that question. None of the answers worked.

    – Matias K
    Mar 14 '17 at 23:13












  • Try these: sudo apt update, then sudo apt dist-upgrade, then try again

    – George Udosen
    Mar 14 '17 at 23:30
















Possibly related: How to automatically fetch missing dependencies when installing software from .deb?

– steeldriver
Mar 14 '17 at 23:08





Possibly related: How to automatically fetch missing dependencies when installing software from .deb?

– steeldriver
Mar 14 '17 at 23:08













@steeldriver Already saw that question. None of the answers worked.

– Matias K
Mar 14 '17 at 23:13






@steeldriver Already saw that question. None of the answers worked.

– Matias K
Mar 14 '17 at 23:13














Try these: sudo apt update, then sudo apt dist-upgrade, then try again

– George Udosen
Mar 14 '17 at 23:30





Try these: sudo apt update, then sudo apt dist-upgrade, then try again

– George Udosen
Mar 14 '17 at 23:30










3 Answers
3






active

oldest

votes


















14



















In terminal...



  • sudo apt-get update

  • sudo apt-get install curl libcurl3

Now your app should work.






share|improve this answer

























  • You are a lifesaver.

    – Matias K
    Mar 18 '17 at 3:27


















8



















I installed libgnome-keyring-common and libgnome-keyring-dev on ubuntu 16.04 which solved it for me:



sudo apt install libgnome-keyring-common libgnome-keyring-dev 





share|improve this answer




















  • 1





    This works for distributions with a desktop environment not based on GNOME, such as Kubuntu.

    – Bruno Finger
    Oct 8 '18 at 8:04






  • 1





    this worked for me on Kubuntu as well! Thanks!

    – Brock Vond
    Nov 3 '18 at 21:42


















1



















I used the following command:



$ sudo apt-get install curl libcurl3 


and got the error below:



Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.8) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


So I changed my command to:



$ sudo apt-get install curl libcurl4


And always remember to update packages before, as shown by Heynnema!






share|improve this answer




























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f893100%2fcant-install-gitkraken%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    14



















    In terminal...



    • sudo apt-get update

    • sudo apt-get install curl libcurl3

    Now your app should work.






    share|improve this answer

























    • You are a lifesaver.

      – Matias K
      Mar 18 '17 at 3:27















    14



















    In terminal...



    • sudo apt-get update

    • sudo apt-get install curl libcurl3

    Now your app should work.






    share|improve this answer

























    • You are a lifesaver.

      – Matias K
      Mar 18 '17 at 3:27













    14















    14











    14









    In terminal...



    • sudo apt-get update

    • sudo apt-get install curl libcurl3

    Now your app should work.






    share|improve this answer














    In terminal...



    • sudo apt-get update

    • sudo apt-get install curl libcurl3

    Now your app should work.







    share|improve this answer













    share|improve this answer




    share|improve this answer










    answered Mar 15 '17 at 0:28









    heynnemaheynnema

    29.4k3 gold badges33 silver badges77 bronze badges




    29.4k3 gold badges33 silver badges77 bronze badges















    • You are a lifesaver.

      – Matias K
      Mar 18 '17 at 3:27

















    • You are a lifesaver.

      – Matias K
      Mar 18 '17 at 3:27
















    You are a lifesaver.

    – Matias K
    Mar 18 '17 at 3:27





    You are a lifesaver.

    – Matias K
    Mar 18 '17 at 3:27













    8



















    I installed libgnome-keyring-common and libgnome-keyring-dev on ubuntu 16.04 which solved it for me:



    sudo apt install libgnome-keyring-common libgnome-keyring-dev 





    share|improve this answer




















    • 1





      This works for distributions with a desktop environment not based on GNOME, such as Kubuntu.

      – Bruno Finger
      Oct 8 '18 at 8:04






    • 1





      this worked for me on Kubuntu as well! Thanks!

      – Brock Vond
      Nov 3 '18 at 21:42















    8



















    I installed libgnome-keyring-common and libgnome-keyring-dev on ubuntu 16.04 which solved it for me:



    sudo apt install libgnome-keyring-common libgnome-keyring-dev 





    share|improve this answer




















    • 1





      This works for distributions with a desktop environment not based on GNOME, such as Kubuntu.

      – Bruno Finger
      Oct 8 '18 at 8:04






    • 1





      this worked for me on Kubuntu as well! Thanks!

      – Brock Vond
      Nov 3 '18 at 21:42













    8















    8











    8









    I installed libgnome-keyring-common and libgnome-keyring-dev on ubuntu 16.04 which solved it for me:



    sudo apt install libgnome-keyring-common libgnome-keyring-dev 





    share|improve this answer














    I installed libgnome-keyring-common and libgnome-keyring-dev on ubuntu 16.04 which solved it for me:



    sudo apt install libgnome-keyring-common libgnome-keyring-dev 






    share|improve this answer













    share|improve this answer




    share|improve this answer










    answered Sep 30 '17 at 21:46









    mitmit

    1,6334 gold badges16 silver badges20 bronze badges




    1,6334 gold badges16 silver badges20 bronze badges










    • 1





      This works for distributions with a desktop environment not based on GNOME, such as Kubuntu.

      – Bruno Finger
      Oct 8 '18 at 8:04






    • 1





      this worked for me on Kubuntu as well! Thanks!

      – Brock Vond
      Nov 3 '18 at 21:42












    • 1





      This works for distributions with a desktop environment not based on GNOME, such as Kubuntu.

      – Bruno Finger
      Oct 8 '18 at 8:04






    • 1





      this worked for me on Kubuntu as well! Thanks!

      – Brock Vond
      Nov 3 '18 at 21:42







    1




    1





    This works for distributions with a desktop environment not based on GNOME, such as Kubuntu.

    – Bruno Finger
    Oct 8 '18 at 8:04





    This works for distributions with a desktop environment not based on GNOME, such as Kubuntu.

    – Bruno Finger
    Oct 8 '18 at 8:04




    1




    1





    this worked for me on Kubuntu as well! Thanks!

    – Brock Vond
    Nov 3 '18 at 21:42





    this worked for me on Kubuntu as well! Thanks!

    – Brock Vond
    Nov 3 '18 at 21:42











    1



















    I used the following command:



    $ sudo apt-get install curl libcurl3 


    and got the error below:



    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.8) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.


    So I changed my command to:



    $ sudo apt-get install curl libcurl4


    And always remember to update packages before, as shown by Heynnema!






    share|improve this answer































      1



















      I used the following command:



      $ sudo apt-get install curl libcurl3 


      and got the error below:



      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Some packages could not be installed. This may mean that you have
      requested an impossible situation or if you are using the unstable
      distribution that some required packages have not yet been created
      or been moved out of Incoming.
      The following information may help to resolve the situation:

      The following packages have unmet dependencies:
      curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.8) but it is not going to be installed
      E: Unable to correct problems, you have held broken packages.


      So I changed my command to:



      $ sudo apt-get install curl libcurl4


      And always remember to update packages before, as shown by Heynnema!






      share|improve this answer





























        1















        1











        1









        I used the following command:



        $ sudo apt-get install curl libcurl3 


        and got the error below:



        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        Some packages could not be installed. This may mean that you have
        requested an impossible situation or if you are using the unstable
        distribution that some required packages have not yet been created
        or been moved out of Incoming.
        The following information may help to resolve the situation:

        The following packages have unmet dependencies:
        curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.8) but it is not going to be installed
        E: Unable to correct problems, you have held broken packages.


        So I changed my command to:



        $ sudo apt-get install curl libcurl4


        And always remember to update packages before, as shown by Heynnema!






        share|improve this answer
















        I used the following command:



        $ sudo apt-get install curl libcurl3 


        and got the error below:



        Reading package lists... Done
        Building dependency tree
        Reading state information... Done
        Some packages could not be installed. This may mean that you have
        requested an impossible situation or if you are using the unstable
        distribution that some required packages have not yet been created
        or been moved out of Incoming.
        The following information may help to resolve the situation:

        The following packages have unmet dependencies:
        curl : Depends: libcurl4 (= 7.58.0-2ubuntu3.8) but it is not going to be installed
        E: Unable to correct problems, you have held broken packages.


        So I changed my command to:



        $ sudo apt-get install curl libcurl4


        And always remember to update packages before, as shown by Heynnema!







        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Sep 30 at 16:04









        user3140225

        2,7104 gold badges12 silver badges24 bronze badges




        2,7104 gold badges12 silver badges24 bronze badges










        answered Sep 30 at 15:05









        MahlatseMahlatse

        111 bronze badge




        111 bronze badge































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f893100%2fcant-install-gitkraken%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?