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
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
add a comment |
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
add a comment |
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
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
16.04 wine
edited Dec 13 '17 at 16:27
pomsky
32.2k11100131
32.2k11100131
asked Aug 5 '17 at 23:15
Paul LambPaul Lamb
3127
3127
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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
Enablinguniverse
package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.
– Tim Visee
Jan 27 at 1:58
add a comment |
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.
add a comment |
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.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%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
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
Enablinguniverse
package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.
– Tim Visee
Jan 27 at 1:58
add a comment |
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
Enablinguniverse
package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.
– Tim Visee
Jan 27 at 1:58
add a comment |
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
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
edited Dec 13 '17 at 16:29
pomsky
32.2k11100131
32.2k11100131
answered Aug 13 '17 at 0:04
Paul LambPaul Lamb
3127
3127
Enablinguniverse
package in the "Ubuntu Software" tap of the "Software & Updates" tool did the trick for me.
– Tim Visee
Jan 27 at 1:58
add a comment |
Enablinguniverse
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Dec 12 '17 at 15:25
Elber CMElber CM
289
289
add a comment |
add a comment |
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.
New contributor
add a comment |
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.
New contributor
add a comment |
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.
New contributor
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.
New contributor
New contributor
answered 1 min ago
trodeveltrodevel
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f943434%2funable-to-install-winehq-staging-ubuntu-16-04-64bit%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown