An MS Windows Emulator
An MS Windows emulator, consisting of both runtime and source
compatibility functions. You can run your MS executables with it and
write your Windows programs under Linux and link against the WINE
libraries.
It is not necessary to have a Windows installation to run WINE.
Refer to /usr/share/doc/packages/wine/README.SuSE. There is more
documentation available in that directory. Read 'man wine' for further
information.
You can invoke wine by entering 'wine program.exe'. Configure it by
running 'winecfg'.
- Developed at Emulators
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/wine && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000001777 1.74 KB | |
_constraints | 0000000110 110 Bytes | |
_multibuild | 0000000197 197 Bytes | |
_service | 0000000529 529 Bytes | |
baselibs.conf | 0000000802 802 Bytes | |
ubuntuwine.tar.bz2 | 0000026725 26.1 KB | |
wine-9.20.tar.xz | 0031807848 30.3 MB | |
wine-9.20.tar.xz.sign | 0000000833 833 Bytes | |
wine-msi.desktop | 0000000201 201 Bytes | |
wine-rpmlintrc | 0000000214 214 Bytes | |
wine-staging-9.20.tar.xz | 0007237044 6.9 MB | |
wine.changes | 0000253712 248 KB | |
wine.desktop | 0000002789 2.72 KB | |
wine.keyring | 0000003175 3.1 KB | |
wine.spec | 0000017478 17.1 KB | |
wisotool | 0000317786 310 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1216664
from
Marcus Meissner (msmeissn)
(revision 452)
- Updated to 9.20 release - Bundled Capstone library for disassembly in WineDbg. - More formats supported in D3DX9. - Static analysis and JUnit test reports in Gitlab CI. - More support for network sessions in DirectPlay. - Various bug fixes. - update staging to 9.20 release
Comments 5
There seems to be a problem with mouse interaction on fullscreen applications. Mouse clicks doesn't register. 6.0.rc4.
Today the installation of the package wine-staging-32bit-6.0-1.1.x86_64 failed on my Tumbleweed box, because ESET NOD32 Antivirus found Win32/GenKryptik.EZYZ in /usr/lib/wine/iexplore.exe and deleted this file immediately during the install process. Here's the Log entry from ESET Antivirus:
20.01.2021 23:36:16 Preload access protection file /usr/lib/wine/iexplore.exe;6008b055 a variant of Win32/GenKryptik.EZYZ trojan cleaned by deleting root Event occurred on a new file created by the application: /usr/bin/rpm (23AEABA96B5B38B917711758FE1653F165B38CF2).
This is the first time, that the ESET Antivirus stepped in during an installtion of updates. In the past I could only trigger ESET Antivirus by downloading the eicar Test Virus. So, is this a false positive?
Hi, could you please enable the new WoW64 mode (https://gitlab.winehq.org/wine/wine/-/releases/wine-9.0#wow64) for Wine 9.0+, by adding
--enable-archs=i386,x86_64
configure option. Such that, we don't requirewine-32bit
and its large 32bit dependencies.Currently there seem to be still shortcoming in this mode. But its something I could enable for staging flavor perhaps.
Can
wine-32bit
andwine64
with--enable-archs=i386,x86_64
coexists? If yes, then even if there is shortcoming, users can still installwine-32bit
to overcome.