Broken packages and unmet dependencies while installing wine

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








up vote
0
down vote

favorite












So, I'm having problems installing wine in ubuntu. I did exactly what it had to be done to install wine via terminal and once typed in the line



sudo apt-get install --install-recommends winehq-staging


it outputs this



 The following packages have unmet dependencies:
libswresample2 : Depends: libsoxr0 (>= 0.1.0) but it is not going to be installed
winehq-staging : Depends: wine-staging (= 3.7.0~trusty)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I've already looked it up on the internet and tried any solution they gave users, this includes



sudo apt.get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -f


I've also tried to check the repositories in the software&updates. I'm running on a 64bit.
also tried



dpkg --get-selections | grep hold


I also removed every wine package before installing it but still nothing. Tried to reinstall it but still nothing happens it always give me the same error.
so i tried to install libswresample2 but it said it was already at it's newest version.
Is there anyway to fix this?
I'm a bit of a newbie in ubuntu so be patient with me thanks.







share|improve this question




















  • do you need wine-staging for some reason? what happens if you install wine-stable?
    – Joshua Besneatte
    May 11 at 16:00










  • no but it's giving me the same problem while installing the stable version just not giving me the libswresample2 problem: 'The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 3.0.0~trusty) E: Unable to correct problems, you have held broken packages. '
    – L_Cleo
    May 11 at 16:16











  • I've also tried with aptitude instead of apt-get and when I run it with '--with-recommends' it just outputs that no packages are going to be installed, updated or upgraded
    – L_Cleo
    May 11 at 16:41














up vote
0
down vote

favorite












So, I'm having problems installing wine in ubuntu. I did exactly what it had to be done to install wine via terminal and once typed in the line



sudo apt-get install --install-recommends winehq-staging


it outputs this



 The following packages have unmet dependencies:
libswresample2 : Depends: libsoxr0 (>= 0.1.0) but it is not going to be installed
winehq-staging : Depends: wine-staging (= 3.7.0~trusty)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I've already looked it up on the internet and tried any solution they gave users, this includes



sudo apt.get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -f


I've also tried to check the repositories in the software&updates. I'm running on a 64bit.
also tried



dpkg --get-selections | grep hold


I also removed every wine package before installing it but still nothing. Tried to reinstall it but still nothing happens it always give me the same error.
so i tried to install libswresample2 but it said it was already at it's newest version.
Is there anyway to fix this?
I'm a bit of a newbie in ubuntu so be patient with me thanks.







share|improve this question




















  • do you need wine-staging for some reason? what happens if you install wine-stable?
    – Joshua Besneatte
    May 11 at 16:00










  • no but it's giving me the same problem while installing the stable version just not giving me the libswresample2 problem: 'The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 3.0.0~trusty) E: Unable to correct problems, you have held broken packages. '
    – L_Cleo
    May 11 at 16:16











  • I've also tried with aptitude instead of apt-get and when I run it with '--with-recommends' it just outputs that no packages are going to be installed, updated or upgraded
    – L_Cleo
    May 11 at 16:41












up vote
0
down vote

favorite









up vote
0
down vote

favorite











So, I'm having problems installing wine in ubuntu. I did exactly what it had to be done to install wine via terminal and once typed in the line



sudo apt-get install --install-recommends winehq-staging


it outputs this



 The following packages have unmet dependencies:
libswresample2 : Depends: libsoxr0 (>= 0.1.0) but it is not going to be installed
winehq-staging : Depends: wine-staging (= 3.7.0~trusty)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I've already looked it up on the internet and tried any solution they gave users, this includes



sudo apt.get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -f


I've also tried to check the repositories in the software&updates. I'm running on a 64bit.
also tried



dpkg --get-selections | grep hold


I also removed every wine package before installing it but still nothing. Tried to reinstall it but still nothing happens it always give me the same error.
so i tried to install libswresample2 but it said it was already at it's newest version.
Is there anyway to fix this?
I'm a bit of a newbie in ubuntu so be patient with me thanks.







share|improve this question












So, I'm having problems installing wine in ubuntu. I did exactly what it had to be done to install wine via terminal and once typed in the line



sudo apt-get install --install-recommends winehq-staging


it outputs this



 The following packages have unmet dependencies:
libswresample2 : Depends: libsoxr0 (>= 0.1.0) but it is not going to be installed
winehq-staging : Depends: wine-staging (= 3.7.0~trusty)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


I've already looked it up on the internet and tried any solution they gave users, this includes



sudo apt.get autoremove
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -f


I've also tried to check the repositories in the software&updates. I'm running on a 64bit.
also tried



dpkg --get-selections | grep hold


I also removed every wine package before installing it but still nothing. Tried to reinstall it but still nothing happens it always give me the same error.
so i tried to install libswresample2 but it said it was already at it's newest version.
Is there anyway to fix this?
I'm a bit of a newbie in ubuntu so be patient with me thanks.









share|improve this question











share|improve this question




share|improve this question










asked May 11 at 15:56









L_Cleo

14




14











  • do you need wine-staging for some reason? what happens if you install wine-stable?
    – Joshua Besneatte
    May 11 at 16:00










  • no but it's giving me the same problem while installing the stable version just not giving me the libswresample2 problem: 'The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 3.0.0~trusty) E: Unable to correct problems, you have held broken packages. '
    – L_Cleo
    May 11 at 16:16











  • I've also tried with aptitude instead of apt-get and when I run it with '--with-recommends' it just outputs that no packages are going to be installed, updated or upgraded
    – L_Cleo
    May 11 at 16:41
















  • do you need wine-staging for some reason? what happens if you install wine-stable?
    – Joshua Besneatte
    May 11 at 16:00










  • no but it's giving me the same problem while installing the stable version just not giving me the libswresample2 problem: 'The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 3.0.0~trusty) E: Unable to correct problems, you have held broken packages. '
    – L_Cleo
    May 11 at 16:16











  • I've also tried with aptitude instead of apt-get and when I run it with '--with-recommends' it just outputs that no packages are going to be installed, updated or upgraded
    – L_Cleo
    May 11 at 16:41















do you need wine-staging for some reason? what happens if you install wine-stable?
– Joshua Besneatte
May 11 at 16:00




do you need wine-staging for some reason? what happens if you install wine-stable?
– Joshua Besneatte
May 11 at 16:00












no but it's giving me the same problem while installing the stable version just not giving me the libswresample2 problem: 'The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 3.0.0~trusty) E: Unable to correct problems, you have held broken packages. '
– L_Cleo
May 11 at 16:16





no but it's giving me the same problem while installing the stable version just not giving me the libswresample2 problem: 'The following packages have unmet dependencies: winehq-stable : Depends: wine-stable (= 3.0.0~trusty) E: Unable to correct problems, you have held broken packages. '
– L_Cleo
May 11 at 16:16













I've also tried with aptitude instead of apt-get and when I run it with '--with-recommends' it just outputs that no packages are going to be installed, updated or upgraded
– L_Cleo
May 11 at 16:41




I've also tried with aptitude instead of apt-get and when I run it with '--with-recommends' it just outputs that no packages are going to be installed, updated or upgraded
– L_Cleo
May 11 at 16:41















active

oldest

votes











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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
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%2f1034969%2fbroken-packages-and-unmet-dependencies-while-installing-wine%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1034969%2fbroken-packages-and-unmet-dependencies-while-installing-wine%23new-answer', 'question_page');

);

Post as a guest