Can't install Wine Ubuntu 18.04











up vote
1
down vote

favorite
1












So I started following the instructions on: https://wiki.winehq.org/Ubuntu



So I did:



wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/


Then after doing an update, I tried to install using:



sudo apt-get install --install-recommends winehq-stable


But I got



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.


And I can't install wine-stable, as it tells me to install wine-stable-i386, which I also can't install because:



 wine-stable-i386:i386 : Depends: libc6:i386 (>= 2.28) but 2.27-3ubuntu1 is to be installed
Recommends: libcapi20-3:i386 but it is not going to be installed
Recommends: libcups2:i386 but it is not going to be installed
Recommends: libglu1-mesa:i386 but it is not going to be installed or
libglu1:i386
Recommends: libgsm1:i386 but it is not going to be installed
Recommends: libgssapi-krb5-2:i386 but it is not going to be installed
Recommends: libkrb5-3:i386 but it is not going to be installed
Recommends: libodbc1:i386 but it is not going to be installed
Recommends: libosmesa6:i386 but it is not going to be installed
Recommends: libsane:i386 or
libsane1:i386 but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libv4l-0:i386 but it is not going to be installed
Recommends: libxcomposite1:i386 but it is not going to be installed
Recommends: libxcursor1:i386 but it is not going to be installed
Recommends: libxfixes3:i386 but it is not going to be installed
Recommends: libxi6:i386 but it is not going to be installed
Recommends: libxinerama1:i386 but it is not going to be installed
Recommends: libxrandr2:i386 but it is not going to be installed
Recommends: libxrender1:i386 but it is not going to be installed
Recommends: libxslt1.1:i386 but it is not going to be installed
Recommends: libxxf86vm1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I don't know how to fix this, please help.



I have also tried doing sudo apt-get install -f, but it returns



Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Edit: Also did sudo dpkg --add-architecture i386
Edit2: wine-staging works










share|improve this question
























  • Please do sudo dpkg --add-architecture i386 and then try again.
    – Hugo
    Dec 1 at 19:08










  • @Hugo I didn't mention that I did that already, forgot, will edit post.
    – Kamikoroshi
    Dec 1 at 19:34










  • Possible duplicate of How to install and configure Wine?
    – abu_bua
    Dec 1 at 22:00










  • @abu_bua ,I would say that it isn't. As that thread doesn't specify my problem.
    – Kamikoroshi
    Dec 1 at 22:15








  • 2




    Possible duplicate of Unable to correct problems, you have held broken packages
    – karel
    Dec 2 at 5:27















up vote
1
down vote

favorite
1












So I started following the instructions on: https://wiki.winehq.org/Ubuntu



So I did:



wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/


Then after doing an update, I tried to install using:



sudo apt-get install --install-recommends winehq-stable


But I got



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.


And I can't install wine-stable, as it tells me to install wine-stable-i386, which I also can't install because:



 wine-stable-i386:i386 : Depends: libc6:i386 (>= 2.28) but 2.27-3ubuntu1 is to be installed
Recommends: libcapi20-3:i386 but it is not going to be installed
Recommends: libcups2:i386 but it is not going to be installed
Recommends: libglu1-mesa:i386 but it is not going to be installed or
libglu1:i386
Recommends: libgsm1:i386 but it is not going to be installed
Recommends: libgssapi-krb5-2:i386 but it is not going to be installed
Recommends: libkrb5-3:i386 but it is not going to be installed
Recommends: libodbc1:i386 but it is not going to be installed
Recommends: libosmesa6:i386 but it is not going to be installed
Recommends: libsane:i386 or
libsane1:i386 but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libv4l-0:i386 but it is not going to be installed
Recommends: libxcomposite1:i386 but it is not going to be installed
Recommends: libxcursor1:i386 but it is not going to be installed
Recommends: libxfixes3:i386 but it is not going to be installed
Recommends: libxi6:i386 but it is not going to be installed
Recommends: libxinerama1:i386 but it is not going to be installed
Recommends: libxrandr2:i386 but it is not going to be installed
Recommends: libxrender1:i386 but it is not going to be installed
Recommends: libxslt1.1:i386 but it is not going to be installed
Recommends: libxxf86vm1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I don't know how to fix this, please help.



I have also tried doing sudo apt-get install -f, but it returns



Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Edit: Also did sudo dpkg --add-architecture i386
Edit2: wine-staging works










share|improve this question
























  • Please do sudo dpkg --add-architecture i386 and then try again.
    – Hugo
    Dec 1 at 19:08










  • @Hugo I didn't mention that I did that already, forgot, will edit post.
    – Kamikoroshi
    Dec 1 at 19:34










  • Possible duplicate of How to install and configure Wine?
    – abu_bua
    Dec 1 at 22:00










  • @abu_bua ,I would say that it isn't. As that thread doesn't specify my problem.
    – Kamikoroshi
    Dec 1 at 22:15








  • 2




    Possible duplicate of Unable to correct problems, you have held broken packages
    – karel
    Dec 2 at 5:27













up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





So I started following the instructions on: https://wiki.winehq.org/Ubuntu



So I did:



wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/


Then after doing an update, I tried to install using:



sudo apt-get install --install-recommends winehq-stable


But I got



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.


And I can't install wine-stable, as it tells me to install wine-stable-i386, which I also can't install because:



 wine-stable-i386:i386 : Depends: libc6:i386 (>= 2.28) but 2.27-3ubuntu1 is to be installed
Recommends: libcapi20-3:i386 but it is not going to be installed
Recommends: libcups2:i386 but it is not going to be installed
Recommends: libglu1-mesa:i386 but it is not going to be installed or
libglu1:i386
Recommends: libgsm1:i386 but it is not going to be installed
Recommends: libgssapi-krb5-2:i386 but it is not going to be installed
Recommends: libkrb5-3:i386 but it is not going to be installed
Recommends: libodbc1:i386 but it is not going to be installed
Recommends: libosmesa6:i386 but it is not going to be installed
Recommends: libsane:i386 or
libsane1:i386 but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libv4l-0:i386 but it is not going to be installed
Recommends: libxcomposite1:i386 but it is not going to be installed
Recommends: libxcursor1:i386 but it is not going to be installed
Recommends: libxfixes3:i386 but it is not going to be installed
Recommends: libxi6:i386 but it is not going to be installed
Recommends: libxinerama1:i386 but it is not going to be installed
Recommends: libxrandr2:i386 but it is not going to be installed
Recommends: libxrender1:i386 but it is not going to be installed
Recommends: libxslt1.1:i386 but it is not going to be installed
Recommends: libxxf86vm1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I don't know how to fix this, please help.



I have also tried doing sudo apt-get install -f, but it returns



Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Edit: Also did sudo dpkg --add-architecture i386
Edit2: wine-staging works










share|improve this question















So I started following the instructions on: https://wiki.winehq.org/Ubuntu



So I did:



wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/


Then after doing an update, I tried to install using:



sudo apt-get install --install-recommends winehq-stable


But I got



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.


And I can't install wine-stable, as it tells me to install wine-stable-i386, which I also can't install because:



 wine-stable-i386:i386 : Depends: libc6:i386 (>= 2.28) but 2.27-3ubuntu1 is to be installed
Recommends: libcapi20-3:i386 but it is not going to be installed
Recommends: libcups2:i386 but it is not going to be installed
Recommends: libglu1-mesa:i386 but it is not going to be installed or
libglu1:i386
Recommends: libgsm1:i386 but it is not going to be installed
Recommends: libgssapi-krb5-2:i386 but it is not going to be installed
Recommends: libkrb5-3:i386 but it is not going to be installed
Recommends: libodbc1:i386 but it is not going to be installed
Recommends: libosmesa6:i386 but it is not going to be installed
Recommends: libsane:i386 or
libsane1:i386 but it is not going to be installed
Recommends: libsdl2-2.0-0:i386 but it is not going to be installed
Recommends: libv4l-0:i386 but it is not going to be installed
Recommends: libxcomposite1:i386 but it is not going to be installed
Recommends: libxcursor1:i386 but it is not going to be installed
Recommends: libxfixes3:i386 but it is not going to be installed
Recommends: libxi6:i386 but it is not going to be installed
Recommends: libxinerama1:i386 but it is not going to be installed
Recommends: libxrandr2:i386 but it is not going to be installed
Recommends: libxrender1:i386 but it is not going to be installed
Recommends: libxslt1.1:i386 but it is not going to be installed
Recommends: libxxf86vm1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


I don't know how to fix this, please help.



I have also tried doing sudo apt-get install -f, but it returns



Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


Edit: Also did sudo dpkg --add-architecture i386
Edit2: wine-staging works







apt wine






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 9 at 22:30

























asked Dec 1 at 19:02









Kamikoroshi

415




415












  • Please do sudo dpkg --add-architecture i386 and then try again.
    – Hugo
    Dec 1 at 19:08










  • @Hugo I didn't mention that I did that already, forgot, will edit post.
    – Kamikoroshi
    Dec 1 at 19:34










  • Possible duplicate of How to install and configure Wine?
    – abu_bua
    Dec 1 at 22:00










  • @abu_bua ,I would say that it isn't. As that thread doesn't specify my problem.
    – Kamikoroshi
    Dec 1 at 22:15








  • 2




    Possible duplicate of Unable to correct problems, you have held broken packages
    – karel
    Dec 2 at 5:27


















  • Please do sudo dpkg --add-architecture i386 and then try again.
    – Hugo
    Dec 1 at 19:08










  • @Hugo I didn't mention that I did that already, forgot, will edit post.
    – Kamikoroshi
    Dec 1 at 19:34










  • Possible duplicate of How to install and configure Wine?
    – abu_bua
    Dec 1 at 22:00










  • @abu_bua ,I would say that it isn't. As that thread doesn't specify my problem.
    – Kamikoroshi
    Dec 1 at 22:15








  • 2




    Possible duplicate of Unable to correct problems, you have held broken packages
    – karel
    Dec 2 at 5:27
















Please do sudo dpkg --add-architecture i386 and then try again.
– Hugo
Dec 1 at 19:08




Please do sudo dpkg --add-architecture i386 and then try again.
– Hugo
Dec 1 at 19:08












@Hugo I didn't mention that I did that already, forgot, will edit post.
– Kamikoroshi
Dec 1 at 19:34




@Hugo I didn't mention that I did that already, forgot, will edit post.
– Kamikoroshi
Dec 1 at 19:34












Possible duplicate of How to install and configure Wine?
– abu_bua
Dec 1 at 22:00




Possible duplicate of How to install and configure Wine?
– abu_bua
Dec 1 at 22:00












@abu_bua ,I would say that it isn't. As that thread doesn't specify my problem.
– Kamikoroshi
Dec 1 at 22:15






@abu_bua ,I would say that it isn't. As that thread doesn't specify my problem.
– Kamikoroshi
Dec 1 at 22:15






2




2




Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Dec 2 at 5:27




Possible duplicate of Unable to correct problems, you have held broken packages
– karel
Dec 2 at 5:27










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










Do you need a version newer than what is in the baseline repos?



If not, remove the ppa you added, and just



sudo apt install wine-staging



wine-stable:   Installed: 3.0-1ubuntu1   Candidate: 3.0-1ubuntu1   Version table:  *** 3.0-1ubuntu1 500
500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
100 /var/lib/dpkg/status





share|improve this answer





















  • I don't think I need a newer version, as I run 18.04, and the newest version is for ubuntu 18.10.
    – Kamikoroshi
    Dec 1 at 19:38










  • How would you run wine-staging? I can't tell if it was installed or not
    – user189728
    Dec 4 at 20:11










  • you can check the installed version by doing apt policy wine-staging. To run it you can try typing winecfg although I am not 100% that is still included.
    – Organic Marble
    Dec 4 at 20:28


















up vote
0
down vote













You can install it easily with the "Software center" application, that is used by every Ubuntu based system. Launch the software, in the searchbox type "Wine" . Install the "Q4Wine" version.
You are ready!
When you start it, you will have the "WineHQ" and other wine based apps - wine mines, wine regedit, wine control panel and other Windows stuff.






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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1097724%2fcant-install-wine-ubuntu-18-04%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








    up vote
    1
    down vote



    accepted










    Do you need a version newer than what is in the baseline repos?



    If not, remove the ppa you added, and just



    sudo apt install wine-staging



    wine-stable:   Installed: 3.0-1ubuntu1   Candidate: 3.0-1ubuntu1   Version table:  *** 3.0-1ubuntu1 500
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
    100 /var/lib/dpkg/status





    share|improve this answer





















    • I don't think I need a newer version, as I run 18.04, and the newest version is for ubuntu 18.10.
      – Kamikoroshi
      Dec 1 at 19:38










    • How would you run wine-staging? I can't tell if it was installed or not
      – user189728
      Dec 4 at 20:11










    • you can check the installed version by doing apt policy wine-staging. To run it you can try typing winecfg although I am not 100% that is still included.
      – Organic Marble
      Dec 4 at 20:28















    up vote
    1
    down vote



    accepted










    Do you need a version newer than what is in the baseline repos?



    If not, remove the ppa you added, and just



    sudo apt install wine-staging



    wine-stable:   Installed: 3.0-1ubuntu1   Candidate: 3.0-1ubuntu1   Version table:  *** 3.0-1ubuntu1 500
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
    100 /var/lib/dpkg/status





    share|improve this answer





















    • I don't think I need a newer version, as I run 18.04, and the newest version is for ubuntu 18.10.
      – Kamikoroshi
      Dec 1 at 19:38










    • How would you run wine-staging? I can't tell if it was installed or not
      – user189728
      Dec 4 at 20:11










    • you can check the installed version by doing apt policy wine-staging. To run it you can try typing winecfg although I am not 100% that is still included.
      – Organic Marble
      Dec 4 at 20:28













    up vote
    1
    down vote



    accepted







    up vote
    1
    down vote



    accepted






    Do you need a version newer than what is in the baseline repos?



    If not, remove the ppa you added, and just



    sudo apt install wine-staging



    wine-stable:   Installed: 3.0-1ubuntu1   Candidate: 3.0-1ubuntu1   Version table:  *** 3.0-1ubuntu1 500
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
    100 /var/lib/dpkg/status





    share|improve this answer












    Do you need a version newer than what is in the baseline repos?



    If not, remove the ppa you added, and just



    sudo apt install wine-staging



    wine-stable:   Installed: 3.0-1ubuntu1   Candidate: 3.0-1ubuntu1   Version table:  *** 3.0-1ubuntu1 500
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
    500 [my-local-]mirror/us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
    100 /var/lib/dpkg/status






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Dec 1 at 19:33









    Organic Marble

    10.6k63357




    10.6k63357












    • I don't think I need a newer version, as I run 18.04, and the newest version is for ubuntu 18.10.
      – Kamikoroshi
      Dec 1 at 19:38










    • How would you run wine-staging? I can't tell if it was installed or not
      – user189728
      Dec 4 at 20:11










    • you can check the installed version by doing apt policy wine-staging. To run it you can try typing winecfg although I am not 100% that is still included.
      – Organic Marble
      Dec 4 at 20:28


















    • I don't think I need a newer version, as I run 18.04, and the newest version is for ubuntu 18.10.
      – Kamikoroshi
      Dec 1 at 19:38










    • How would you run wine-staging? I can't tell if it was installed or not
      – user189728
      Dec 4 at 20:11










    • you can check the installed version by doing apt policy wine-staging. To run it you can try typing winecfg although I am not 100% that is still included.
      – Organic Marble
      Dec 4 at 20:28
















    I don't think I need a newer version, as I run 18.04, and the newest version is for ubuntu 18.10.
    – Kamikoroshi
    Dec 1 at 19:38




    I don't think I need a newer version, as I run 18.04, and the newest version is for ubuntu 18.10.
    – Kamikoroshi
    Dec 1 at 19:38












    How would you run wine-staging? I can't tell if it was installed or not
    – user189728
    Dec 4 at 20:11




    How would you run wine-staging? I can't tell if it was installed or not
    – user189728
    Dec 4 at 20:11












    you can check the installed version by doing apt policy wine-staging. To run it you can try typing winecfg although I am not 100% that is still included.
    – Organic Marble
    Dec 4 at 20:28




    you can check the installed version by doing apt policy wine-staging. To run it you can try typing winecfg although I am not 100% that is still included.
    – Organic Marble
    Dec 4 at 20:28












    up vote
    0
    down vote













    You can install it easily with the "Software center" application, that is used by every Ubuntu based system. Launch the software, in the searchbox type "Wine" . Install the "Q4Wine" version.
    You are ready!
    When you start it, you will have the "WineHQ" and other wine based apps - wine mines, wine regedit, wine control panel and other Windows stuff.






    share|improve this answer

























      up vote
      0
      down vote













      You can install it easily with the "Software center" application, that is used by every Ubuntu based system. Launch the software, in the searchbox type "Wine" . Install the "Q4Wine" version.
      You are ready!
      When you start it, you will have the "WineHQ" and other wine based apps - wine mines, wine regedit, wine control panel and other Windows stuff.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        You can install it easily with the "Software center" application, that is used by every Ubuntu based system. Launch the software, in the searchbox type "Wine" . Install the "Q4Wine" version.
        You are ready!
        When you start it, you will have the "WineHQ" and other wine based apps - wine mines, wine regedit, wine control panel and other Windows stuff.






        share|improve this answer












        You can install it easily with the "Software center" application, that is used by every Ubuntu based system. Launch the software, in the searchbox type "Wine" . Install the "Q4Wine" version.
        You are ready!
        When you start it, you will have the "WineHQ" and other wine based apps - wine mines, wine regedit, wine control panel and other Windows stuff.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 1 at 19:21









        Zdravko Kostov

        13




        13






























            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.





            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%2f1097724%2fcant-install-wine-ubuntu-18-04%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

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei