https://wiki.winehq.org/FAQ pokud se podíváš sem, tak se dozvíš, že to není podpora pro 32bit aplikace do 64bitového systému, ale že se jedná o samostatný program emulující 32bitové windows, proto ten balíček nemůže být v 64bitovém zdroji jak píšeš
2.7 Is there a 64 bit Wine?
Yes. 64 bit Wine has been available on Linux since 1.2. WineHQ binary packages are available for 64 bit, and most major distros package it for users. Normally, installation should be as simple as installing the Wine package for your distribution through your package manager. Check the Download page. If you are building Wine from source, see Building Wine for instructions on how to build 32 bit Wine on a 64 bit system and instructions on how to build 64 bit Wine in a shared WoW64 setup.
A few things to note:
32 bit Wine runs on both 32-bit and 64-bit Linux/Unix installations. 16-bit and 32-bit Windows applications will run on it.
64-bit Wine runs only on 64 bit installations, and so far has only been extensively tested on Linux. It requires the installation of 32 bit libraries in order to run 32 bit Windows applications. Both 32-bit and 64-bit Windows applications (should) work with it; however, there are still many bugs.
Current Wine includes support for 64 bit Wine on Mac OS X; however, this has not been tested very much, and some applications may never work due to an ABI incompatibility between Win64 and OS X.
podívej se do windows, jaký tam je kvůli zpětné kompatibilitě bordel při instalaci 32bitových aplikací do 64bitových windows, kdy knihovny se u 32bitových aplikací cpou do sysWOW64 a u 64bitových aplikací se cpou do system32
všechno máš v popisech:wine
Wine is a program which allows running Microsoft Windows programs (including DOS, Windows 3.x and Win32 executables) on Unix. It consists of a program loader which loads and executes a Microsoft Windows binary, and a library (called Winelib) that implements Windows API calls using their Unix or X11 equivalents. The library may also be used for porting Win32 code into native Unix executables.
wine32
Wine is a program which allows running Microsoft Windows programs (including DOS, Windows 3.x and Win32 executables) on Unix.
This package contains the files needed to support 32-bit Windows programs.
wine64
Wine is a program which allows running Microsoft Windows programs (including DOS, Windows 3.x and Win32 executables) on Unix. It consists of a program loader which loads and executes a Microsoft Windows binary, and a library (called Winelib) that implements Windows API calls using their Unix or X11 equivalents. The library may also be used for porting Win32 code into native Unix executables.
This package contains the Win64 version of Wine. You need the wine32 package from the 32-bit repository to be able to run 32-bit applications.
pokud instaluješ 32bitové wine, tak to máš instalovat přes balíček wine, který si dotahá potřebné závislosti
pokud instaluješ 64bitové wine, tak to máš instalovat přes balíček wine64, který si taky dotahá potřebné závislosti