https://bugs.winehq.org/show_bug.cgi?id=49644
--- Comment #5 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to steve donato from comment #4)
as far as I know I did not install the 32-bit wine-devel package Should I? if so, where is it?
Hello,
Yes, you need both 64-bit and 32-bit packages.
Note that in the command to enable CAP_NET_RAW, you must not include the brackets around <devel>: dpkg-reconfigure wine-devel-amd64 wine-devel wine-devel-i386
As you can see from the command, the package names are: wine-devel-amd64: Runs 64-bit apps. wine-devel: Meta package that pulls both 64-bit and 32-bit packages. wine-devel-i386: Runs 32-bit apps.
So you should just do: sudo apt-get install wine-devel
This will pull both 32-bit and 64-bit wine any additional 32-bit or 64-bit library that Wine depends on.
and then: sudo dpkg-reconfigure wine-devel-amd64 wine-devel wine-devel-i386
To enable CAP_NET_RAW.
Regards.