Broken dependencies when installing CodeLite 8 on Linux Mint
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?
linux-mint software-installation
add a comment |
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?
linux-mint software-installation
add a comment |
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?
linux-mint software-installation
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
linux-mint software-installation
edited Nov 27 at 20:17
G-Man
12.4k92961
12.4k92961
asked Jun 6 '15 at 17:08
niceman
1279
1279
add a comment |
add a comment |
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,
- Remove all other codelite repos from
/etc/apt/sources.list.d/additional-repositories.list - Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'
- Update sources: sudo apt-get update
- Install codelite: sudo apt-get install codelite
This should install all dependencies and codelite properly.
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
add a comment |
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,
- Remove all other codelite repos from
/etc/apt/sources.list.d/additional-repositories.list - Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'
- Update sources: sudo apt-get update
- Install codelite: sudo apt-get install codelite
This should install all dependencies and codelite properly.
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
add a comment |
up vote
0
down vote
accepted
For mint 17.1 use http://repos.codelite.org/ubuntu/ trusty universe
In terms of the steps,
- Remove all other codelite repos from
/etc/apt/sources.list.d/additional-repositories.list - Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'
- Update sources: sudo apt-get update
- Install codelite: sudo apt-get install codelite
This should install all dependencies and codelite properly.
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
add a comment |
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,
- Remove all other codelite repos from
/etc/apt/sources.list.d/additional-repositories.list - Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'
- Update sources: sudo apt-get update
- Install codelite: sudo apt-get install codelite
This should install all dependencies and codelite properly.
For mint 17.1 use http://repos.codelite.org/ubuntu/ trusty universe
In terms of the steps,
- Remove all other codelite repos from
/etc/apt/sources.list.d/additional-repositories.list - Add the proper repo: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'
- Update sources: sudo apt-get update
- Install codelite: sudo apt-get install codelite
This should install all dependencies and codelite properly.
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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