Unable to install winehq-staging, Ubuntu 16.04 64bitProblem installing winehq-staging | Dependencies | Ubuntu 16.04LTS | 64 bitsWhat 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 wellEternal question: How install Wine in Xubuntu 14.04.03 x64?VLC will not installProblem installing winehq-staging | Dependencies | Ubuntu 16.04LTS | 64 bitsHow to install wine on ubuntu 17.10?Emergency: Accidentally deleted critical Ubuntu packagesHow do I fix this error when trying to install Wine?Unable to install Wine32Wine - Unmet dependencies

Does multi-classing into Fighter give you heavy armor proficiency?

Can other pieces capture a threatening piece and prevent a checkmate?

Do US professors/group leaders only get a salary, but no group budget?

Print last inputted byte

Are dual Irish/British citizens bound by the 90/180 day rule when travelling in the EU after Brexit?

Existence of a celestial body big enough for early civilization to be thought of as a second moon

Comment Box for Substitution Method of Integrals

Bash - pair each line of file

Calculate the frequency of characters in a string

What is the significance behind "40 days" that often appears in the Bible?

Fewest number of steps to reach 200 using special calculator

Knife as defense against stray dogs

What if (if any) the reason to buy in small local stores?

Generic TVP tradeoffs?

Practical application of matrices and determinants

Brake pads destroying wheels

Using Past-Perfect interchangeably with the Past Continuous

In the 1924 version of The Thief of Bagdad, no character is named, right?

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Matrix using tikz package

My friend is being a hypocrite

In Aliens, how many people were on LV-426 before the Marines arrived​?

I seem to dance, I am not a dancer. Who am I?

Light propagating through a sound wave



Unable to install winehq-staging, Ubuntu 16.04 64bit


Problem installing winehq-staging | Dependencies | Ubuntu 16.04LTS | 64 bitsWhat 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 wellEternal question: How install Wine in Xubuntu 14.04.03 x64?VLC will not installProblem installing winehq-staging | Dependencies | Ubuntu 16.04LTS | 64 bitsHow to install wine on ubuntu 17.10?Emergency: Accidentally deleted critical Ubuntu packagesHow do I fix this error when trying to install Wine?Unable to install Wine32Wine - Unmet dependencies













1















I have been running wine on Ubuntu 16.04, installed via sudo apt-get install wine, but I would like to switch to wine-staging. I am attempting to follow the instructions at https://wiki.winehq.org/Ubuntu



I first uninstalled wine and made sure all packages were up to date:



sudo apt-get remove wine wine-mono wine-gecko winetricks
sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade


I then rebooted and ran the following series of commands:



sudo dpkg --add-architecture i386
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/
sudo apt-get update


However, the command to install winehq-staging fails with unmet dependency on wine-staging:



sudo apt-get install --install-recommends winehq-staging

The following packages have unmet dependencies:
winehq-staging : Depends: wine-staging (= 2.13.0~xenial)
E: Unable to correct problems, you have held broken packages.


Installing wine-staging fails with unmet dependency on wine-staging-i386:



sudo apt-get install wine-staging

The following packages have unmet dependencies:
wine-staging : Depends: wine-staging-i386 (= 2.13.0~xenial)
E: Unable to correct problems, you have held broken packages.


Installing wine-staging-i386 fails with various unmet dependencies on -i386 packages. Showing a few of them (the list is much longer):



sudo apt-get install wine-staging-i386

The following packages have unmet dependencies:
wine-staging-i386:i386 : Depends: libasound2:i386 (>= 1.0.16) but it is not installable
Depends: libglib2.0-0:i386 (>= 2.12.0) but it is not installable
Depends: libgphoto2-6:i386 (>= 2.5.9) but it is not installable
Depends: libgphoto2-port12:i386 (>= 2.5.9) but it is not installable


(snip)



 Recommends: libxslt1.1:i386 (>= 1.1.25) but it is not installable
Recommends: libxxf86vm1:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.


If I try to install the first one, it is not available:



sudo apt-get install libasound2:i386

Package libasound2:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libasound2-data

E: Package 'libasound2:i386' has no installation candidate


However, package libasound2-data is already installed and the latest version.



I'm not sure what to try next.










share|improve this question




























    1















    I have been running wine on Ubuntu 16.04, installed via sudo apt-get install wine, but I would like to switch to wine-staging. I am attempting to follow the instructions at https://wiki.winehq.org/Ubuntu



    I first uninstalled wine and made sure all packages were up to date:



    sudo apt-get remove wine wine-mono wine-gecko winetricks
    sudo apt-get autoremove
    sudo apt-get update
    sudo apt-get upgrade


    I then rebooted and ran the following series of commands:



    sudo dpkg --add-architecture i386
    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/
    sudo apt-get update


    However, the command to install winehq-staging fails with unmet dependency on wine-staging:



    sudo apt-get install --install-recommends winehq-staging

    The following packages have unmet dependencies:
    winehq-staging : Depends: wine-staging (= 2.13.0~xenial)
    E: Unable to correct problems, you have held broken packages.


    Installing wine-staging fails with unmet dependency on wine-staging-i386:



    sudo apt-get install wine-staging

    The following packages have unmet dependencies:
    wine-staging : Depends: wine-staging-i386 (= 2.13.0~xenial)
    E: Unable to correct problems, you have held broken packages.


    Installing wine-staging-i386 fails with various unmet dependencies on -i386 packages. Showing a few of them (the list is much longer):



    sudo apt-get install wine-staging-i386

    The following packages have unmet dependencies:
    wine-staging-i386:i386 : Depends: libasound2:i386 (>= 1.0.16) but it is not installable
    Depends: libglib2.0-0:i386 (>= 2.12.0) but it is not installable
    Depends: libgphoto2-6:i386 (>= 2.5.9) but it is not installable
    Depends: libgphoto2-port12:i386 (>= 2.5.9) but it is not installable


    (snip)



     Recommends: libxslt1.1:i386 (>= 1.1.25) but it is not installable
    Recommends: libxxf86vm1:i386 but it is not installable
    E: Unable to correct problems, you have held broken packages.


    If I try to install the first one, it is not available:



    sudo apt-get install libasound2:i386

    Package libasound2:i386 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
    libasound2-data

    E: Package 'libasound2:i386' has no installation candidate


    However, package libasound2-data is already installed and the latest version.



    I'm not sure what to try next.










    share|improve this question


























      1












      1








      1








      I have been running wine on Ubuntu 16.04, installed via sudo apt-get install wine, but I would like to switch to wine-staging. I am attempting to follow the instructions at https://wiki.winehq.org/Ubuntu



      I first uninstalled wine and made sure all packages were up to date:



      sudo apt-get remove wine wine-mono wine-gecko winetricks
      sudo apt-get autoremove
      sudo apt-get update
      sudo apt-get upgrade


      I then rebooted and ran the following series of commands:



      sudo dpkg --add-architecture i386
      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/
      sudo apt-get update


      However, the command to install winehq-staging fails with unmet dependency on wine-staging:



      sudo apt-get install --install-recommends winehq-staging

      The following packages have unmet dependencies:
      winehq-staging : Depends: wine-staging (= 2.13.0~xenial)
      E: Unable to correct problems, you have held broken packages.


      Installing wine-staging fails with unmet dependency on wine-staging-i386:



      sudo apt-get install wine-staging

      The following packages have unmet dependencies:
      wine-staging : Depends: wine-staging-i386 (= 2.13.0~xenial)
      E: Unable to correct problems, you have held broken packages.


      Installing wine-staging-i386 fails with various unmet dependencies on -i386 packages. Showing a few of them (the list is much longer):



      sudo apt-get install wine-staging-i386

      The following packages have unmet dependencies:
      wine-staging-i386:i386 : Depends: libasound2:i386 (>= 1.0.16) but it is not installable
      Depends: libglib2.0-0:i386 (>= 2.12.0) but it is not installable
      Depends: libgphoto2-6:i386 (>= 2.5.9) but it is not installable
      Depends: libgphoto2-port12:i386 (>= 2.5.9) but it is not installable


      (snip)



       Recommends: libxslt1.1:i386 (>= 1.1.25) but it is not installable
      Recommends: libxxf86vm1:i386 but it is not installable
      E: Unable to correct problems, you have held broken packages.


      If I try to install the first one, it is not available:



      sudo apt-get install libasound2:i386

      Package libasound2:i386 is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source
      However the following packages replace it:
      libasound2-data

      E: Package 'libasound2:i386' has no installation candidate


      However, package libasound2-data is already installed and the latest version.



      I'm not sure what to try next.










      share|improve this question
















      I have been running wine on Ubuntu 16.04, installed via sudo apt-get install wine, but I would like to switch to wine-staging. I am attempting to follow the instructions at https://wiki.winehq.org/Ubuntu



      I first uninstalled wine and made sure all packages were up to date:



      sudo apt-get remove wine wine-mono wine-gecko winetricks
      sudo apt-get autoremove
      sudo apt-get update
      sudo apt-get upgrade


      I then rebooted and ran the following series of commands:



      sudo dpkg --add-architecture i386
      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/
      sudo apt-get update


      However, the command to install winehq-staging fails with unmet dependency on wine-staging:



      sudo apt-get install --install-recommends winehq-staging

      The following packages have unmet dependencies:
      winehq-staging : Depends: wine-staging (= 2.13.0~xenial)
      E: Unable to correct problems, you have held broken packages.


      Installing wine-staging fails with unmet dependency on wine-staging-i386:



      sudo apt-get install wine-staging

      The following packages have unmet dependencies:
      wine-staging : Depends: wine-staging-i386 (= 2.13.0~xenial)
      E: Unable to correct problems, you have held broken packages.


      Installing wine-staging-i386 fails with various unmet dependencies on -i386 packages. Showing a few of them (the list is much longer):



      sudo apt-get install wine-staging-i386

      The following packages have unmet dependencies:
      wine-staging-i386:i386 : Depends: libasound2:i386 (>= 1.0.16) but it is not installable
      Depends: libglib2.0-0:i386 (>= 2.12.0) but it is not installable
      Depends: libgphoto2-6:i386 (>= 2.5.9) but it is not installable
      Depends: libgphoto2-port12:i386 (>= 2.5.9) but it is not installable


      (snip)



       Recommends: libxslt1.1:i386 (>= 1.1.25) but it is not installable
      Recommends: libxxf86vm1:i386 but it is not installable
      E: Unable to correct problems, you have held broken packages.


      If I try to install the first one, it is not available:



      sudo apt-get install libasound2:i386

      Package libasound2:i386 is not available, but is referred to by another package.
      This may mean that the package is missing, has been obsoleted, or
      is only available from another source
      However the following packages replace it:
      libasound2-data

      E: Package 'libasound2:i386' has no installation candidate


      However, package libasound2-data is already installed and the latest version.



      I'm not sure what to try next.







      16.04 wine






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 13 '17 at 16:27









      pomsky

      32.2k11100131




      32.2k11100131










      asked Aug 5 '17 at 23:15









      Paul LambPaul Lamb

      3127




      3127




















          3 Answers
          3






          active

          oldest

          votes


















          1














          Solved the problem by checking all checkboxes in "Software and Updates". After that, I was able to successfully install all dependencies and wine staging via:



          sudo apt-get update
          sudo apt-get upgrade
          sudo apt-get install --install-recommends winehq-staging





          share|improve this answer

























          • Enabling universe package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.

            – Tim Visee
            Jan 27 at 1:58


















          0














          English is not my native language so please be patient.



          Apparently the solution is a little more complex, following tutorial on:



          https://codereviewvideos.com/blog/wine-1-9-11-on-ubuntu-16-04/



          It's necesary to install first some libraries:



          sudo apt-get install gcc-multilib libasound2-dev:i386 libgsm1-dev:i386 libjpeg8-dev:i386 liblcms2-dev:i386 libldap2-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libv4l-dev:i386 libx11-dev:i386 libxinerama-dev:i386 libxml2-dev:i386 zlib1g-dev:i386


          Then make a update again:



          sudo apt-get update


          Again some missing libraries:



          sudo apt-get install libcapi20-dev:i386 libcups2:i386 libdbus-1-3:i386 libfontconfig:i386 libfreetype6:i386 libglu1-mesa:i386 libgphoto2-6:i386 libncurses5:i386 libosmesa6:i386 libsane:i386 libxcomposite1:i386 libxcursor1:i386 libxi6:i386 libxrandr2:i386 libxslt1.1:i386 ocl-icd-libopencl1:i386 libgd3:i386


          Finally make the installation required:



          Stable branch



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


          Development branch



          sudo apt-get install --install-recommends winehq-devel


          Staging branch



          sudo apt-get install --install-recommends winehq-staging


          PSDT: Some of the librares could be included, that depends of other programs that could use them and Ubuntu version.






          share|improve this answer






























            0














            this is an addition to the answer of Elber CM



            before execution of "$ sudo apt-get install --install-recommends winehq-staging" I needed to install the following libraries:



            $ sudo apt-get install libasound2-plugins:i386
            $ sudo apt-get install wine-staging-i386
            $ sudo apt-get install wine-staging


            and finally



            $ sudo apt-get install --install-recommends winehq-staging


            voila, now it works.





            share








            New contributor




            trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.



















              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
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f943434%2funable-to-install-winehq-staging-ubuntu-16-04-64bit%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              Solved the problem by checking all checkboxes in "Software and Updates". After that, I was able to successfully install all dependencies and wine staging via:



              sudo apt-get update
              sudo apt-get upgrade
              sudo apt-get install --install-recommends winehq-staging





              share|improve this answer

























              • Enabling universe package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.

                – Tim Visee
                Jan 27 at 1:58















              1














              Solved the problem by checking all checkboxes in "Software and Updates". After that, I was able to successfully install all dependencies and wine staging via:



              sudo apt-get update
              sudo apt-get upgrade
              sudo apt-get install --install-recommends winehq-staging





              share|improve this answer

























              • Enabling universe package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.

                – Tim Visee
                Jan 27 at 1:58













              1












              1








              1







              Solved the problem by checking all checkboxes in "Software and Updates". After that, I was able to successfully install all dependencies and wine staging via:



              sudo apt-get update
              sudo apt-get upgrade
              sudo apt-get install --install-recommends winehq-staging





              share|improve this answer















              Solved the problem by checking all checkboxes in "Software and Updates". After that, I was able to successfully install all dependencies and wine staging via:



              sudo apt-get update
              sudo apt-get upgrade
              sudo apt-get install --install-recommends winehq-staging






              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Dec 13 '17 at 16:29









              pomsky

              32.2k11100131




              32.2k11100131










              answered Aug 13 '17 at 0:04









              Paul LambPaul Lamb

              3127




              3127












              • Enabling universe package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.

                – Tim Visee
                Jan 27 at 1:58

















              • Enabling universe package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.

                – Tim Visee
                Jan 27 at 1:58
















              Enabling universe package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.

              – Tim Visee
              Jan 27 at 1:58





              Enabling universe package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.

              – Tim Visee
              Jan 27 at 1:58













              0














              English is not my native language so please be patient.



              Apparently the solution is a little more complex, following tutorial on:



              https://codereviewvideos.com/blog/wine-1-9-11-on-ubuntu-16-04/



              It's necesary to install first some libraries:



              sudo apt-get install gcc-multilib libasound2-dev:i386 libgsm1-dev:i386 libjpeg8-dev:i386 liblcms2-dev:i386 libldap2-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libv4l-dev:i386 libx11-dev:i386 libxinerama-dev:i386 libxml2-dev:i386 zlib1g-dev:i386


              Then make a update again:



              sudo apt-get update


              Again some missing libraries:



              sudo apt-get install libcapi20-dev:i386 libcups2:i386 libdbus-1-3:i386 libfontconfig:i386 libfreetype6:i386 libglu1-mesa:i386 libgphoto2-6:i386 libncurses5:i386 libosmesa6:i386 libsane:i386 libxcomposite1:i386 libxcursor1:i386 libxi6:i386 libxrandr2:i386 libxslt1.1:i386 ocl-icd-libopencl1:i386 libgd3:i386


              Finally make the installation required:



              Stable branch



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


              Development branch



              sudo apt-get install --install-recommends winehq-devel


              Staging branch



              sudo apt-get install --install-recommends winehq-staging


              PSDT: Some of the librares could be included, that depends of other programs that could use them and Ubuntu version.






              share|improve this answer



























                0














                English is not my native language so please be patient.



                Apparently the solution is a little more complex, following tutorial on:



                https://codereviewvideos.com/blog/wine-1-9-11-on-ubuntu-16-04/



                It's necesary to install first some libraries:



                sudo apt-get install gcc-multilib libasound2-dev:i386 libgsm1-dev:i386 libjpeg8-dev:i386 liblcms2-dev:i386 libldap2-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libv4l-dev:i386 libx11-dev:i386 libxinerama-dev:i386 libxml2-dev:i386 zlib1g-dev:i386


                Then make a update again:



                sudo apt-get update


                Again some missing libraries:



                sudo apt-get install libcapi20-dev:i386 libcups2:i386 libdbus-1-3:i386 libfontconfig:i386 libfreetype6:i386 libglu1-mesa:i386 libgphoto2-6:i386 libncurses5:i386 libosmesa6:i386 libsane:i386 libxcomposite1:i386 libxcursor1:i386 libxi6:i386 libxrandr2:i386 libxslt1.1:i386 ocl-icd-libopencl1:i386 libgd3:i386


                Finally make the installation required:



                Stable branch



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


                Development branch



                sudo apt-get install --install-recommends winehq-devel


                Staging branch



                sudo apt-get install --install-recommends winehq-staging


                PSDT: Some of the librares could be included, that depends of other programs that could use them and Ubuntu version.






                share|improve this answer

























                  0












                  0








                  0







                  English is not my native language so please be patient.



                  Apparently the solution is a little more complex, following tutorial on:



                  https://codereviewvideos.com/blog/wine-1-9-11-on-ubuntu-16-04/



                  It's necesary to install first some libraries:



                  sudo apt-get install gcc-multilib libasound2-dev:i386 libgsm1-dev:i386 libjpeg8-dev:i386 liblcms2-dev:i386 libldap2-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libv4l-dev:i386 libx11-dev:i386 libxinerama-dev:i386 libxml2-dev:i386 zlib1g-dev:i386


                  Then make a update again:



                  sudo apt-get update


                  Again some missing libraries:



                  sudo apt-get install libcapi20-dev:i386 libcups2:i386 libdbus-1-3:i386 libfontconfig:i386 libfreetype6:i386 libglu1-mesa:i386 libgphoto2-6:i386 libncurses5:i386 libosmesa6:i386 libsane:i386 libxcomposite1:i386 libxcursor1:i386 libxi6:i386 libxrandr2:i386 libxslt1.1:i386 ocl-icd-libopencl1:i386 libgd3:i386


                  Finally make the installation required:



                  Stable branch



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


                  Development branch



                  sudo apt-get install --install-recommends winehq-devel


                  Staging branch



                  sudo apt-get install --install-recommends winehq-staging


                  PSDT: Some of the librares could be included, that depends of other programs that could use them and Ubuntu version.






                  share|improve this answer













                  English is not my native language so please be patient.



                  Apparently the solution is a little more complex, following tutorial on:



                  https://codereviewvideos.com/blog/wine-1-9-11-on-ubuntu-16-04/



                  It's necesary to install first some libraries:



                  sudo apt-get install gcc-multilib libasound2-dev:i386 libgsm1-dev:i386 libjpeg8-dev:i386 liblcms2-dev:i386 libldap2-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libv4l-dev:i386 libx11-dev:i386 libxinerama-dev:i386 libxml2-dev:i386 zlib1g-dev:i386


                  Then make a update again:



                  sudo apt-get update


                  Again some missing libraries:



                  sudo apt-get install libcapi20-dev:i386 libcups2:i386 libdbus-1-3:i386 libfontconfig:i386 libfreetype6:i386 libglu1-mesa:i386 libgphoto2-6:i386 libncurses5:i386 libosmesa6:i386 libsane:i386 libxcomposite1:i386 libxcursor1:i386 libxi6:i386 libxrandr2:i386 libxslt1.1:i386 ocl-icd-libopencl1:i386 libgd3:i386


                  Finally make the installation required:



                  Stable branch



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


                  Development branch



                  sudo apt-get install --install-recommends winehq-devel


                  Staging branch



                  sudo apt-get install --install-recommends winehq-staging


                  PSDT: Some of the librares could be included, that depends of other programs that could use them and Ubuntu version.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 12 '17 at 15:25









                  Elber CMElber CM

                  289




                  289





















                      0














                      this is an addition to the answer of Elber CM



                      before execution of "$ sudo apt-get install --install-recommends winehq-staging" I needed to install the following libraries:



                      $ sudo apt-get install libasound2-plugins:i386
                      $ sudo apt-get install wine-staging-i386
                      $ sudo apt-get install wine-staging


                      and finally



                      $ sudo apt-get install --install-recommends winehq-staging


                      voila, now it works.





                      share








                      New contributor




                      trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.
























                        0














                        this is an addition to the answer of Elber CM



                        before execution of "$ sudo apt-get install --install-recommends winehq-staging" I needed to install the following libraries:



                        $ sudo apt-get install libasound2-plugins:i386
                        $ sudo apt-get install wine-staging-i386
                        $ sudo apt-get install wine-staging


                        and finally



                        $ sudo apt-get install --install-recommends winehq-staging


                        voila, now it works.





                        share








                        New contributor




                        trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.






















                          0












                          0








                          0







                          this is an addition to the answer of Elber CM



                          before execution of "$ sudo apt-get install --install-recommends winehq-staging" I needed to install the following libraries:



                          $ sudo apt-get install libasound2-plugins:i386
                          $ sudo apt-get install wine-staging-i386
                          $ sudo apt-get install wine-staging


                          and finally



                          $ sudo apt-get install --install-recommends winehq-staging


                          voila, now it works.





                          share








                          New contributor




                          trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          this is an addition to the answer of Elber CM



                          before execution of "$ sudo apt-get install --install-recommends winehq-staging" I needed to install the following libraries:



                          $ sudo apt-get install libasound2-plugins:i386
                          $ sudo apt-get install wine-staging-i386
                          $ sudo apt-get install wine-staging


                          and finally



                          $ sudo apt-get install --install-recommends winehq-staging


                          voila, now it works.






                          share








                          New contributor




                          trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.








                          share


                          share






                          New contributor




                          trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered 1 min ago









                          trodeveltrodevel

                          1




                          1




                          New contributor




                          trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          trodevel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.



























                              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%2f943434%2funable-to-install-winehq-staging-ubuntu-16-04-64bit%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

                              Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                              Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                              Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»