on Linux Debian 11 the wine was updated by package manager:
package is from: APT-Sources: https://dl.winehq.org/wine-builds/debian bullseye/main amd64 PackagesThe following packages will be upgraded:
wine-devel wine-devel-amd64 wine-devel-i386:i386 winehq-devel
Setting up wine-devel-i386:i386 (7.10~bullseye-1) ...
Setting up wine-devel-amd64 (7.10~bullseye-1) ...
Setting up wine-devel (7.10~bullseye-1) ...
Setting up winehq-devel (7.10~bullseye-1) ...
and the .exe launched using launcher command
Code: Select all
wine "/path/file.exe"
So my question is how to prevent this in future and how to launch properly now. I am backing up my /home partition so i can restore if the bad software damaged any settings.
Thank you in advance for help.