WINE installation. Can not find winecfg

I downloaded and installed "wine-devel-amd64_4.19~eoan_amd64.deb" from

There is a .wine folder in my home directory. Where is winecfg?

4

1 Answer

The version you installed is a 64bit-only flavour or wine. Use the following command for winecfg:

wine64 winecfg

And you should also use wine64 for launching executables (rather than wine as you did before).

See also:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like