I have been trying to install and run winehq. I cannot get help on their end.
Here is what I did today:
ralf@ralf-mac-pureos:~$ sudo apt update
[sudo] password for ralf:
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://dl.winehq.org/wine-builds/debian buster InRelease
Get:3 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
Hit:4 https://repo.pureos.net/pureos amber InRelease
Get:5 https://repo.pureos.net/pureos amber-security InRelease [5,518 B]
Get:6 https://repo.pureos.net/pureos amber-updates InRelease [5,516 B]
Fetched 57.7 kB in 5s (12.7 kB/s)
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
22 packages can be upgraded. Run āapt list --upgradableā to see them.
N: Skipping acquire of configured file āmain/binary-i386/Packagesā as repository āhttps://repo.pureos.net/pureos amber InReleaseā doesnāt support architecture āi386ā
N: Skipping acquire of configured file āmain/binary-i386/Packagesā as repository āhttps://repo.pureos.net/pureos amber-security InReleaseā doesnāt support architecture āi386ā
N: Skipping acquire of configured file āmain/binary-i386/Packagesā as repository āhttps://repo.pureos.net/pureos amber-updates InReleaseā doesnāt support architecture āi386ā
ralf@ralf-mac-pureos:~$ sudo dpkg --add-architecture 1386
ralf@ralf-mac-pureos:~$ sudo apt-key add winehq.key
OK
ralf@ralf-mac-pureos:~$ wine32
wine32: command not found
ralf@ralf-mac-pureos:~$ wine
it looks like wine32 is missing, you should install it.
as root, please execute āapt-get install wine32ā
Usage: wine PROGRAM [ARGUMENTSā¦] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
ralf@ralf-mac-pureos:~$ sudo apt-get install wine32
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
Package wine32 is a virtual package provided by:
winehq-staging 5.9~buster
winehq-stable 5.0.0~buster
winehq-devel 5.9~buster
You should explicitly select one to install.
E: Package āwine32ā has no installation candidate
ralf@ralf-mac-pureos:~$ sudo apt-get install 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 (= 5.0.0~buster)
E: Unable to correct problems, you have held broken packages.
ralf@ralf-mac-pureos:~$ lsb_release -cs
amber
ralf@ralf-mac-pureos:~$ sudo nano /etc/apt/sources.list
[sudo] password for ralf:
ralf@ralf-mac-pureos:~$
ralf@ralf-mac-pureos:~$
ralf@ralf-mac-pureos:~$ sudo apt 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 (= 5.0.0~buster)
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Packages (main/binary-1386/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Contents-deb (main/Contents-amd64) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Contents-deb (main/Contents-i386) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Contents-deb (main/Contents-1386) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
W: Target Contents-deb (main/Contents-all) is configured multiple times in /etc/apt/sources.list:7 and /etc/apt/sources.list:8
E: Unable to correct problems, you have held broken packages.
ralf@ralf-mac-pureos:~$