Cannot install on a fresh Ubunto 18.04

Questions about Wine on Linux
Locked
scottmayo
Level 1
Level 1
Posts: 5
Joined: Sun Dec 16, 2018 2:48 pm

Cannot install on a fresh Ubunto 18.04

Post by scottmayo »

The commands I have tried:
wget 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/'

The last one fails with
W: GPG error: https://download.opensuse.org/repositor ... 0_standard ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DFA175A75104960E
E: The repository 'https://download.opensuse.org/repositor ... 0_standard ./ Release' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

I've tried installing anyway with a variety of command lines but everything says it won't install some dependency, and when I try to install dependencies I get into a huge tree of sub-dependencies...

To be clear, what I'd want to be able to do is go into the ubuntu Installer, search for wine and click to install. I'm not a power user and I certainly dont' want to install sources and build. Since Installer clearly not an option, what commands should I type to get the correct install? Please just list them in order; and note that some of the instructions on the wikis are out of date, so referring me there is likely to cause more confusion.

Wine is critically important to the success of linux. It should be present in every Linux installation out of the box, but failing that it should be slam-dunk trivial to get it. Why is this hard?
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by dimesio »

E: The repository 'https://download.opensuse.org/repositor ... 0_standard ./ Release' is not signed.
That's the wrong repository. It's not the one you claim to have added, but you must have added it at some point. Remove it from your /etc/apt/sources.list.
scottmayo
Level 1
Level 1
Posts: 5
Joined: Sun Dec 16, 2018 2:48 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by scottmayo »

Thaniks, but still failing. I rebooted from the USB drive (using the test drive option, not installing) and for a clean /etc/apt/sources.list that way. No mention of suse. I ran steps from here:
http://ubuntuhandbook.org/index.php/201 ... ntu-18-04/
and ended up with
deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic main restricted
deb http://security.ubuntu.com/ubuntu/ bionic-security main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main


which seems reasonable.
and when I got to here:
sudo apt-get install --install-recommends winehq-stable

I got this:
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~bionic) but it is not going to be installed


The instructions at that point said. "NOTE: If you get the unmet dependencies issue while installing Wine, try aptitude instead via command:sudo apt install aptitude; sudo aptitude install winehq-stable"
That resulted in:
0 packages upgraded, 5 newly installed, 0 to remove and 407 not upgraded.
Need to get 24.9 MB of archives. After unpacking 220 MB will be used.
The following packages have unmet dependencies:
wine-stable : Depends: wine-stable-i386 (= 3.0.4~bionic) which is a virtual package and is not provided by any available package

wine-stable-amd64 : Depends: libopenal1 (>= 1.14) which is a virtual package and is not provided by any available package

The following actions will resolve these dependencies:

Keep the following packages at their current version:
1) wine-stable [Not Installed]
2) wine-stable-amd64 [Not Installed]
3) winehq-stable [Not Installed]


At which point there is no way to usefully proceed. I answered y and then tried, on a lark:
sudo apt install wine-stable
and 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:
wine-stable : Depends: wine-stable-amd64 (= 3.0.4~bionic) but it is not going to be installed
Depends: wine-stable-i386 (= 3.0.4~bionic) but it is not installable
E: Unable to correct problems, you have held broken packages.


Maybe all this is happening because I'm installing into a test run of Ubuntu, not a "real" install. But I'm hardly going to wipe my existing system and install 18.04 for real until I'm sure wine is going to work. Is there a trick to this?
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by dimesio »

scottmayo wrote: I ran steps from here:
http://ubuntuhandbook.org/index.php/201 ... ntu-18-04/
There's a reason we don't support outside howtos. This one left out the very first step on https://wiki.winehq.org/Ubuntu: enabling i386 architecture.
scottmayo
Level 1
Level 1
Posts: 5
Joined: Sun Dec 16, 2018 2:48 pm

Re: Cannot install on a fresh Ubuntu 18.04

Post by scottmayo »

I'd tried that. From a fresh boot of 18.04, here's exactly everythnig I tried, using youe how to:

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ sudo dpkg --add-architecture i386
ubuntu@ubuntu:~$ sudo wget -nc https://dl.winehq.org/wine-builds/Release.key
--2018-12-17 12:07:53-- https://dl.winehq.org/wine-builds/Release.key
Resolving dl.winehq.org (dl.winehq.org)... 151.101.118.217
Connecting to dl.winehq.org (dl.winehq.org)|151.101.118.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3122 (3.0K) [application/pgp-keys]
Saving to: ‘Release.key’

Release.key 100%[===================>] 3.05K --.-KB/s in 0s

2018-12-17 12:07:53 (31.5 MB/s) - ‘Release.key’ saved [3122/3122]

ubuntu@ubuntu:~$ sudo apt-key add Release.key
OK
ubuntu@ubuntu:~$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Ign:1 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic InRelease
Hit:2 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic Release
Get:4 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease [4701 B]
Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:6 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
Get:7 https://dl.winehq.org/wine-builds/ubuntu bionic/main amd64 Packages [18.6 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:9 https://dl.winehq.org/wine-builds/ubuntu bionic/main i386 Packages [18.5 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages [1007 kB]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [221 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted i386 Packages [9156 B]
Get:13 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [171 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [404 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [460 kB]
Get:16 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [85.0 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [172 kB]
Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [204 B]
Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [245 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 48x48 Icons [55.7 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main DEP-11 64x64 Icons [109 kB]
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [6992 B]
Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [6928 B]
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [3076 B]
Fetched 3168 kB in 1s (2188 kB/s)
Reading package lists... Done
ubuntu@ubuntu:~$ sudo apt-get update
Ign:1 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic InRelease
Hit:2 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic Release
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:5 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Reading package lists... Done
ubuntu@ubuntu:~$ sudo apt-get install --install-recommends winehq-stable
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~bionic)
E: Unable to correct problems, you have held broken packages.
ubuntu@ubuntu:~$ sudo apt-get install wine-stable
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:
wine-stable : Depends: wine-stable-amd64 (= 3.0.4~bionic) but it is not going to be installed
Depends: wine-stable-i386 (= 3.0.4~bionic)
E: Unable to correct problems, you have held broken packages.
ubuntu@ubuntu:~$ sudo apt-get install wine-stable-i386
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:
wine-stable-i386:i386 : Depends: libopenal1:i386 (>= 1.14) but it is not installable
Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
Depends: libasound2-plugins:i386 but it is not going to be installed
Recommends: libcapi20-3:i386 but it is not installable
Recommends: libcups2:i386 (>= 1.4.0) but it is not going to be installed
Recommends: libdbus-1-3:i386 (>= 1.9.14) 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 (>= 1.0.13) but it is not installable
Recommends: libkrb5-3:i386 (>= 1.6.dfsg.2) but it is not going to be installed
Recommends: libodbc1:i386 (>= 2.3.1) but it is not going to be installed
Recommends: libosmesa6:i386 (>= 10.2~) but it is not going to be installed
Recommends: libsane1:i386 (>= 1.0.24) but it is not going to be installed
Recommends: libv4l-0:i386 (>= 0.5.0) but it is not going to be installed
Recommends: libxcomposite1:i386 (>= 1:0.3-1) but it is not going to be installed
Recommends: libxcursor1:i386 (> 1.1.2) 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 (>= 1.1.25) 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.
ubuntu@ubuntu:~$ sudo apt-get update
Ign:1 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic InRelease
Hit:2 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic Release
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:5 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:6 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Reading package lists... Done
ubuntu@ubuntu:~$ sudo apt-get install wine-stable-i386
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:
wine-stable-i386:i386 : Depends: libopenal1:i386 (>= 1.14) but it is not installable
Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be installed
Depends: libasound2-plugins:i386 but it is not going to be installed
Recommends: libcapi20-3:i386 but it is not installable
Recommends: libcups2:i386 (>= 1.4.0) but it is not going to be installed
Recommends: libdbus-1-3:i386 (>= 1.9.14) 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 (>= 1.0.13) but it is not installable
Recommends: libkrb5-3:i386 (>= 1.6.dfsg.2) but it is not going to be installed
Recommends: libodbc1:i386 (>= 2.3.1) but it is not going to be installed
Recommends: libosmesa6:i386 (>= 10.2~) but it is not going to be installed
Recommends: libsane1:i386 (>= 1.0.24) but it is not going to be installed
Recommends: libv4l-0:i386 (>= 0.5.0) but it is not going to be installed
Recommends: libxcomposite1:i386 (>= 1:0.3-1) but it is not going to be installed
Recommends: libxcursor1:i386 (> 1.1.2) 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 (>= 1.1.25) 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.
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ #
ubuntu@ubuntu:~$ # I doubt I'm intended to manually try each and every
ubuntu@ubuntu:~$ # one of those and who knows how deep the tree goes.
ubuntu@ubuntu:~$ # Another how to suggests aptitude here, so...
ubuntu@ubuntu:~$ #
ubuntu@ubuntu:~$ sudo apt install aptitude; sudo aptitude install winehq-stable-i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
aptitude-common libcwidget3v5
Suggested packages:
aptitude-doc-en | aptitude-doc apt-xapian-index debtags tasksel
libcwidget-dev
The following NEW packages will be installed:
aptitude aptitude-common libcwidget3v5
0 upgraded, 3 newly installed, 0 to remove and 407 not upgraded.
Need to get 2569 kB of archives.
After this operation, 10.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 aptitude-common all 0.8.10-6ubuntu1 [1014 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcwidget3v5 amd64 0.5.17-7 [286 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 aptitude amd64 0.8.10-6ubuntu1 [1269 kB]
Fetched 2569 kB in 1s (2631 kB/s)
Selecting previously unselected package aptitude-common.
(Reading database ... 144040 files and directories currently installed.)
Preparing to unpack .../aptitude-common_0.8.10-6ubuntu1_all.deb ...
Unpacking aptitude-common (0.8.10-6ubuntu1) ...
Selecting previously unselected package libcwidget3v5:amd64.
Preparing to unpack .../libcwidget3v5_0.5.17-7_amd64.deb ...
Unpacking libcwidget3v5:amd64 (0.5.17-7) ...
Selecting previously unselected package aptitude.
Preparing to unpack .../aptitude_0.8.10-6ubuntu1_amd64.deb ...
Unpacking aptitude (0.8.10-6ubuntu1) ...
Setting up aptitude-common (0.8.10-6ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up libcwidget3v5:amd64 (0.5.17-7) ...
Setting up aptitude (0.8.10-6ubuntu1) ...
update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Couldn't find any package whose name or description matched "winehq-stable-i386"
Unable to apply some actions, aborting
ubuntu@ubuntu:~$ sudo apt install aptitude; sudo aptitude install winehq-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
aptitude is already the newest version (0.8.10-6ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 407 not upgraded.
The following NEW packages will be installed:
gcc-8-base:i386{a} gstreamer1.0-plugins-base:i386{a}
libasn1-8-heimdal:i386{a} libasound2:i386{a} libasound2-plugins:i386{a}
libasyncns0:i386{a} libavahi-client3:i386{a} libavahi-common-data:i386{a}
libavahi-common3:i386{a} libblkid1:i386{a} libbsd0:i386{a} libc6:i386{a}
libcairo2:i386{a} libcap2:i386{a} libcdparanoia0:i386{a}
libcom-err2:i386{a} libcups2:i386{a} libdb5.3:i386{a} libdbus-1-3:i386{a}
libdrm-amdgpu1:i386{a} libdrm-intel1:i386{a} libdrm-nouveau2:i386{a}
libdrm-radeon1:i386{a} libdrm2:i386{a} libedit2:i386{a} libelf1:i386{a}
libexif12:i386{a} libexpat1:i386{a} libffi6:i386{a} libflac8:i386{a}
libfontconfig1:i386{a} libfreetype6:i386{a} libgcc1:i386{a}
libgcrypt20:i386{a} libgd3:i386{a} libgl1:i386{a} libgl1-mesa-dri:i386{a}
libgl1-mesa-glx:i386{a} libglapi-mesa:i386{a} libglib2.0-0:i386{a}
libglu1-mesa:i386{a} libglvnd0:i386{a} libglx-mesa0:i386{a}
libglx0:i386{a} libgmp10:i386{a} libgnutls30:i386{a}
libgpg-error0:i386{a} libgphoto2-6:i386{a} libgphoto2-port12:i386{a}
libgpm2:i386{a} libgssapi-krb5-2:i386{a} libgssapi3-heimdal:i386{a}
libgstreamer-plugins-base1.0-0:i386{a} libgstreamer1.0-0:i386{a}
libhcrypto4-heimdal:i386{a} libheimbase1-heimdal:i386{a}
libheimntlm0-heimdal:i386{a} libhogweed4:i386{a}
libhx509-5-heimdal:i386{a} libicu60:i386{a} libidn2-0:i386{a}
libieee1284-3:i386{a} libjack-jackd2-0:i386{a} libjbig0:i386{a}
libjpeg-turbo8:i386{a} libjpeg8:i386{a} libk5crypto3:i386{a}
libkeyutils1:i386{a} libkrb5-26-heimdal:i386{a} libkrb5-3:i386{a}
libkrb5support0:i386{a} liblcms2-2:i386{a} libldap-2.4-2:i386{a}
libllvm6.0:i386{a} libltdl7:i386{a} liblz4-1:i386{a} liblzma5:i386{a}
libmount1:i386{a} libmpg123-0:i386{a} libncurses5:i386{a}
libnettle6:i386{a} libodbc1{a} libodbc1:i386{a} libogg0:i386{a}
libopus0:i386{a} liborc-0.4-0:i386{a} libosmesa6{a} libosmesa6:i386{a}
libp11-kit0:i386{a} libpcap0.8:i386{a} libpciaccess0:i386{a}
libpcre3:i386{a} libpixman-1-0:i386{a} libpng16-16:i386{a}
libpulse0:i386{a} libroken18-heimdal:i386{a} libsamplerate0:i386{a}
libsane1:i386{a} libsasl2-2:i386{a} libsasl2-modules:i386{a}
libsasl2-modules-db:i386{a} libselinux1:i386{a} libsensors4:i386{a}
libsndfile1:i386{a} libspeexdsp1:i386{a} libsqlite3-0:i386{a}
libssl1.1:i386{a} libstdc++6:i386{a} libsystemd0:i386{a}
libtasn1-6:i386{a} libtheora0:i386{a} libtiff5:i386{a} libtinfo5:i386{a}
libudev1:i386{a} libunistring2:i386{a} libusb-1.0-0:i386{a}
libuuid1:i386{a} libv4l-0:i386{a} libv4lconvert0:i386{a}
libvisual-0.4-0:i386{a} libvorbis0a:i386{a} libvorbisenc2:i386{a}
libwebp6:i386{a} libwind0-heimdal:i386{a} libwrap0:i386{a}
libx11-6:i386{a} libx11-xcb1:i386{a} libxau6:i386{a}
libxcb-dri2-0:i386{a} libxcb-dri3-0:i386{a} libxcb-glx0:i386{a}
libxcb-present0:i386{a} libxcb-render0:i386{a} libxcb-shm0:i386{a}
libxcb-sync1:i386{a} libxcb1:i386{a} libxcomposite1:i386{a}
libxcursor1:i386{a} libxdamage1:i386{a} libxdmcp6:i386{a}
libxext6:i386{a} libxfixes3:i386{a} libxi6:i386{a} libxinerama1:i386{a}
libxml2:i386{a} libxpm4:i386{a} libxrandr2:i386{a} libxrender1:i386{a}
libxshmfence1:i386{a} libxslt1.1:i386{a} libxxf86vm1:i386{a}
wine-stable{a} wine-stable-amd64{ab} wine-stable-i386:i386{ab}
winehq-stable zlib1g:i386{a}
The following packages will be upgraded:
gcc-8-base libavahi-client3 libavahi-common-data libavahi-common3
libblkid1 libcups2 libgcc1 libgd3 libgl1 libglib2.0-0 libglvnd0 libglx0
liblcms2-2 libldap-2.4-2 libldap-common libmount1 libssl1.1 libstdc++6
libsystemd0 libudev1 libuuid1 libx11-6 libx11-xcb1 libxml2
24 packages upgraded, 156 newly installed, 0 to remove and 383 not upgraded.
Need to get 111 MB of archives. After unpacking 768 MB will be used.
The following packages have unmet dependencies:
libegl1 : Depends: libglvnd0 (= 1.0.0-2ubuntu2.1) but 1.0.0-2ubuntu2.2 is to be installed
udev : Depends: libudev1 (= 237-3ubuntu10.3) but 237-3ubuntu10.9 is to be installed
libgles2 : Depends: libglvnd0 (= 1.0.0-2ubuntu2.1) but 1.0.0-2ubuntu2.2 is to be installed
libcupsmime1 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
libglib2.0-bin : Depends: libglib2.0-0 (= 2.56.1-2ubuntu1) but 2.56.3-0ubuntu0.18.04.1 is to be installed
systemd : Depends: libsystemd0 (= 237-3ubuntu10.3) but 237-3ubuntu10.9 is to be installed
libgomp1 : Depends: gcc-8-base (= 8-20180414-1ubuntu2) but 8.2.0-1ubuntu2~18.04 is to be installed
libcupsppdc1 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-bsd : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
wine-stable-i386:i386 : Depends: libopenal1:i386 (>= 1.14) which is a virtual package and is not provided by any available package

cups-core-drivers : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-daemon : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
libcc1-0 : Depends: gcc-8-base (= 8-20180414-1ubuntu2) but 8.2.0-1ubuntu2~18.04 is to be installed
wine-stable-amd64 : Depends: libopenal1 (>= 1.14) which is a virtual package and is not provided by any available package

libcupsimage2 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
libcupscgi1 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-client : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-ipp-utils : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
open: 9634; closed: 7579; defer: 130; conflict: 157 oNo solution found within the allotted time. Try harder? [Y/n] y
Resolving dependencies...
open: 19006; closed: 21190; defer: 179; conflict: 212 .The following actions will resolve these dependencies:

Keep the following packages at their current version:
1) libcups2 [2.2.7-1ubuntu2.1 (now)]
2) libcups2:i386 [Not Installed]
3) wine-stable [Not Installed]
4) wine-stable-amd64 [Not Installed]
5) wine-stable-i386:i386 [Not Installed]
6) winehq-stable [Not Installed]

Upgrade the following packages:
7) libcc1-0 [8-20180414-1ubuntu2 (bionic, now) -> 8.2.0-1ubuntu2~18.04 (bio
8) libegl1 [1.0.0-2ubuntu2.1 (now) -> 1.0.0-2ubuntu2.2 (bionic-updates)]
9) libgles2 [1.0.0-2ubuntu2.1 (now) -> 1.0.0-2ubuntu2.2 (bionic-updates)]
10) libglib2.0-bin [2.56.1-2ubuntu1 (bionic, now) -> 2.56.3-0ubuntu0.18.04.1
11) libgomp1 [8-20180414-1ubuntu2 (bionic, now) -> 8.2.0-1ubuntu2~18.04 (bio
12) libnss-systemd [237-3ubuntu10.3 (now) -> 237-3ubuntu10.9 (bionic-securit
13) libpam-systemd [237-3ubuntu10.3 (now) -> 237-3ubuntu10.9 (bionic-securit
14) systemd [237-3ubuntu10.3 (now) -> 237-3ubuntu10.9 (bionic-security, bion
15) udev [237-3ubuntu10.3 (now) -> 237-3ubuntu10.9 (bionic-security, bionic-



Accept this solution? [Y/n/q/?] Y
The following packages will be upgraded:
gcc-8-base libavahi-client3 libavahi-common-data libavahi-common3
libblkid1 libcc1-0 libegl1 libgcc1 libgd3 libgl1 libgles2 libglib2.0-0
libglib2.0-bin libglvnd0 libglx0 libgomp1 liblcms2-2 libldap-2.4-2
libldap-common libmount1 libnss-systemd libpam-systemd libssl1.1
libstdc++6 libsystemd0 libudev1 libuuid1 libx11-6 libx11-xcb1 libxml2
systemd udev
32 packages upgraded, 0 newly installed, 0 to remove and 375 not upgraded.
Need to get 9638 kB of archives. After unpacking 4096 B will be freed.
Do you want to continue? [Y/n/?] Y
Get: 1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.2 [20.0 kB]
Get: 2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.9 [204 kB]
Get: 3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.2 [124 kB]
Get: 4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.2 [136 kB]
Get: 5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnss-systemd amd64 237-3ubuntu10.9 [105 kB]
Get: 6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-8-base amd64 8.2.0-1ubuntu2~18.04 [18.3 kB]
Get: 7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6 amd64 8.2.0-1ubuntu2~18.04 [398 kB]
Get: 8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpam-systemd amd64 237-3ubuntu10.9 [108 kB]
Get: 9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.9 [2895 kB]
Get: 10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.2.0-1ubuntu2~18.04 [76.4 kB]
Get: 11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.2.0-1ubuntu2~18.04 [39.5 kB]
Get: 12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1 amd64 1:8.2.0-1ubuntu2~18.04 [40.7 kB]
Get: 13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.3-0ubuntu0.18.04.1 [68.9 kB]
Get: 14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.3-0ubuntu0.18.04.1 [1168 kB]
Get: 15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common-data amd64 0.7-3.1ubuntu1.1 [22.1 kB]
Get: 16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common3 amd64 0.7-3.1ubuntu1.1 [21.7 kB]
Get: 17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-client3 amd64 0.7-3.1ubuntu1.1 [25.3 kB]
Get: 18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.1 [16.6 kB]
Get: 19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.1 [155 kB]
Get: 20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1 amd64 1.0.0-2ubuntu2.2 [84.8 kB]
Get: 21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx0 amd64 1.0.0-2ubuntu2.2 [28.1 kB]
Get: 22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2 amd64 1.0.0-2ubuntu2.2 [17.4 kB]
Get: 23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1 amd64 1.0.0-2ubuntu2.2 [31.9 kB]
Get: 24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd0 amd64 1.0.0-2ubuntu2.2 [46.6 kB]
Get: 25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.9 [1101 kB]
Get: 26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.9 [53.7 kB]
Get: 27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.0g-2ubuntu4.3 [1130 kB]
Get: 28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.2 [663 kB]
Get: 29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.1 [571 kB]
Get: 30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgd3 amd64 2.2.5-4ubuntu0.2 [119 kB]
Get: 31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
Get: 32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libx11-xcb1 amd64 2:1.6.4-3ubuntu0.1 [9560 B]
Fetched 9638 kB in 1s (6969 kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 144173 files and directories currently installed.)
Preparing to unpack .../libsystemd0_237-3ubuntu10.9_amd64.deb ...
Unpacking libsystemd0:amd64 (237-3ubuntu10.9) over (237-3ubuntu10.3) ...
Setting up libsystemd0:amd64 (237-3ubuntu10.9) ...
(Reading database ... 144173 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_237-3ubuntu10.9_amd64.deb ...
Unpacking libnss-systemd:amd64 (237-3ubuntu10.9) over (237-3ubuntu10.3) ...
Preparing to unpack .../libpam-systemd_237-3ubuntu10.9_amd64.deb ...
Unpacking libpam-systemd:amd64 (237-3ubuntu10.9) over (237-3ubuntu10.3) ...
Preparing to unpack .../systemd_237-3ubuntu10.9_amd64.deb ...
Unpacking systemd (237-3ubuntu10.9) over (237-3ubuntu10.3) ...
Preparing to unpack .../udev_237-3ubuntu10.9_amd64.deb ...
Unpacking udev (237-3ubuntu10.9) over (237-3ubuntu10.3) ...
Preparing to unpack .../libudev1_237-3ubuntu10.9_amd64.deb ...
Unpacking libudev1:amd64 (237-3ubuntu10.9) over (237-3ubuntu10.3) ...
Setting up libudev1:amd64 (237-3ubuntu10.9) ...
(Reading database ... 144173 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.2_amd64.deb ...
Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 144173 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.2_amd64.deb ...
Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 144173 files and directories currently installed.)
Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.2_amd64.deb ...
Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 144173 files and directories currently installed.)
Preparing to unpack .../gcc-8-base_8.2.0-1ubuntu2~18.04_amd64.deb ...
Unpacking gcc-8-base:amd64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ...
Setting up gcc-8-base:amd64 (8.2.0-1ubuntu2~18.04) ...
(Reading database ... 144172 files and directories currently installed.)
Preparing to unpack .../libstdc++6_8.2.0-1ubuntu2~18.04_amd64.deb ...
Unpacking libstdc++6:amd64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ...
Setting up libstdc++6:amd64 (8.2.0-1ubuntu2~18.04) ...
(Reading database ... 144172 files and directories currently installed.)
Preparing to unpack .../libgomp1_8.2.0-1ubuntu2~18.04_amd64.deb ...
Unpacking libgomp1:amd64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ...
Preparing to unpack .../libcc1-0_8.2.0-1ubuntu2~18.04_amd64.deb ...
Unpacking libcc1-0:amd64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ...
Preparing to unpack .../libgcc1_1%3a8.2.0-1ubuntu2~18.04_amd64.deb ...
Unpacking libgcc1:amd64 (1:8.2.0-1ubuntu2~18.04) over (1:8-20180414-1ubuntu2) ...
Setting up libgcc1:amd64 (1:8.2.0-1ubuntu2~18.04) ...
(Reading database ... 144172 files and directories currently installed.)
Preparing to unpack .../00-libglib2.0-bin_2.56.3-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libglib2.0-bin (2.56.3-0ubuntu0.18.04.1) over (2.56.1-2ubuntu1) ...
Preparing to unpack .../01-libglib2.0-0_2.56.3-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.56.3-0ubuntu0.18.04.1) over (2.56.1-2ubuntu1) ...
Preparing to unpack .../02-libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.0g-2ubuntu4.3) over (1.1.0g-2ubuntu4.1) ...
Preparing to unpack .../03-libxml2_2.9.4+dfsg1-6.1ubuntu1.2_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) over (2.9.4+dfsg1-6.1ubuntu1) ...
Preparing to unpack .../04-libx11-6_2%3a1.6.4-3ubuntu0.1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.1) over (2:1.6.4-3) ...
Preparing to unpack .../05-libavahi-common-data_0.7-3.1ubuntu1.1_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.7-3.1ubuntu1.1) over (0.7-3.1ubuntu1) ...
Preparing to unpack .../06-libavahi-common3_0.7-3.1ubuntu1.1_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.7-3.1ubuntu1.1) over (0.7-3.1ubuntu1) ...
Preparing to unpack .../07-libavahi-client3_0.7-3.1ubuntu1.1_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.7-3.1ubuntu1.1) over (0.7-3.1ubuntu1) ...
Preparing to unpack .../08-libgd3_2.2.5-4ubuntu0.2_amd64.deb ...
Unpacking libgd3:amd64 (2.2.5-4ubuntu0.2) over (2.2.5-4) ...
Preparing to unpack .../09-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) over (2.9-1) ...
Preparing to unpack .../10-libldap-common_2.4.45+dfsg-1ubuntu1.1_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.1) over (2.4.45+dfsg-1ubuntu1) ...
Preparing to unpack .../11-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.1) over (2.4.45+dfsg-1ubuntu1) ...
Preparing to unpack .../12-libx11-xcb1_2%3a1.6.4-3ubuntu0.1_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.1) over (2:1.6.4-3) ...
Preparing to unpack .../13-libgl1_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libgl1:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
Preparing to unpack .../14-libglx0_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libglx0:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
Preparing to unpack .../15-libgles2_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libgles2:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
Preparing to unpack .../16-libegl1_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libegl1:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
Preparing to unpack .../17-libglvnd0_1.0.0-2ubuntu2.2_amd64.deb ...
Unpacking libglvnd0:amd64 (1.0.0-2ubuntu2.2) over (1.0.0-2ubuntu2.1) ...
Setting up libgomp1:amd64 (8.2.0-1ubuntu2~18.04) ...
Setting up libglvnd0:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libcc1-0:amd64 (8.2.0-1ubuntu2~18.04) ...
Processing triggers for ureadahead (0.100.0-20) ...
Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
Setting up libldap-common (2.4.45+dfsg-1ubuntu1.1) ...
Setting up libglib2.0-0:amd64 (2.56.3-0ubuntu0.18.04.1) ...
Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.1) ...
Setting up libgd3:amd64 (2.2.5-4ubuntu0.2) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Setting up libegl1:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up udev (237-3ubuntu10.9) ...
update-initramfs is disabled since running on read-only media
Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.1) ...
Setting up libssl1.1:amd64 (1.1.0g-2ubuntu4.3) ...
Setting up systemd (237-3ubuntu10.9) ...
Setting up libgles2:amd64 (1.0.0-2ubuntu2.2) ...
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for dbus (1.12.2-1ubuntu1) ...
Setting up libglx0:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libglib2.0-bin (2.56.3-0ubuntu0.18.04.1) ...
Setting up libavahi-common-data:amd64 (0.7-3.1ubuntu1.1) ...
Setting up libnss-systemd:amd64 (237-3ubuntu10.9) ...
Setting up libpam-systemd:amd64 (237-3ubuntu10.9) ...
Setting up libgl1:amd64 (1.0.0-2ubuntu2.2) ...
Setting up libavahi-common3:amd64 (0.7-3.1ubuntu1.1) ...
Setting up libavahi-client3:amd64 (0.7-3.1ubuntu1.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

Current status: 375 (-32) upgradable.
ubuntu@ubuntu:~$ sudo apt-get update
Ign:1 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic InRelease
Hit:2 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic Release
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Reading package lists... Done
ubuntu@ubuntu:~$ sudo aptitude install winehq-stable
The following NEW packages will be installed:
gcc-8-base:i386{a} gstreamer1.0-plugins-base:i386{a}
libasn1-8-heimdal:i386{a} libasound2:i386{a} libasound2-plugins:i386{a}
libasyncns0:i386{a} libavahi-client3:i386{a} libavahi-common-data:i386{a}
libavahi-common3:i386{a} libblkid1:i386{a} libbsd0:i386{a} libc6:i386{a}
libcairo2:i386{a} libcap2:i386{a} libcdparanoia0:i386{a}
libcom-err2:i386{a} libcups2:i386{a} libdb5.3:i386{a} libdbus-1-3:i386{a}
libdrm-amdgpu1:i386{a} libdrm-intel1:i386{a} libdrm-nouveau2:i386{a}
libdrm-radeon1:i386{a} libdrm2:i386{a} libedit2:i386{a} libelf1:i386{a}
libexif12:i386{a} libexpat1:i386{a} libffi6:i386{a} libflac8:i386{a}
libfontconfig1:i386{a} libfreetype6:i386{a} libgcc1:i386{a}
libgcrypt20:i386{a} libgd3:i386{a} libgl1:i386{a} libgl1-mesa-dri:i386{a}
libgl1-mesa-glx:i386{a} libglapi-mesa:i386{a} libglib2.0-0:i386{a}
libglu1-mesa:i386{a} libglvnd0:i386{a} libglx-mesa0:i386{a}
libglx0:i386{a} libgmp10:i386{a} libgnutls30:i386{a}
libgpg-error0:i386{a} libgphoto2-6:i386{a} libgphoto2-port12:i386{a}
libgpm2:i386{a} libgssapi-krb5-2:i386{a} libgssapi3-heimdal:i386{a}
libgstreamer-plugins-base1.0-0:i386{a} libgstreamer1.0-0:i386{a}
libhcrypto4-heimdal:i386{a} libheimbase1-heimdal:i386{a}
libheimntlm0-heimdal:i386{a} libhogweed4:i386{a}
libhx509-5-heimdal:i386{a} libicu60:i386{a} libidn2-0:i386{a}
libieee1284-3:i386{a} libjack-jackd2-0:i386{a} libjbig0:i386{a}
libjpeg-turbo8:i386{a} libjpeg8:i386{a} libk5crypto3:i386{a}
libkeyutils1:i386{a} libkrb5-26-heimdal:i386{a} libkrb5-3:i386{a}
libkrb5support0:i386{a} liblcms2-2:i386{a} libldap-2.4-2:i386{a}
libllvm6.0:i386{a} libltdl7:i386{a} liblz4-1:i386{a} liblzma5:i386{a}
libmount1:i386{a} libmpg123-0:i386{a} libncurses5:i386{a}
libnettle6:i386{a} libodbc1{a} libodbc1:i386{a} libogg0:i386{a}
libopus0:i386{a} liborc-0.4-0:i386{a} libosmesa6{a} libosmesa6:i386{a}
libp11-kit0:i386{a} libpcap0.8:i386{a} libpciaccess0:i386{a}
libpcre3:i386{a} libpixman-1-0:i386{a} libpng16-16:i386{a}
libpulse0:i386{a} libroken18-heimdal:i386{a} libsamplerate0:i386{a}
libsane1:i386{a} libsasl2-2:i386{a} libsasl2-modules:i386{a}
libsasl2-modules-db:i386{a} libselinux1:i386{a} libsensors4:i386{a}
libsndfile1:i386{a} libspeexdsp1:i386{a} libsqlite3-0:i386{a}
libssl1.1:i386{a} libstdc++6:i386{a} libsystemd0:i386{a}
libtasn1-6:i386{a} libtheora0:i386{a} libtiff5:i386{a} libtinfo5:i386{a}
libudev1:i386{a} libunistring2:i386{a} libusb-1.0-0:i386{a}
libuuid1:i386{a} libv4l-0:i386{a} libv4lconvert0:i386{a}
libvisual-0.4-0:i386{a} libvorbis0a:i386{a} libvorbisenc2:i386{a}
libwebp6:i386{a} libwind0-heimdal:i386{a} libwrap0:i386{a}
libx11-6:i386{a} libx11-xcb1:i386{a} libxau6:i386{a}
libxcb-dri2-0:i386{a} libxcb-dri3-0:i386{a} libxcb-glx0:i386{a}
libxcb-present0:i386{a} libxcb-render0:i386{a} libxcb-shm0:i386{a}
libxcb-sync1:i386{a} libxcb1:i386{a} libxcomposite1:i386{a}
libxcursor1:i386{a} libxdamage1:i386{a} libxdmcp6:i386{a}
libxext6:i386{a} libxfixes3:i386{a} libxi6:i386{a} libxinerama1:i386{a}
libxml2:i386{a} libxpm4:i386{a} libxrandr2:i386{a} libxrender1:i386{a}
libxshmfence1:i386{a} libxslt1.1:i386{a} libxxf86vm1:i386{a}
wine-stable{a} wine-stable-amd64{ab} wine-stable-i386:i386{ab}
winehq-stable zlib1g:i386{a}
The following packages will be upgraded:
libcups2
1 packages upgraded, 156 newly installed, 0 to remove and 374 not upgraded.
Need to get 106 MB of archives. After unpacking 768 MB will be used.
The following packages have unmet dependencies:
libcupsmime1 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
libcupsppdc1 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-bsd : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
wine-stable-i386:i386 : Depends: libopenal1:i386 (>= 1.14) which is a virtual package and is not provided by any available package

cups-core-drivers : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-daemon : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
wine-stable-amd64 : Depends: libopenal1 (>= 1.14) which is a virtual package and is not provided by any available package

libcupsimage2 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
libcupscgi1 : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-client : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
cups-ipp-utils : Depends: libcups2 (= 2.2.7-1ubuntu2.1) but 2.2.7-1ubuntu2.2 is to be installed
open: 11029; closed: 6951; defer: 34; conflict: 36 oNo solution found within the allotted time. Try harder? [Y/n] Y
Resolving dependencies...
open: 20806; closed: 25362; defer: 73; conflict: 80 oNo solution found within the allotted time. Try harder? [Y/n] Y
Resolving dependencies...
open: 24163; closed: 32994; defer: 78; conflict: 85 oThe following actions will resolve these dependencies:

Keep the following packages at their current version:
1) wine-stable [Not Installed]
2) wine-stable-amd64 [Not Installed]
3) wine-stable-i386:i386 [Not Installed]
4) winehq-stable [Not Installed]

Upgrade the following packages:
5) cups [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-security, bioni
6) cups-bsd [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-security, b
7) cups-client [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-security
8) cups-common [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-security
9) cups-core-drivers [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-se
10) cups-daemon [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-security
11) cups-ipp-utils [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-secur
12) cups-server-common [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-s
13) libcupscgi1 [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-security
14) libcupsimage2 [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-securi
15) libcupsmime1 [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-securit
16) libcupsppdc1 [2.2.7-1ubuntu2.1 (now) -> 2.2.7-1ubuntu2.2 (bionic-securit



Accept this solution? [Y/n/q/?] Y
The following packages will be upgraded:
cups cups-bsd cups-client cups-common cups-core-drivers cups-daemon
cups-ipp-utils cups-server-common libcups2 libcupscgi1 libcupsimage2
libcupsmime1 libcupsppdc1
13 packages upgraded, 0 newly installed, 0 to remove and 362 not upgraded.
Need to get 1837 kB of archives. After unpacking 0 B will be used.
Do you want to continue? [Y/n/?] Y
Get: 1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups-ipp-utils amd64 2.2.7-1ubuntu2.2 [209 kB]
Get: 2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcupscgi1 amd64 2.2.7-1ubuntu2.2 [27.4 kB]
Get: 3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups-core-drivers amd64 2.2.7-1ubuntu2.2 [27.8 kB]
Get: 4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcupsmime1 amd64 2.2.7-1ubuntu2.2 [13.1 kB]
Get: 5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups-server-common all 2.2.7-1ubuntu2.2 [415 kB]
Get: 6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcupsimage2 amd64 2.2.7-1ubuntu2.2 [18.6 kB]
Get: 7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcupsppdc1 amd64 2.2.7-1ubuntu2.2 [45.0 kB]
Get: 8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups-common all 2.2.7-1ubuntu2.2 [206 kB]
Get: 9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups-bsd amd64 2.2.7-1ubuntu2.2 [38.5 kB]
Get: 10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups-client amd64 2.2.7-1ubuntu2.2 [139 kB]
Get: 11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups-daemon amd64 2.2.7-1ubuntu2.2 [296 kB]
Get: 12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcups2 amd64 2.2.7-1ubuntu2.2 [211 kB]
Get: 13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cups amd64 2.2.7-1ubuntu2.2 [191 kB]
Fetched 1837 kB in 1s (1888 kB/s)
Preconfiguring packages ...
(Reading database ... 144172 files and directories currently installed.)
Preparing to unpack .../00-cups-ipp-utils_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking cups-ipp-utils (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../01-libcupscgi1_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking libcupscgi1:amd64 (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../02-cups-core-drivers_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking cups-core-drivers (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../03-libcupsmime1_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking libcupsmime1:amd64 (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../04-cups-server-common_2.2.7-1ubuntu2.2_all.deb ...
Unpacking cups-server-common (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../05-libcupsimage2_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking libcupsimage2:amd64 (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../06-libcupsppdc1_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking libcupsppdc1:amd64 (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../07-cups-common_2.2.7-1ubuntu2.2_all.deb ...
Unpacking cups-common (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../08-cups-bsd_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking cups-bsd (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../09-cups-client_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking cups-client (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../10-cups-daemon_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking cups-daemon (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../11-libcups2_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking libcups2:amd64 (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Preparing to unpack .../12-cups_2.2.7-1ubuntu2.2_amd64.deb ...
Unpacking cups (2.2.7-1ubuntu2.2) over (2.2.7-1ubuntu2.1) ...
Processing triggers for ufw (0.35-5) ...
Setting up cups-server-common (2.2.7-1ubuntu2.2) ...
Processing triggers for ureadahead (0.100.0-20) ...
Setting up cups-common (2.2.7-1ubuntu2.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.9) ...
Processing triggers for man-db (2.8.3-2) ...
Setting up libcups2:amd64 (2.2.7-1ubuntu2.2) ...
Setting up cups-ipp-utils (2.2.7-1ubuntu2.2) ...
Setting up libcupsmime1:amd64 (2.2.7-1ubuntu2.2) ...
Setting up cups-daemon (2.2.7-1ubuntu2.2) ...
Setting up cups-core-drivers (2.2.7-1ubuntu2.2) ...
Setting up libcupsppdc1:amd64 (2.2.7-1ubuntu2.2) ...
Setting up libcupsimage2:amd64 (2.2.7-1ubuntu2.2) ...
Setting up cups-client (2.2.7-1ubuntu2.2) ...
Setting up libcupscgi1:amd64 (2.2.7-1ubuntu2.2) ...
Setting up cups (2.2.7-1ubuntu2.2) ...
Updating PPD files for cups ...
Updating PPD files for cups-filters ...
Updating PPD files for foomatic-db-compressed-ppds ...
Updating PPD files for openprinting-ppds ...
Updating PPD files for brlaser ...
Updating PPD files for c2esp ...
Updating PPD files for foo2zjs-common ...
Updating PPD files for gutenprint ...
Updating PPD files for hpcups ...
Updating PPD files for m2300w ...
Updating PPD files for postscript-hp ...
Updating PPD files for ptouch ...
Updating PPD files for pxljr ...
Updating PPD files for sag-gdi ...
Updating PPD files for splix ...
Setting up cups-bsd (2.2.7-1ubuntu2.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

Current status: 362 (-13) upgradable.
ubuntu@ubuntu:~$ sudo apt-get update
Ign:1 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic InRelease
Hit:2 cdrom://Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725) bionic Release
Hit:4 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Reading package lists... Done
ubuntu@ubuntu:~$ sudo aptitude install winehq-stable
The following NEW packages will be installed:
gcc-8-base:i386{a} gstreamer1.0-plugins-base:i386{a}
libasn1-8-heimdal:i386{a} libasound2:i386{a} libasound2-plugins:i386{a}
libasyncns0:i386{a} libavahi-client3:i386{a} libavahi-common-data:i386{a}
libavahi-common3:i386{a} libblkid1:i386{a} libbsd0:i386{a} libc6:i386{a}
libcairo2:i386{a} libcap2:i386{a} libcdparanoia0:i386{a}
libcom-err2:i386{a} libcups2:i386{a} libdb5.3:i386{a} libdbus-1-3:i386{a}
libdrm-amdgpu1:i386{a} libdrm-intel1:i386{a} libdrm-nouveau2:i386{a}
libdrm-radeon1:i386{a} libdrm2:i386{a} libedit2:i386{a} libelf1:i386{a}
libexif12:i386{a} libexpat1:i386{a} libffi6:i386{a} libflac8:i386{a}
libfontconfig1:i386{a} libfreetype6:i386{a} libgcc1:i386{a}
libgcrypt20:i386{a} libgd3:i386{a} libgl1:i386{a} libgl1-mesa-dri:i386{a}
libgl1-mesa-glx:i386{a} libglapi-mesa:i386{a} libglib2.0-0:i386{a}
libglu1-mesa:i386{a} libglvnd0:i386{a} libglx-mesa0:i386{a}
libglx0:i386{a} libgmp10:i386{a} libgnutls30:i386{a}
libgpg-error0:i386{a} libgphoto2-6:i386{a} libgphoto2-port12:i386{a}
libgpm2:i386{a} libgssapi-krb5-2:i386{a} libgssapi3-heimdal:i386{a}
libgstreamer-plugins-base1.0-0:i386{a} libgstreamer1.0-0:i386{a}
libhcrypto4-heimdal:i386{a} libheimbase1-heimdal:i386{a}
libheimntlm0-heimdal:i386{a} libhogweed4:i386{a}
libhx509-5-heimdal:i386{a} libicu60:i386{a} libidn2-0:i386{a}
libieee1284-3:i386{a} libjack-jackd2-0:i386{a} libjbig0:i386{a}
libjpeg-turbo8:i386{a} libjpeg8:i386{a} libk5crypto3:i386{a}
libkeyutils1:i386{a} libkrb5-26-heimdal:i386{a} libkrb5-3:i386{a}
libkrb5support0:i386{a} liblcms2-2:i386{a} libldap-2.4-2:i386{a}
libllvm6.0:i386{a} libltdl7:i386{a} liblz4-1:i386{a} liblzma5:i386{a}
libmount1:i386{a} libmpg123-0:i386{a} libncurses5:i386{a}
libnettle6:i386{a} libodbc1{a} libodbc1:i386{a} libogg0:i386{a}
libopus0:i386{a} liborc-0.4-0:i386{a} libosmesa6{a} libosmesa6:i386{a}
libp11-kit0:i386{a} libpcap0.8:i386{a} libpciaccess0:i386{a}
libpcre3:i386{a} libpixman-1-0:i386{a} libpng16-16:i386{a}
libpulse0:i386{a} libroken18-heimdal:i386{a} libsamplerate0:i386{a}
libsane1:i386{a} libsasl2-2:i386{a} libsasl2-modules:i386{a}
libsasl2-modules-db:i386{a} libselinux1:i386{a} libsensors4:i386{a}
libsndfile1:i386{a} libspeexdsp1:i386{a} libsqlite3-0:i386{a}
libssl1.1:i386{a} libstdc++6:i386{a} libsystemd0:i386{a}
libtasn1-6:i386{a} libtheora0:i386{a} libtiff5:i386{a} libtinfo5:i386{a}
libudev1:i386{a} libunistring2:i386{a} libusb-1.0-0:i386{a}
libuuid1:i386{a} libv4l-0:i386{a} libv4lconvert0:i386{a}
libvisual-0.4-0:i386{a} libvorbis0a:i386{a} libvorbisenc2:i386{a}
libwebp6:i386{a} libwind0-heimdal:i386{a} libwrap0:i386{a}
libx11-6:i386{a} libx11-xcb1:i386{a} libxau6:i386{a}
libxcb-dri2-0:i386{a} libxcb-dri3-0:i386{a} libxcb-glx0:i386{a}
libxcb-present0:i386{a} libxcb-render0:i386{a} libxcb-shm0:i386{a}
libxcb-sync1:i386{a} libxcb1:i386{a} libxcomposite1:i386{a}
libxcursor1:i386{a} libxdamage1:i386{a} libxdmcp6:i386{a}
libxext6:i386{a} libxfixes3:i386{a} libxi6:i386{a} libxinerama1:i386{a}
libxml2:i386{a} libxpm4:i386{a} libxrandr2:i386{a} libxrender1:i386{a}
libxshmfence1:i386{a} libxslt1.1:i386{a} libxxf86vm1:i386{a}
wine-stable{a} wine-stable-amd64{ab} wine-stable-i386:i386{ab}
winehq-stable zlib1g:i386{a}
0 packages upgraded, 156 newly installed, 0 to remove and 362 not upgraded.
Need to get 106 MB of archives. After unpacking 768 MB will be used.
The following packages have unmet dependencies:
wine-stable-i386:i386 : Depends: libopenal1:i386 (>= 1.14) which is a virtual package and is not provided by any available package

wine-stable-amd64 : Depends: libopenal1 (>= 1.14) which is a virtual package and is not provided by any available package

The following actions will resolve these dependencies:

Keep the following packages at their current version:
1) wine-stable [Not Installed]
2) wine-stable-amd64 [Not Installed]
3) wine-stable-i386:i386 [Not Installed]
4) winehq-stable [Not Installed]



Accept this solution? [Y/n/q/?] Y
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 362 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.

ubuntu@ubuntu:~$ sudo aptitude install winehq-stable-1386
Couldn't find any package whose name or description matched "winehq-stable-1386"
Unable to apply some actions, aborting
ubuntu@ubuntu:~$ sudo aptitude install winehq-stable-1386:i386
Couldn't find any package whose name or description matched "winehq-stable-1386:i386"
Unable to apply some actions, aborting

That's when I gave up.

There's nothing weird about this setup. I'm booting off a USB with nothing but the 18.04 Ubuntu, using the "Try, don't install option." On getting a desktop, the first thing I do is open a terminal and what you see above is everything that happened.

In a previous attempt I'd followed the note on your wiki to install with
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
instead of
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
and that failed along the same lines; I've also tried specifying both.

Am I really supposed to manually fetch handfuls of libs to make this work? Is there some reason using aptitude at that point is fundamentally flawed?

For grins I tried using the Ubuntu Installer and searching for wine. It claimed to install something, but that didn't help. I then tried
ubuntu@ubuntu:~$ wine

Command 'wine' not found, but can be installed with:

sudo apt install wine-development (You will have to enable component called 'universe')
sudo apt install wine-stable (You will have to enable component called 'universe')

ubuntu@ubuntu:~$ cd /media/ubuntu/Backup/home/scott/Desktop
ubuntu@ubuntu:/media/ubuntu/Backup/home/scott/Desktop$ /usr/bin/wine ./Release/Remote.exe
bash: /usr/bin/wine: No such file or directory
ubuntu@ubuntu:/media/ubuntu/Backup/home/scott/Desktop$ wine ./Release/Remote.exe
Command 'wine' not found, but can be installed with:

sudo apt install wine-development (You will have to enable component called 'universe')
sudo apt install wine-stable (You will have to enable component called 'universe')

ubuntu@ubuntu:/media/ubuntu/Backup/home/scott/Desktop$ sudo apt install wine-stable
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:
wine-stable : Depends: wine-stable-amd64 (= 3.0.4~bionic) but it is not going to be installed
Depends: wine-stable-i386 (= 3.0.4~bionic)
E: Unable to correct problems, you have held broken packages.
ubuntu@ubuntu:/media/ubuntu/Backup/home/scott/Desktop$ #hey, why not try AMD. Nothing to lose...
ubuntu@ubuntu:/media/ubuntu/Backup/home/scott/Desktop$ sudo apt install wine-stable-amd64
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:
wine-stable-amd64 : Depends: libopenal1 (>= 1.14) but it is not installable
Recommends: libcapi20-3 but it is not installable
Recommends: libgsm1 (>= 1.0.13) but it is not installable
Recommends: libodbc1 (>= 2.3.1) but it is not going to be installed
Recommends: libosmesa6 (>= 10.2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ubuntu@ubuntu:/media/ubuntu/Backup/home/scott/Desktop$ sudo apt install wine-stable-amd64
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:
wine-stable-amd64 : Depends: libopenal1 (>= 1.14) but it is not installable
Recommends: libcapi20-3 but it is not installable
Recommends: libgsm1 (>= 1.0.13) but it is not installable
Recommends: libodbc1 (>= 2.3.1) but it is not going to be installed
Recommends: libosmesa6 (>= 10.2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ubuntu@ubuntu:/media/ubuntu/Backup/home/scott/Desktop$ # I quit

FWIW I have Intel® Core™ i7-6700HQ CPU @ 2.60GHz × 8; 64 bit OS, and Ubuntu claims to be up to date,

Please post the solution where I type sudo apt-get install wine and it works; or better where there's something in the Ubuntu Installer that handles this - because there's no way you can expect Windows users to make the jump to Linux if pulling over a handful of simple Windows apps hits obstacles like this. I'm stuck on 16.10 (which does have some form of working wine, so clearly this is possible, or was) until I can sort out what should have been a one line install command.
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by dimesio »

ubuntu@ubuntu:~$ sudo aptitude install winehq-stable-1386
Couldn't find any package whose name or description matched "winehq-stable-1386"
That's hardly surprising, given that the package name is winehq-stable-i386. Computers are very intolerant of typos.
Am I really supposed to manually fetch handfuls of libs to make this work?
Yes. Wine has lots of dependencies, and if they're not already installed, you need to install them. Most of the time your package manager will automatically pull them in, but if something on your system prevents one of the dependencies from being installed, you have to manually sort out the mess.
wine-stable-amd64 : Depends: libopenal1 (>= 1.14) but it is not installable
I would start by figuring out why libopenal1 is not installable, because that's an actual dependency. The other items are only Recommends, and you could install Wine without them.
scottmayo
Level 1
Level 1
Posts: 5
Joined: Sun Dec 16, 2018 2:48 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by scottmayo »

Um... this is a vanilla, fresh from the ISO "try me" install from https://www.ubuntu.com/download/desktop, of ubuntu 18.04, on a very straightforward system 76 laptop. Nothing else has been installed or updated; wine is the first install attempted. This is about as clean as it gets. You're basically claiming wine cannot be installed on a virgin copy of canonical's most recent LTS version of ubuntu. Really?

>I would start by figuring out why libopenal1 is not installable, because that's an actual dependency.

I have no idea how to do that. If I were some sort of apt-get master I probably wouldn't need to be here in the first place. Nor do I have any idea why openal would be a problem. The laptop I want to upgrade is running 16.10, that has a working copy of wine; clearly at one time this was possible and I don't know why it isn't now. I'm here because someone here should know answers or how to find them, if anyone does.
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by dimesio »

scottmayo wrote:You're basically claiming wine cannot be installed on a virgin copy of canonical's most recent LTS version of ubuntu. Really?
Not at all. I have 18.04 and 18.10 in VMs, and Wine installed in both without any problems, following the instructions in the wiki. You must have done something different, but I have no way of knowing what.
Nor do I have any idea why openal would be a problem.
Neither do I, because bionic has a new enough package to satisfy the requirement. https://packages.ubuntu.com/bionic/libopenal1

I have no idea why your package manager is refusing to install it, and since I don't use Ubuntu other than for testing, can't really help you with sorting it out. I suggest you ask for help on the Ubuntu forum.
scottmayo
Level 1
Level 1
Posts: 5
Joined: Sun Dec 16, 2018 2:48 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by scottmayo »

Between my laptop's support folk (System76), a note I found online mentioning there was a problem with ubuntu 18.04.01, and the updated information on the ubuntu page here, I found a sequence which will install wine on a try-it boot of ubuntu 18.04.01. Some of these steps may be optional; I did not try to optimize.

Adding universe is done because it's missing in 18.04.01 but apparently essential. Note two things: this takes a long time because update-dist does, and wine lands in /opt/wine-stable/bin/wine and not /usr/bin/wine as one might expect.

sudo dpkg --add-architecture i386
sudo apt clean
sudo apt update -m
sudo dpkg --configure -a
sudo apt install -f
sudo apt dist-upgrade
....answer y and Y

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

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

sudo add-apt-repository universe

sudo apt update
sudo apt install wine-stable
....answer y
sudo apt update

The last step should add little or nothing. More knowledgable folk may be able to trim steps.
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: Cannot install on a fresh Ubunto 18.04

Post by dimesio »

scottmayo wrote: wine lands in /opt/wine-stable/bin/wine
That's exactly where it's supposed to be.
Locked