Ubuntu 18.10 Cannot install wine-staging
I had previously installed wine-stable, but for a particular program I wanted to run it was recommended that I run wine-staging. So I uninstalled wine-stable, and tried to install wine-staging as normal.
When I run
sudo apt install wine-staging
I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging : Depends: wine-staging-amd64 (= 4.0~rc7~cosmic) but it is not going to be installed
Depends: wine-staging-i386 (= 4.0~rc7~cosmic)
E: Unable to correct problems, you have held broken packages.
So when I try to install the dependencies, I just keep on getting further down a rabbit hole of things I need but for some unexplained reason cannot install.
So for instance, when I tried to install wine-staging-amd64, I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging-amd64 : Depends: libavcodec58 (>= 7:4.0) but it is not installable
Depends: libavutil56 (>= 7:4.0) but it is not installable
Depends: libvkd3d1 but it is not installable
E: Unable to correct problems, you have held broken packages.
This is mainline Ubuntu, on an installation less than a week old. I haven't done any messing with my repos, and I've spent the past hour reading all kinds of solutions that seemed to work for everybody else, but do not work for me, such as sudo dpkg --add-architecture i386
. I've tried installing the .deb directly from the winehq website, but Ubuntu Software install progress just goes from 0-100 in a second like it's installed, and then presents me with the install button again with no error indicating something went wrong. With gdebi, it tells me it's got a dependency that cannot be satisfied - which is itself. I'm not a new Linux user, and I've never run into such a ridiculous web of issues trying to install a simple package. Is there something going on within the WINE project right now, or am I somehow doing something wrong? This issue is seriously testing my patience.
apt package-management software-installation wine dpkg
add a comment |
I had previously installed wine-stable, but for a particular program I wanted to run it was recommended that I run wine-staging. So I uninstalled wine-stable, and tried to install wine-staging as normal.
When I run
sudo apt install wine-staging
I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging : Depends: wine-staging-amd64 (= 4.0~rc7~cosmic) but it is not going to be installed
Depends: wine-staging-i386 (= 4.0~rc7~cosmic)
E: Unable to correct problems, you have held broken packages.
So when I try to install the dependencies, I just keep on getting further down a rabbit hole of things I need but for some unexplained reason cannot install.
So for instance, when I tried to install wine-staging-amd64, I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging-amd64 : Depends: libavcodec58 (>= 7:4.0) but it is not installable
Depends: libavutil56 (>= 7:4.0) but it is not installable
Depends: libvkd3d1 but it is not installable
E: Unable to correct problems, you have held broken packages.
This is mainline Ubuntu, on an installation less than a week old. I haven't done any messing with my repos, and I've spent the past hour reading all kinds of solutions that seemed to work for everybody else, but do not work for me, such as sudo dpkg --add-architecture i386
. I've tried installing the .deb directly from the winehq website, but Ubuntu Software install progress just goes from 0-100 in a second like it's installed, and then presents me with the install button again with no error indicating something went wrong. With gdebi, it tells me it's got a dependency that cannot be satisfied - which is itself. I'm not a new Linux user, and I've never run into such a ridiculous web of issues trying to install a simple package. Is there something going on within the WINE project right now, or am I somehow doing something wrong? This issue is seriously testing my patience.
apt package-management software-installation wine dpkg
Just checking, for sure you have added wine repository, right?
– LeonidMew
Feb 5 at 21:18
@LeonidMew yessir. I followed step-by-step the installation guide found on winehq after installing the “normal” way didn’t work. It didn’t seem to change anything.
– Will
Feb 5 at 21:19
Important info for people who want to help out: 1) the output ofapt policy wine-staging
2) Screenshot of the "other software" tab from Softtware&Updates, or other compact way to show what repos you have added.
– Organic Marble
Feb 5 at 23:01
I ended up reinstalling Ubuntu and going through the steps on winehq once more. I’m no longer having the issue, and was able to install wine-staging with no problems. I wish I knew what I did to cause this error, or how to replicate it, but at least it’s fixed.
– Will
Feb 6 at 0:10
add a comment |
I had previously installed wine-stable, but for a particular program I wanted to run it was recommended that I run wine-staging. So I uninstalled wine-stable, and tried to install wine-staging as normal.
When I run
sudo apt install wine-staging
I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging : Depends: wine-staging-amd64 (= 4.0~rc7~cosmic) but it is not going to be installed
Depends: wine-staging-i386 (= 4.0~rc7~cosmic)
E: Unable to correct problems, you have held broken packages.
So when I try to install the dependencies, I just keep on getting further down a rabbit hole of things I need but for some unexplained reason cannot install.
So for instance, when I tried to install wine-staging-amd64, I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging-amd64 : Depends: libavcodec58 (>= 7:4.0) but it is not installable
Depends: libavutil56 (>= 7:4.0) but it is not installable
Depends: libvkd3d1 but it is not installable
E: Unable to correct problems, you have held broken packages.
This is mainline Ubuntu, on an installation less than a week old. I haven't done any messing with my repos, and I've spent the past hour reading all kinds of solutions that seemed to work for everybody else, but do not work for me, such as sudo dpkg --add-architecture i386
. I've tried installing the .deb directly from the winehq website, but Ubuntu Software install progress just goes from 0-100 in a second like it's installed, and then presents me with the install button again with no error indicating something went wrong. With gdebi, it tells me it's got a dependency that cannot be satisfied - which is itself. I'm not a new Linux user, and I've never run into such a ridiculous web of issues trying to install a simple package. Is there something going on within the WINE project right now, or am I somehow doing something wrong? This issue is seriously testing my patience.
apt package-management software-installation wine dpkg
I had previously installed wine-stable, but for a particular program I wanted to run it was recommended that I run wine-staging. So I uninstalled wine-stable, and tried to install wine-staging as normal.
When I run
sudo apt install wine-staging
I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging : Depends: wine-staging-amd64 (= 4.0~rc7~cosmic) but it is not going to be installed
Depends: wine-staging-i386 (= 4.0~rc7~cosmic)
E: Unable to correct problems, you have held broken packages.
So when I try to install the dependencies, I just keep on getting further down a rabbit hole of things I need but for some unexplained reason cannot install.
So for instance, when I tried to install wine-staging-amd64, I get
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 resolve the situation:
The following packages have unmet dependencies:
wine-staging-amd64 : Depends: libavcodec58 (>= 7:4.0) but it is not installable
Depends: libavutil56 (>= 7:4.0) but it is not installable
Depends: libvkd3d1 but it is not installable
E: Unable to correct problems, you have held broken packages.
This is mainline Ubuntu, on an installation less than a week old. I haven't done any messing with my repos, and I've spent the past hour reading all kinds of solutions that seemed to work for everybody else, but do not work for me, such as sudo dpkg --add-architecture i386
. I've tried installing the .deb directly from the winehq website, but Ubuntu Software install progress just goes from 0-100 in a second like it's installed, and then presents me with the install button again with no error indicating something went wrong. With gdebi, it tells me it's got a dependency that cannot be satisfied - which is itself. I'm not a new Linux user, and I've never run into such a ridiculous web of issues trying to install a simple package. Is there something going on within the WINE project right now, or am I somehow doing something wrong? This issue is seriously testing my patience.
apt package-management software-installation wine dpkg
apt package-management software-installation wine dpkg
asked Feb 5 at 21:12
WillWill
11
11
Just checking, for sure you have added wine repository, right?
– LeonidMew
Feb 5 at 21:18
@LeonidMew yessir. I followed step-by-step the installation guide found on winehq after installing the “normal” way didn’t work. It didn’t seem to change anything.
– Will
Feb 5 at 21:19
Important info for people who want to help out: 1) the output ofapt policy wine-staging
2) Screenshot of the "other software" tab from Softtware&Updates, or other compact way to show what repos you have added.
– Organic Marble
Feb 5 at 23:01
I ended up reinstalling Ubuntu and going through the steps on winehq once more. I’m no longer having the issue, and was able to install wine-staging with no problems. I wish I knew what I did to cause this error, or how to replicate it, but at least it’s fixed.
– Will
Feb 6 at 0:10
add a comment |
Just checking, for sure you have added wine repository, right?
– LeonidMew
Feb 5 at 21:18
@LeonidMew yessir. I followed step-by-step the installation guide found on winehq after installing the “normal” way didn’t work. It didn’t seem to change anything.
– Will
Feb 5 at 21:19
Important info for people who want to help out: 1) the output ofapt policy wine-staging
2) Screenshot of the "other software" tab from Softtware&Updates, or other compact way to show what repos you have added.
– Organic Marble
Feb 5 at 23:01
I ended up reinstalling Ubuntu and going through the steps on winehq once more. I’m no longer having the issue, and was able to install wine-staging with no problems. I wish I knew what I did to cause this error, or how to replicate it, but at least it’s fixed.
– Will
Feb 6 at 0:10
Just checking, for sure you have added wine repository, right?
– LeonidMew
Feb 5 at 21:18
Just checking, for sure you have added wine repository, right?
– LeonidMew
Feb 5 at 21:18
@LeonidMew yessir. I followed step-by-step the installation guide found on winehq after installing the “normal” way didn’t work. It didn’t seem to change anything.
– Will
Feb 5 at 21:19
@LeonidMew yessir. I followed step-by-step the installation guide found on winehq after installing the “normal” way didn’t work. It didn’t seem to change anything.
– Will
Feb 5 at 21:19
Important info for people who want to help out: 1) the output of
apt policy wine-staging
2) Screenshot of the "other software" tab from Softtware&Updates, or other compact way to show what repos you have added.– Organic Marble
Feb 5 at 23:01
Important info for people who want to help out: 1) the output of
apt policy wine-staging
2) Screenshot of the "other software" tab from Softtware&Updates, or other compact way to show what repos you have added.– Organic Marble
Feb 5 at 23:01
I ended up reinstalling Ubuntu and going through the steps on winehq once more. I’m no longer having the issue, and was able to install wine-staging with no problems. I wish I knew what I did to cause this error, or how to replicate it, but at least it’s fixed.
– Will
Feb 6 at 0:10
I ended up reinstalling Ubuntu and going through the steps on winehq once more. I’m no longer having the issue, and was able to install wine-staging with no problems. I wish I knew what I did to cause this error, or how to replicate it, but at least it’s fixed.
– Will
Feb 6 at 0:10
add a comment |
0
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
});
}
});
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%2f1115930%2fubuntu-18-10-cannot-install-wine-staging%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f1115930%2fubuntu-18-10-cannot-install-wine-staging%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
Just checking, for sure you have added wine repository, right?
– LeonidMew
Feb 5 at 21:18
@LeonidMew yessir. I followed step-by-step the installation guide found on winehq after installing the “normal” way didn’t work. It didn’t seem to change anything.
– Will
Feb 5 at 21:19
Important info for people who want to help out: 1) the output of
apt policy wine-staging
2) Screenshot of the "other software" tab from Softtware&Updates, or other compact way to show what repos you have added.– Organic Marble
Feb 5 at 23:01
I ended up reinstalling Ubuntu and going through the steps on winehq once more. I’m no longer having the issue, and was able to install wine-staging with no problems. I wish I knew what I did to cause this error, or how to replicate it, but at least it’s fixed.
– Will
Feb 6 at 0:10