WineHQ Troubleshooting
WineHQ Troubleshooting
Windows .exe s
The WineHQ repository key was changed on 2018-12-19. If you downloaded and
added the key before that time, you will need to download and add the new key and run
sudo apt update to accept the repository changes.
The WineHQ packages for Debian 10 and later require libfaudio0 as a dependency.
Since the distro does not provide it for Debian 10, users of that version can download
libfaudio0 packages from the OBS. See https://forum.winehq.org/viewtopic.php?
f=8&t=32192 for details.
Raspbian users: the WineHQ packages are for x86 architecture only; they cannot be
installed on an ARM system.
Update packages:
Menu items are not created for Wine's builtin programs (winecfg, etc.), and if you are
upgrading from a distro package that had added them, they will be removed. You can
recreate them yourself using your menu editor.
WineHQ does not at present package wine-gecko or wine-mono. When creating a new wine
prefix, you will be asked if you want to download those components. For best compatibility,
it is recommended to click Yes here. If the download doesn't work for you, please follow the
instructions on the Gecko and Mono wiki pages to install them manually.
./configure --enable-win64
********************************************************
Then [...] specifyiong a 32-bit host and passing 32-bit compilation flags:
********************************************************
********************************************************
make
wine notepad++.exe
********************************************************
********************************************************
According to flex.sourceforge.net,
Before starting, please check to see if there is a latest version available to download. Visit
http://flex.sourceforge.net/ to find out about the available versions. IMPORTANT: See
"Configuring Ubuntu Linux After Installation" to install the development tools required to
compile and install flex from source code.
Steps to download, compile, and install are as follows. Note: Replace 2.5.33 with your
version number:
cd flex-2.5.33
If you haven't installed m4 yet then please do so. Click here to read about the
installation instructions for m4. Run the commands below to include m4 in your
PATH variable.
PATH=$PATH:/usr/local/m4/bin/
./configure --prefix=/usr/local/flex
Replace "/usr/local/flex" above with the directory path where you want to copy the
files and folders. Note: check for any error message.
Compiling flex:
make
Installing flex:
With sudo,