Unable to install multiple things due to libarary problems
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I wanted to install libsdl2-dev
and PlayOnLinux
. I use aptitude
as my package manager. When trying
sudo aptitude install libsdl2-dev
I get this. If I ask for another solution I get this which is an even worse solution. With PlayOnLinux I get this. I have no idea why this is happening but I'm guessing these two issues are related. Any help would be appriciated, and any info that can be used to help resolve this can be given.
Dependecies for these things: https://pastebin.com/TCt59sjK
Another edit: SO I still haven't found a solution but I think I found the problem has to do with some packages needing the :amd64 version but another one already had the :i386 one installed and as such they conflict.
Edit: Im so stupid, I didn't have xenial-updates enabled, only xenial-security
apt wine playonlinux libraries
add a comment |Â
up vote
1
down vote
favorite
I wanted to install libsdl2-dev
and PlayOnLinux
. I use aptitude
as my package manager. When trying
sudo aptitude install libsdl2-dev
I get this. If I ask for another solution I get this which is an even worse solution. With PlayOnLinux I get this. I have no idea why this is happening but I'm guessing these two issues are related. Any help would be appriciated, and any info that can be used to help resolve this can be given.
Dependecies for these things: https://pastebin.com/TCt59sjK
Another edit: SO I still haven't found a solution but I think I found the problem has to do with some packages needing the :amd64 version but another one already had the :i386 one installed and as such they conflict.
Edit: Im so stupid, I didn't have xenial-updates enabled, only xenial-security
apt wine playonlinux libraries
Any reason you can't use apt? Have you triedapt install -f
?
â NerdOfLinux
Apr 1 at 22:49
1
Also is there any reason you're dumping all this into pastebins rather than pasting them directly into your question with code formatting? (Saves us havingn to go to Javascript- and ad-laden websites just to see your outputs)
â Thomas Wardâ¦
Apr 2 at 13:20
@ThomasWard Some of the things are multiple hundred lines, I think the last link is over 800 lines. Figured that pastebin would be a better solution.
â Gunqqer
Apr 9 at 18:19
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I wanted to install libsdl2-dev
and PlayOnLinux
. I use aptitude
as my package manager. When trying
sudo aptitude install libsdl2-dev
I get this. If I ask for another solution I get this which is an even worse solution. With PlayOnLinux I get this. I have no idea why this is happening but I'm guessing these two issues are related. Any help would be appriciated, and any info that can be used to help resolve this can be given.
Dependecies for these things: https://pastebin.com/TCt59sjK
Another edit: SO I still haven't found a solution but I think I found the problem has to do with some packages needing the :amd64 version but another one already had the :i386 one installed and as such they conflict.
Edit: Im so stupid, I didn't have xenial-updates enabled, only xenial-security
apt wine playonlinux libraries
I wanted to install libsdl2-dev
and PlayOnLinux
. I use aptitude
as my package manager. When trying
sudo aptitude install libsdl2-dev
I get this. If I ask for another solution I get this which is an even worse solution. With PlayOnLinux I get this. I have no idea why this is happening but I'm guessing these two issues are related. Any help would be appriciated, and any info that can be used to help resolve this can be given.
Dependecies for these things: https://pastebin.com/TCt59sjK
Another edit: SO I still haven't found a solution but I think I found the problem has to do with some packages needing the :amd64 version but another one already had the :i386 one installed and as such they conflict.
Edit: Im so stupid, I didn't have xenial-updates enabled, only xenial-security
apt wine playonlinux libraries
apt wine playonlinux libraries
edited Apr 9 at 18:16
asked Mar 14 at 0:25
Gunqqer
186
186
Any reason you can't use apt? Have you triedapt install -f
?
â NerdOfLinux
Apr 1 at 22:49
1
Also is there any reason you're dumping all this into pastebins rather than pasting them directly into your question with code formatting? (Saves us havingn to go to Javascript- and ad-laden websites just to see your outputs)
â Thomas Wardâ¦
Apr 2 at 13:20
@ThomasWard Some of the things are multiple hundred lines, I think the last link is over 800 lines. Figured that pastebin would be a better solution.
â Gunqqer
Apr 9 at 18:19
add a comment |Â
Any reason you can't use apt? Have you triedapt install -f
?
â NerdOfLinux
Apr 1 at 22:49
1
Also is there any reason you're dumping all this into pastebins rather than pasting them directly into your question with code formatting? (Saves us havingn to go to Javascript- and ad-laden websites just to see your outputs)
â Thomas Wardâ¦
Apr 2 at 13:20
@ThomasWard Some of the things are multiple hundred lines, I think the last link is over 800 lines. Figured that pastebin would be a better solution.
â Gunqqer
Apr 9 at 18:19
Any reason you can't use apt? Have you tried
apt install -f
?â NerdOfLinux
Apr 1 at 22:49
Any reason you can't use apt? Have you tried
apt install -f
?â NerdOfLinux
Apr 1 at 22:49
1
1
Also is there any reason you're dumping all this into pastebins rather than pasting them directly into your question with code formatting? (Saves us havingn to go to Javascript- and ad-laden websites just to see your outputs)
â Thomas Wardâ¦
Apr 2 at 13:20
Also is there any reason you're dumping all this into pastebins rather than pasting them directly into your question with code formatting? (Saves us havingn to go to Javascript- and ad-laden websites just to see your outputs)
â Thomas Wardâ¦
Apr 2 at 13:20
@ThomasWard Some of the things are multiple hundred lines, I think the last link is over 800 lines. Figured that pastebin would be a better solution.
â Gunqqer
Apr 9 at 18:19
@ThomasWard Some of the things are multiple hundred lines, I think the last link is over 800 lines. Figured that pastebin would be a better solution.
â Gunqqer
Apr 9 at 18:19
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Go into software updates and turn on xenial-updates. I had only xenial-security checked. Everything now works fine
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
Go into software updates and turn on xenial-updates. I had only xenial-security checked. Everything now works fine
add a comment |Â
up vote
0
down vote
accepted
Go into software updates and turn on xenial-updates. I had only xenial-security checked. Everything now works fine
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Go into software updates and turn on xenial-updates. I had only xenial-security checked. Everything now works fine
Go into software updates and turn on xenial-updates. I had only xenial-security checked. Everything now works fine
answered Apr 9 at 18:18
Gunqqer
186
186
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1014735%2funable-to-install-multiple-things-due-to-libarary-problems%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Any reason you can't use apt? Have you tried
apt install -f
?â NerdOfLinux
Apr 1 at 22:49
1
Also is there any reason you're dumping all this into pastebins rather than pasting them directly into your question with code formatting? (Saves us havingn to go to Javascript- and ad-laden websites just to see your outputs)
â Thomas Wardâ¦
Apr 2 at 13:20
@ThomasWard Some of the things are multiple hundred lines, I think the last link is over 800 lines. Figured that pastebin would be a better solution.
â Gunqqer
Apr 9 at 18:19