Ubuntu 18.10 Cannot install wine-stagingUnmet Dependencies when I try to install wine or skypeWhat packages do I install to get WINE in 12.04?Install wine1.6-amd64 from ubuntu-wine ppa asked for installing wine1.6-i386 as wellHelp installing wineCan't install Steam dependencies on Ubuntu 19.04

Where is the 'zone of reversed commands...'?

Open Loop gain of an Op-Amp

How do I find files with no group permissions?

What do you call a document which has no content?

Is a light year a different distance if measured from a moving object?

I'm trying to graph a rational function

Displaying characteristics of the Hero in a console game

'Pound' meaning in this context

Translate "Everything burns" into classical Latin

Is the Thief Rogue's Thief's Reflexes feature optional?

Is there a historical explanation as to why the USA people are so litigious compared to France?

Is Time Machine also backing up my Windows data from Bootcamp?

Is there a push, in the United States, to use gender-neutral language and gender pronouns (when they are given)?

Extra battery in the gap of an HDD

Can you tell the difference between plane shift and invisibility

"Distance" vs "a distance"

Rule of thumb: how far before changing my chain to prevent cassette wear

Is mapping generators to generators, and then extending, a well-defined homomorphism?

They say I should work on bigger things

SSD or HDD for server

Using Terminal` (ASCII plots) in Wolfram 12

Is the value of a probability density function for a given input a point, a range, or both?

How is Smough's name pronounced?

How to print and use a command output in a one-liner?



Ubuntu 18.10 Cannot install wine-staging


Unmet Dependencies when I try to install wine or skypeWhat packages do I install to get WINE in 12.04?Install wine1.6-amd64 from ubuntu-wine ppa asked for installing wine1.6-i386 as wellHelp installing wineCan't install Steam dependencies on Ubuntu 19.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1

















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.










share|improve this question


























  • 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











  • I've had the same problem, and for me it were some dependencies that were recently added to wine but not to the main repos of Ubuntu. This guide finally worked for me.

    – Redsandro
    Sep 30 at 12:28

















1

















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.










share|improve this question


























  • 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











  • I've had the same problem, and for me it were some dependencies that were recently added to wine but not to the main repos of Ubuntu. This guide finally worked for me.

    – Redsandro
    Sep 30 at 12:28













1












1








1








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.










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question



share|improve this question










asked Feb 5 at 21:12









WillWill

63 bronze badges




63 bronze badges















  • 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











  • I've had the same problem, and for me it were some dependencies that were recently added to wine but not to the main repos of Ubuntu. This guide finally worked for me.

    – Redsandro
    Sep 30 at 12:28

















  • 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











  • I've had the same problem, and for me it were some dependencies that were recently added to wine but not to the main repos of Ubuntu. This guide finally worked for me.

    – Redsandro
    Sep 30 at 12:28
















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













I've had the same problem, and for me it were some dependencies that were recently added to wine but not to the main repos of Ubuntu. This guide finally worked for me.

– Redsandro
Sep 30 at 12:28





I've had the same problem, and for me it were some dependencies that were recently added to wine but not to the main repos of Ubuntu. This guide finally worked for me.

– Redsandro
Sep 30 at 12:28










2 Answers
2






active

oldest

votes


















2


















I had similar issue. I forgot to add the wine repository key.



$ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -


then add the repository



$ sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ bionic main'


and install your flavor of wine



$ sudo apt install winehq-staging


or $ sudo apt install winehq-stable



Checkout the new version



$ wine --version
wine-4.0





share|improve this answer




























  • How does this answer the OP question? He is asking about wine-staging not wine-stable

    – Nomi Shaw
    Mar 17 at 18:54











  • sorry, you're right. I updated my post

    – Vic
    Mar 17 at 22:43











  • This doesn't work for ubuntu 18.04

    – Freedo
    Aug 15 at 6:56


















1


















I just fixed the exact same problem. I had the complete same output as you. I followed Vic's answer. It failed but not because his answer was inadequate but because I had multiple sources for wine in my
/etc/apt/sources.list.d/additional-repositories.list. Before you do the nuclear option check to see if your additional sources list might have conflicting wine repos. If you do, remove them all and then do Vic's answer to add the correct repo|key and install what you need.






share|improve this answer



























    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/4.0/"u003ecc by-sa 4.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
    );



    );














    draft saved

    draft discarded
















    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


























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2


















    I had similar issue. I forgot to add the wine repository key.



    $ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -


    then add the repository



    $ sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ bionic main'


    and install your flavor of wine



    $ sudo apt install winehq-staging


    or $ sudo apt install winehq-stable



    Checkout the new version



    $ wine --version
    wine-4.0





    share|improve this answer




























    • How does this answer the OP question? He is asking about wine-staging not wine-stable

      – Nomi Shaw
      Mar 17 at 18:54











    • sorry, you're right. I updated my post

      – Vic
      Mar 17 at 22:43











    • This doesn't work for ubuntu 18.04

      – Freedo
      Aug 15 at 6:56















    2


















    I had similar issue. I forgot to add the wine repository key.



    $ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -


    then add the repository



    $ sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ bionic main'


    and install your flavor of wine



    $ sudo apt install winehq-staging


    or $ sudo apt install winehq-stable



    Checkout the new version



    $ wine --version
    wine-4.0





    share|improve this answer




























    • How does this answer the OP question? He is asking about wine-staging not wine-stable

      – Nomi Shaw
      Mar 17 at 18:54











    • sorry, you're right. I updated my post

      – Vic
      Mar 17 at 22:43











    • This doesn't work for ubuntu 18.04

      – Freedo
      Aug 15 at 6:56













    2














    2










    2









    I had similar issue. I forgot to add the wine repository key.



    $ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -


    then add the repository



    $ sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ bionic main'


    and install your flavor of wine



    $ sudo apt install winehq-staging


    or $ sudo apt install winehq-stable



    Checkout the new version



    $ wine --version
    wine-4.0





    share|improve this answer
















    I had similar issue. I forgot to add the wine repository key.



    $ wget -qO- https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -


    then add the repository



    $ sudo apt-add-repository 'deb http://dl.winehq.org/wine-builds/ubuntu/ bionic main'


    and install your flavor of wine



    $ sudo apt install winehq-staging


    or $ sudo apt install winehq-stable



    Checkout the new version



    $ wine --version
    wine-4.0






    share|improve this answer















    share|improve this answer




    share|improve this answer



    share|improve this answer








    edited Mar 17 at 22:41

























    answered Mar 17 at 18:46









    VicVic

    3431 silver badge8 bronze badges




    3431 silver badge8 bronze badges















    • How does this answer the OP question? He is asking about wine-staging not wine-stable

      – Nomi Shaw
      Mar 17 at 18:54











    • sorry, you're right. I updated my post

      – Vic
      Mar 17 at 22:43











    • This doesn't work for ubuntu 18.04

      – Freedo
      Aug 15 at 6:56

















    • How does this answer the OP question? He is asking about wine-staging not wine-stable

      – Nomi Shaw
      Mar 17 at 18:54











    • sorry, you're right. I updated my post

      – Vic
      Mar 17 at 22:43











    • This doesn't work for ubuntu 18.04

      – Freedo
      Aug 15 at 6:56
















    How does this answer the OP question? He is asking about wine-staging not wine-stable

    – Nomi Shaw
    Mar 17 at 18:54





    How does this answer the OP question? He is asking about wine-staging not wine-stable

    – Nomi Shaw
    Mar 17 at 18:54













    sorry, you're right. I updated my post

    – Vic
    Mar 17 at 22:43





    sorry, you're right. I updated my post

    – Vic
    Mar 17 at 22:43













    This doesn't work for ubuntu 18.04

    – Freedo
    Aug 15 at 6:56





    This doesn't work for ubuntu 18.04

    – Freedo
    Aug 15 at 6:56













    1


















    I just fixed the exact same problem. I had the complete same output as you. I followed Vic's answer. It failed but not because his answer was inadequate but because I had multiple sources for wine in my
    /etc/apt/sources.list.d/additional-repositories.list. Before you do the nuclear option check to see if your additional sources list might have conflicting wine repos. If you do, remove them all and then do Vic's answer to add the correct repo|key and install what you need.






    share|improve this answer






























      1


















      I just fixed the exact same problem. I had the complete same output as you. I followed Vic's answer. It failed but not because his answer was inadequate but because I had multiple sources for wine in my
      /etc/apt/sources.list.d/additional-repositories.list. Before you do the nuclear option check to see if your additional sources list might have conflicting wine repos. If you do, remove them all and then do Vic's answer to add the correct repo|key and install what you need.






      share|improve this answer




























        1














        1










        1









        I just fixed the exact same problem. I had the complete same output as you. I followed Vic's answer. It failed but not because his answer was inadequate but because I had multiple sources for wine in my
        /etc/apt/sources.list.d/additional-repositories.list. Before you do the nuclear option check to see if your additional sources list might have conflicting wine repos. If you do, remove them all and then do Vic's answer to add the correct repo|key and install what you need.






        share|improve this answer














        I just fixed the exact same problem. I had the complete same output as you. I followed Vic's answer. It failed but not because his answer was inadequate but because I had multiple sources for wine in my
        /etc/apt/sources.list.d/additional-repositories.list. Before you do the nuclear option check to see if your additional sources list might have conflicting wine repos. If you do, remove them all and then do Vic's answer to add the correct repo|key and install what you need.







        share|improve this answer













        share|improve this answer




        share|improve this answer



        share|improve this answer










        answered May 2 at 20:31









        tldrtldr

        164 bronze badges




        164 bronze badges































            draft saved

            draft discarded















































            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.




            draft saved


            draft discarded














            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





















































            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

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?