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.
apt wine dpkg dependencies
New contributor
add a comment |
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.
apt wine dpkg dependencies
New contributor
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 commandssudo dpkg --configure -a
anddpkg -l | grep wine
? Also you may want to trysudo 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
add a comment |
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.
apt wine dpkg dependencies
New contributor
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
apt wine dpkg dependencies
New contributor
New contributor
New contributor
asked Dec 12 at 17:33
J Ivill
1
1
New contributor
New contributor
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 commandssudo dpkg --configure -a
anddpkg -l | grep wine
? Also you may want to trysudo 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
add a comment |
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 commandssudo dpkg --configure -a
anddpkg -l | grep wine
? Also you may want to trysudo 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
add a comment |
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.
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%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.
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.
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%2faskubuntu.com%2fquestions%2f1100404%2fwine-unmet-dependencies%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
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
anddpkg -l | grep wine
? Also you may want to trysudo 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