I have the repos pointing to archive.debian and it brings it up to the last update of stretch 9.13
I then install wine via synaptic, no issues raised but when I go to start wine with winecfg I get
Code: Select all
$ winecfg
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
Code: Select all
$ sudo apt-get install wine32
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package wine32 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
E: Package 'wine32' has no installation candidate
I downloaded the following from winehq server
winehq-stable_5.0.2~stretch_amd64.deb
winehq-stable_5.0.2~stretch_amd64.deb
wine-stable_5.0.2~stretch_amd64.deb
wine-stable-i386_5.0.2~stretch_i386.deb
wine-stable-amd64_5.0.2~stretch_amd64.deb
I can install wine-stable-amd64_5.0.2~stretch_amd64.deb with gdebi no problem
but when I try to install wine-stable-i386_5.0.2~stretch_i386.deb I get
Code: Select all
This package is uninstallable
Dependency is not satisfiable: libasound2 (>= 1.0.16)
Code: Select all
$ sudo apt-get install libasound2
Reading package lists... Done
Building dependency tree
Reading state information... Done
libasound2 is already the newest version (1.1.3-5).
libasound2 set to manually installed.
Alternatively could I just copy specific wine related folders from the working Deb 9 server we have over to this server?
They are both Deb 9 on fairly similar but not identical chipset hardware which prevented a clone of drive from working.
K.