Wine - Unmet dependencies











up vote
0
down vote

favorite












the other day I ran into an error while trying to install wine. I believe this is because I've tried to install too many versions of wine.




sudo apt-get install --install-recommends winehq-stable 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. winehq-stable :
Depends: wine-stable (= 3.0.4~cosmic) E: Unable to correct problems,
you have held broken packages.




No matter what branch of wine I try to install I get these errors. I followed the tutorial through winehq for the installation but it hasn't helped much.










share|improve this question







New contributor




J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • How were you trying to install Wine? Using the Wine repositories, or using a PPA?
    – Thomas Ward
    Dec 12 at 17:37






  • 1




    Hi J. It looks like you're using Ubuntu 16.10? Can you edit your question to include the output of the commands sudo dpkg --configure -a and dpkg -l | grep wine ? Also you may want to try sudo apt-get -f install but I'm pretty sure that won't work because it looks like there's a problem with dependencies. My guess is you need to enable multiarch support to download dependencies from 32-bit architecture repos (since wine needs to be able to emulate both 32 and 64 bit windows installations)
    – Hee Jin
    Dec 12 at 18:13










  • I used the repositories and PPA, because one didnt work then I tried the other. And I believe I already did that while attempting to install wine via terminal."sudo dpkg --add-architecture i386 " is the command I would have used to emulate both 64 and 32 bit. I still got the error regardless.
    – J Ivill
    Dec 12 at 23:57

















up vote
0
down vote

favorite












the other day I ran into an error while trying to install wine. I believe this is because I've tried to install too many versions of wine.




sudo apt-get install --install-recommends winehq-stable 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. winehq-stable :
Depends: wine-stable (= 3.0.4~cosmic) E: Unable to correct problems,
you have held broken packages.




No matter what branch of wine I try to install I get these errors. I followed the tutorial through winehq for the installation but it hasn't helped much.










share|improve this question







New contributor




J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • How were you trying to install Wine? Using the Wine repositories, or using a PPA?
    – Thomas Ward
    Dec 12 at 17:37






  • 1




    Hi J. It looks like you're using Ubuntu 16.10? Can you edit your question to include the output of the commands sudo dpkg --configure -a and dpkg -l | grep wine ? Also you may want to try sudo apt-get -f install but I'm pretty sure that won't work because it looks like there's a problem with dependencies. My guess is you need to enable multiarch support to download dependencies from 32-bit architecture repos (since wine needs to be able to emulate both 32 and 64 bit windows installations)
    – Hee Jin
    Dec 12 at 18:13










  • I used the repositories and PPA, because one didnt work then I tried the other. And I believe I already did that while attempting to install wine via terminal."sudo dpkg --add-architecture i386 " is the command I would have used to emulate both 64 and 32 bit. I still got the error regardless.
    – J Ivill
    Dec 12 at 23:57















up vote
0
down vote

favorite









up vote
0
down vote

favorite











the other day I ran into an error while trying to install wine. I believe this is because I've tried to install too many versions of wine.




sudo apt-get install --install-recommends winehq-stable 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. winehq-stable :
Depends: wine-stable (= 3.0.4~cosmic) E: Unable to correct problems,
you have held broken packages.




No matter what branch of wine I try to install I get these errors. I followed the tutorial through winehq for the installation but it hasn't helped much.










share|improve this question







New contributor




J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











the other day I ran into an error while trying to install wine. I believe this is because I've tried to install too many versions of wine.




sudo apt-get install --install-recommends winehq-stable 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. winehq-stable :
Depends: wine-stable (= 3.0.4~cosmic) E: Unable to correct problems,
you have held broken packages.




No matter what branch of wine I try to install I get these errors. I followed the tutorial through winehq for the installation but it hasn't helped much.







apt wine dpkg dependencies






share|improve this question







New contributor




J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Dec 12 at 17:33









J Ivill

1




1




New contributor




J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






J Ivill is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • How were you trying to install Wine? Using the Wine repositories, or using a PPA?
    – Thomas Ward
    Dec 12 at 17:37






  • 1




    Hi J. It looks like you're using Ubuntu 16.10? Can you edit your question to include the output of the commands sudo dpkg --configure -a and dpkg -l | grep wine ? Also you may want to try sudo apt-get -f install but I'm pretty sure that won't work because it looks like there's a problem with dependencies. My guess is you need to enable multiarch support to download dependencies from 32-bit architecture repos (since wine needs to be able to emulate both 32 and 64 bit windows installations)
    – Hee Jin
    Dec 12 at 18:13










  • I used the repositories and PPA, because one didnt work then I tried the other. And I believe I already did that while attempting to install wine via terminal."sudo dpkg --add-architecture i386 " is the command I would have used to emulate both 64 and 32 bit. I still got the error regardless.
    – J Ivill
    Dec 12 at 23:57




















  • How were you trying to install Wine? Using the Wine repositories, or using a PPA?
    – Thomas Ward
    Dec 12 at 17:37






  • 1




    Hi J. It looks like you're using Ubuntu 16.10? Can you edit your question to include the output of the commands sudo dpkg --configure -a and dpkg -l | grep wine ? Also you may want to try sudo apt-get -f install but I'm pretty sure that won't work because it looks like there's a problem with dependencies. My guess is you need to enable multiarch support to download dependencies from 32-bit architecture repos (since wine needs to be able to emulate both 32 and 64 bit windows installations)
    – Hee Jin
    Dec 12 at 18:13










  • I used the repositories and PPA, because one didnt work then I tried the other. And I believe I already did that while attempting to install wine via terminal."sudo dpkg --add-architecture i386 " is the command I would have used to emulate both 64 and 32 bit. I still got the error regardless.
    – J Ivill
    Dec 12 at 23:57


















How were you trying to install Wine? Using the Wine repositories, or using a PPA?
– Thomas Ward
Dec 12 at 17:37




How were you trying to install Wine? Using the Wine repositories, or using a PPA?
– Thomas Ward
Dec 12 at 17:37




1




1




Hi J. It looks like you're using Ubuntu 16.10? Can you edit your question to include the output of the commands sudo dpkg --configure -a and dpkg -l | grep wine ? Also you may want to try sudo apt-get -f install but I'm pretty sure that won't work because it looks like there's a problem with dependencies. My guess is you need to enable multiarch support to download dependencies from 32-bit architecture repos (since wine needs to be able to emulate both 32 and 64 bit windows installations)
– Hee Jin
Dec 12 at 18:13




Hi J. It looks like you're using Ubuntu 16.10? Can you edit your question to include the output of the commands sudo dpkg --configure -a and dpkg -l | grep wine ? Also you may want to try sudo apt-get -f install but I'm pretty sure that won't work because it looks like there's a problem with dependencies. My guess is you need to enable multiarch support to download dependencies from 32-bit architecture repos (since wine needs to be able to emulate both 32 and 64 bit windows installations)
– Hee Jin
Dec 12 at 18:13












I used the repositories and PPA, because one didnt work then I tried the other. And I believe I already did that while attempting to install wine via terminal."sudo dpkg --add-architecture i386 " is the command I would have used to emulate both 64 and 32 bit. I still got the error regardless.
– J Ivill
Dec 12 at 23:57






I used the repositories and PPA, because one didnt work then I tried the other. And I believe I already did that while attempting to install wine via terminal."sudo dpkg --add-architecture i386 " is the command I would have used to emulate both 64 and 32 bit. I still got the error regardless.
– J Ivill
Dec 12 at 23:57

















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',
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/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
});


}
});






J Ivill is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1100404%2fwine-unmet-dependencies%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








J Ivill is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















J Ivill is a new contributor. Be nice, and check out our Code of Conduct.













J Ivill is a new contributor. Be nice, and check out our Code of Conduct.












J Ivill is a new contributor. Be nice, and check out our Code of Conduct.
















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.





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%2faskubuntu.com%2fquestions%2f1100404%2fwine-unmet-dependencies%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 did Captain America manage to do this?

迪纳利

南乌拉尔铁路局