Wine32 is not installing on Ubuntu Bionic Beaver (development branch)?

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








up vote
2
down vote

favorite












I am trying to install wine on my Ubuntu OS (Ubuntu Bionic Beaver (development branch)).



But when I try APT throws an error about unmet dependencies. When I install the dependency it still shows an error.



I have run



sudo dpkg --add-architecture i386


and



sudo apt install -f


this didn't fix the problem.



wine 32:i386 depends on libwine:i386 but it is not going to be installed










share|improve this question



















  • 1




    Umm... maybe because it's a "development version", not intended for daily use?
    – pomsky
    Apr 17 at 19:56







  • 1




    @pomsky That is not a helpful comment, and 18.04 is in final beta and scheduled to be released next week. This should not be closed at this point.
    – dobey
    Apr 17 at 20:19






  • 1




    However, please do not post screenshots of text and instead copy/paste the text in an edit of your question.
    – dobey
    Apr 17 at 20:20










  • As for the issue, there's likely a conflict or some related issue, preventing the install. you'll need to do apt install wine32 libwine:i386 to see why it fails to install (and so on if more packages are at issue). At some point it will likely resolve and also ask to remove other packages, but you should then know why it was failing.
    – dobey
    Apr 17 at 20:22










  • @dobey I also think general how-to questions about final beta should not be closed. In this case from the screenshot I presumed the problem is with the package manager or the sources (or perhaps broken installation), hence not a general question but a bug. But well, I've been wrong before, and may very well be once again. :)
    – pomsky
    Apr 17 at 20:54














up vote
2
down vote

favorite












I am trying to install wine on my Ubuntu OS (Ubuntu Bionic Beaver (development branch)).



But when I try APT throws an error about unmet dependencies. When I install the dependency it still shows an error.



I have run



sudo dpkg --add-architecture i386


and



sudo apt install -f


this didn't fix the problem.



wine 32:i386 depends on libwine:i386 but it is not going to be installed










share|improve this question



















  • 1




    Umm... maybe because it's a "development version", not intended for daily use?
    – pomsky
    Apr 17 at 19:56







  • 1




    @pomsky That is not a helpful comment, and 18.04 is in final beta and scheduled to be released next week. This should not be closed at this point.
    – dobey
    Apr 17 at 20:19






  • 1




    However, please do not post screenshots of text and instead copy/paste the text in an edit of your question.
    – dobey
    Apr 17 at 20:20










  • As for the issue, there's likely a conflict or some related issue, preventing the install. you'll need to do apt install wine32 libwine:i386 to see why it fails to install (and so on if more packages are at issue). At some point it will likely resolve and also ask to remove other packages, but you should then know why it was failing.
    – dobey
    Apr 17 at 20:22










  • @dobey I also think general how-to questions about final beta should not be closed. In this case from the screenshot I presumed the problem is with the package manager or the sources (or perhaps broken installation), hence not a general question but a bug. But well, I've been wrong before, and may very well be once again. :)
    – pomsky
    Apr 17 at 20:54












up vote
2
down vote

favorite









up vote
2
down vote

favorite











I am trying to install wine on my Ubuntu OS (Ubuntu Bionic Beaver (development branch)).



But when I try APT throws an error about unmet dependencies. When I install the dependency it still shows an error.



I have run



sudo dpkg --add-architecture i386


and



sudo apt install -f


this didn't fix the problem.



wine 32:i386 depends on libwine:i386 but it is not going to be installed










share|improve this question















I am trying to install wine on my Ubuntu OS (Ubuntu Bionic Beaver (development branch)).



But when I try APT throws an error about unmet dependencies. When I install the dependency it still shows an error.



I have run



sudo dpkg --add-architecture i386


and



sudo apt install -f


this didn't fix the problem.



wine 32:i386 depends on libwine:i386 but it is not going to be installed







apt package-management wine






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 18 at 7:32









Zanna

48k13119227




48k13119227










asked Apr 17 at 19:55









hu7sy

1111




1111







  • 1




    Umm... maybe because it's a "development version", not intended for daily use?
    – pomsky
    Apr 17 at 19:56







  • 1




    @pomsky That is not a helpful comment, and 18.04 is in final beta and scheduled to be released next week. This should not be closed at this point.
    – dobey
    Apr 17 at 20:19






  • 1




    However, please do not post screenshots of text and instead copy/paste the text in an edit of your question.
    – dobey
    Apr 17 at 20:20










  • As for the issue, there's likely a conflict or some related issue, preventing the install. you'll need to do apt install wine32 libwine:i386 to see why it fails to install (and so on if more packages are at issue). At some point it will likely resolve and also ask to remove other packages, but you should then know why it was failing.
    – dobey
    Apr 17 at 20:22










  • @dobey I also think general how-to questions about final beta should not be closed. In this case from the screenshot I presumed the problem is with the package manager or the sources (or perhaps broken installation), hence not a general question but a bug. But well, I've been wrong before, and may very well be once again. :)
    – pomsky
    Apr 17 at 20:54












  • 1




    Umm... maybe because it's a "development version", not intended for daily use?
    – pomsky
    Apr 17 at 19:56







  • 1




    @pomsky That is not a helpful comment, and 18.04 is in final beta and scheduled to be released next week. This should not be closed at this point.
    – dobey
    Apr 17 at 20:19






  • 1




    However, please do not post screenshots of text and instead copy/paste the text in an edit of your question.
    – dobey
    Apr 17 at 20:20










  • As for the issue, there's likely a conflict or some related issue, preventing the install. you'll need to do apt install wine32 libwine:i386 to see why it fails to install (and so on if more packages are at issue). At some point it will likely resolve and also ask to remove other packages, but you should then know why it was failing.
    – dobey
    Apr 17 at 20:22










  • @dobey I also think general how-to questions about final beta should not be closed. In this case from the screenshot I presumed the problem is with the package manager or the sources (or perhaps broken installation), hence not a general question but a bug. But well, I've been wrong before, and may very well be once again. :)
    – pomsky
    Apr 17 at 20:54







1




1




Umm... maybe because it's a "development version", not intended for daily use?
– pomsky
Apr 17 at 19:56





Umm... maybe because it's a "development version", not intended for daily use?
– pomsky
Apr 17 at 19:56





1




1




@pomsky That is not a helpful comment, and 18.04 is in final beta and scheduled to be released next week. This should not be closed at this point.
– dobey
Apr 17 at 20:19




@pomsky That is not a helpful comment, and 18.04 is in final beta and scheduled to be released next week. This should not be closed at this point.
– dobey
Apr 17 at 20:19




1




1




However, please do not post screenshots of text and instead copy/paste the text in an edit of your question.
– dobey
Apr 17 at 20:20




However, please do not post screenshots of text and instead copy/paste the text in an edit of your question.
– dobey
Apr 17 at 20:20












As for the issue, there's likely a conflict or some related issue, preventing the install. you'll need to do apt install wine32 libwine:i386 to see why it fails to install (and so on if more packages are at issue). At some point it will likely resolve and also ask to remove other packages, but you should then know why it was failing.
– dobey
Apr 17 at 20:22




As for the issue, there's likely a conflict or some related issue, preventing the install. you'll need to do apt install wine32 libwine:i386 to see why it fails to install (and so on if more packages are at issue). At some point it will likely resolve and also ask to remove other packages, but you should then know why it was failing.
– dobey
Apr 17 at 20:22












@dobey I also think general how-to questions about final beta should not be closed. In this case from the screenshot I presumed the problem is with the package manager or the sources (or perhaps broken installation), hence not a general question but a bug. But well, I've been wrong before, and may very well be once again. :)
– pomsky
Apr 17 at 20:54




@dobey I also think general how-to questions about final beta should not be closed. In this case from the screenshot I presumed the problem is with the package manager or the sources (or perhaps broken installation), hence not a general question but a bug. But well, I've been wrong before, and may very well be once again. :)
– pomsky
Apr 17 at 20:54















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%2f1025916%2fwine32-is-not-installing-on-ubuntu-bionic-beaver-development-branch%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%2f1025916%2fwine32-is-not-installing-on-ubuntu-bionic-beaver-development-branch%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491