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:~$