Broken dependencies when installing CodeLite 8 on Linux Mint

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I want to install CodeLite.  I followed the instructions on the website.



Because I'm running Linux Mint 17.1 x64, I added repositories for ubuntu utopic, trusty and vivid universe.



Now when I run apt install codelite wxcrafter I get:



 codelite : depends: libglib2.0-0 (>= 2.41.1) but 2.40.2 is installed instead-0ubuntu1 

depends: libhunspell-1.3-0 (>= 1.3.3)but 1.3.2-6ubuntu2 is installed instead
depends: liblldb-3.4 but is not installable
depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is installed instead
suggests: nodejs but is not going to be installed


I tried the answer on this question but the links given are broken.



I think the problem is that some dependencies are either new for my Mint (aka libglib2) or somewhat old (aka liblldb).



I can see liblldb-3.5 with apt-cache search
Installing it didn't remove "depends: liblldb-3.4" line.



I tried looking for libglib2.0-0. 
I found version 2.44 on Debian's page and downloaded it,
but installing it has broken my system and I had to format my hard drive.



So what to do to install CodeLite 8 on Linux Mint 17.1 64-bit Cinnamon?










share|improve this question



























    up vote
    2
    down vote

    favorite












    I want to install CodeLite.  I followed the instructions on the website.



    Because I'm running Linux Mint 17.1 x64, I added repositories for ubuntu utopic, trusty and vivid universe.



    Now when I run apt install codelite wxcrafter I get:



     codelite : depends: libglib2.0-0 (>= 2.41.1) but 2.40.2 is installed instead-0ubuntu1 

    depends: libhunspell-1.3-0 (>= 1.3.3)but 1.3.2-6ubuntu2 is installed instead
    depends: liblldb-3.4 but is not installable
    depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is installed instead
    suggests: nodejs but is not going to be installed


    I tried the answer on this question but the links given are broken.



    I think the problem is that some dependencies are either new for my Mint (aka libglib2) or somewhat old (aka liblldb).



    I can see liblldb-3.5 with apt-cache search
    Installing it didn't remove "depends: liblldb-3.4" line.



    I tried looking for libglib2.0-0. 
    I found version 2.44 on Debian's page and downloaded it,
    but installing it has broken my system and I had to format my hard drive.



    So what to do to install CodeLite 8 on Linux Mint 17.1 64-bit Cinnamon?










    share|improve this question

























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I want to install CodeLite.  I followed the instructions on the website.



      Because I'm running Linux Mint 17.1 x64, I added repositories for ubuntu utopic, trusty and vivid universe.



      Now when I run apt install codelite wxcrafter I get:



       codelite : depends: libglib2.0-0 (>= 2.41.1) but 2.40.2 is installed instead-0ubuntu1 

      depends: libhunspell-1.3-0 (>= 1.3.3)but 1.3.2-6ubuntu2 is installed instead
      depends: liblldb-3.4 but is not installable
      depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is installed instead
      suggests: nodejs but is not going to be installed


      I tried the answer on this question but the links given are broken.



      I think the problem is that some dependencies are either new for my Mint (aka libglib2) or somewhat old (aka liblldb).



      I can see liblldb-3.5 with apt-cache search
      Installing it didn't remove "depends: liblldb-3.4" line.



      I tried looking for libglib2.0-0. 
      I found version 2.44 on Debian's page and downloaded it,
      but installing it has broken my system and I had to format my hard drive.



      So what to do to install CodeLite 8 on Linux Mint 17.1 64-bit Cinnamon?










      share|improve this question















      I want to install CodeLite.  I followed the instructions on the website.



      Because I'm running Linux Mint 17.1 x64, I added repositories for ubuntu utopic, trusty and vivid universe.



      Now when I run apt install codelite wxcrafter I get:



       codelite : depends: libglib2.0-0 (>= 2.41.1) but 2.40.2 is installed instead-0ubuntu1 

      depends: libhunspell-1.3-0 (>= 1.3.3)but 1.3.2-6ubuntu2 is installed instead
      depends: liblldb-3.4 but is not installable
      depends: libstdc++6 (>= 4.9) but 4.8.2-19ubuntu1 is installed instead
      suggests: nodejs but is not going to be installed


      I tried the answer on this question but the links given are broken.



      I think the problem is that some dependencies are either new for my Mint (aka libglib2) or somewhat old (aka liblldb).



      I can see liblldb-3.5 with apt-cache search
      Installing it didn't remove "depends: liblldb-3.4" line.



      I tried looking for libglib2.0-0. 
      I found version 2.44 on Debian's page and downloaded it,
      but installing it has broken my system and I had to format my hard drive.



      So what to do to install CodeLite 8 on Linux Mint 17.1 64-bit Cinnamon?







      linux-mint software-installation






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 27 at 20:17









      G-Man

      12.4k92961




      12.4k92961










      asked Jun 6 '15 at 17:08









      niceman

      1279




      1279




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          For mint 17.1 use http://repos.codelite.org/ubuntu/ trusty universe



          In terms of the steps,



          1. Remove all other codelite repos from
            /etc/apt/sources.list.d/additional-repositories.list

          2. Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'

          3. Update sources: sudo apt-get update

          4. Install codelite: sudo apt-get install codelite

          This should install all dependencies and codelite properly.






          share|improve this answer




















          • codelite is found in the main repositories, right Now I don't have any PPA or additional repo that contains it, do I just remove the main repositories ? Can I remove an entry from a repository ?
            – niceman
            Aug 1 '15 at 11:40











          • according to your OP you have added both the utopic and trusty repos. That might not work well in terms of getting all dependencies sorted. I would check the /etc/apt/sources.list.d/additional-repositories.list and make sure there is only one entry similar to deb repos.codelite.org/ubuntu trusty universe
            – D. Luffy
            Aug 1 '15 at 23:49











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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/3.0/"u003ecc by-sa 3.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%2funix.stackexchange.com%2fquestions%2f207976%2fbroken-dependencies-when-installing-codelite-8-on-linux-mint%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote



          accepted










          For mint 17.1 use http://repos.codelite.org/ubuntu/ trusty universe



          In terms of the steps,



          1. Remove all other codelite repos from
            /etc/apt/sources.list.d/additional-repositories.list

          2. Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'

          3. Update sources: sudo apt-get update

          4. Install codelite: sudo apt-get install codelite

          This should install all dependencies and codelite properly.






          share|improve this answer




















          • codelite is found in the main repositories, right Now I don't have any PPA or additional repo that contains it, do I just remove the main repositories ? Can I remove an entry from a repository ?
            – niceman
            Aug 1 '15 at 11:40











          • according to your OP you have added both the utopic and trusty repos. That might not work well in terms of getting all dependencies sorted. I would check the /etc/apt/sources.list.d/additional-repositories.list and make sure there is only one entry similar to deb repos.codelite.org/ubuntu trusty universe
            – D. Luffy
            Aug 1 '15 at 23:49















          up vote
          0
          down vote



          accepted










          For mint 17.1 use http://repos.codelite.org/ubuntu/ trusty universe



          In terms of the steps,



          1. Remove all other codelite repos from
            /etc/apt/sources.list.d/additional-repositories.list

          2. Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'

          3. Update sources: sudo apt-get update

          4. Install codelite: sudo apt-get install codelite

          This should install all dependencies and codelite properly.






          share|improve this answer




















          • codelite is found in the main repositories, right Now I don't have any PPA or additional repo that contains it, do I just remove the main repositories ? Can I remove an entry from a repository ?
            – niceman
            Aug 1 '15 at 11:40











          • according to your OP you have added both the utopic and trusty repos. That might not work well in terms of getting all dependencies sorted. I would check the /etc/apt/sources.list.d/additional-repositories.list and make sure there is only one entry similar to deb repos.codelite.org/ubuntu trusty universe
            – D. Luffy
            Aug 1 '15 at 23:49













          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          For mint 17.1 use http://repos.codelite.org/ubuntu/ trusty universe



          In terms of the steps,



          1. Remove all other codelite repos from
            /etc/apt/sources.list.d/additional-repositories.list

          2. Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'

          3. Update sources: sudo apt-get update

          4. Install codelite: sudo apt-get install codelite

          This should install all dependencies and codelite properly.






          share|improve this answer












          For mint 17.1 use http://repos.codelite.org/ubuntu/ trusty universe



          In terms of the steps,



          1. Remove all other codelite repos from
            /etc/apt/sources.list.d/additional-repositories.list

          2. Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'

          3. Update sources: sudo apt-get update

          4. Install codelite: sudo apt-get install codelite

          This should install all dependencies and codelite properly.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 1 '15 at 0:16









          D. Luffy

          162




          162











          • codelite is found in the main repositories, right Now I don't have any PPA or additional repo that contains it, do I just remove the main repositories ? Can I remove an entry from a repository ?
            – niceman
            Aug 1 '15 at 11:40











          • according to your OP you have added both the utopic and trusty repos. That might not work well in terms of getting all dependencies sorted. I would check the /etc/apt/sources.list.d/additional-repositories.list and make sure there is only one entry similar to deb repos.codelite.org/ubuntu trusty universe
            – D. Luffy
            Aug 1 '15 at 23:49

















          • codelite is found in the main repositories, right Now I don't have any PPA or additional repo that contains it, do I just remove the main repositories ? Can I remove an entry from a repository ?
            – niceman
            Aug 1 '15 at 11:40











          • according to your OP you have added both the utopic and trusty repos. That might not work well in terms of getting all dependencies sorted. I would check the /etc/apt/sources.list.d/additional-repositories.list and make sure there is only one entry similar to deb repos.codelite.org/ubuntu trusty universe
            – D. Luffy
            Aug 1 '15 at 23:49
















          codelite is found in the main repositories, right Now I don't have any PPA or additional repo that contains it, do I just remove the main repositories ? Can I remove an entry from a repository ?
          – niceman
          Aug 1 '15 at 11:40





          codelite is found in the main repositories, right Now I don't have any PPA or additional repo that contains it, do I just remove the main repositories ? Can I remove an entry from a repository ?
          – niceman
          Aug 1 '15 at 11:40













          according to your OP you have added both the utopic and trusty repos. That might not work well in terms of getting all dependencies sorted. I would check the /etc/apt/sources.list.d/additional-repositories.list and make sure there is only one entry similar to deb repos.codelite.org/ubuntu trusty universe
          – D. Luffy
          Aug 1 '15 at 23:49





          according to your OP you have added both the utopic and trusty repos. That might not work well in terms of getting all dependencies sorted. I would check the /etc/apt/sources.list.d/additional-repositories.list and make sure there is only one entry similar to deb repos.codelite.org/ubuntu trusty universe
          – D. Luffy
          Aug 1 '15 at 23:49


















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • 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%2funix.stackexchange.com%2fquestions%2f207976%2fbroken-dependencies-when-installing-codelite-8-on-linux-mint%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

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay