[Bug 49644] wine 5.13 devel loops trying to launch first win app then ends doing nothing ubuntu 16.04

WineHQ Bugzilla wine-bugs at winehq.org
Sat Aug 1 15:47:49 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49644

--- Comment #5 from Olivier F. R. Dierick <o.dierick at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list