So... I have a clean Wine install and a 64bit Wine prefix with pretty much all default settings but for the fact that I made it a Windows 10 layer rather than Windows XP, which was the default.
I'm trying to install a DeepL client. You can find the Windows download at deepl.com. It's an EXE installer. I run it in wine via the right-click menu in my file explorer and I get the following:
I know how to install .NET via Winetricks. I'm simply not interested. I usually only install non-free software as a last resort, with Microsoft, of all things, being no exception.Install .NET 4.6
The application requires the .NET framework. Click the Install button to get started.
This application requires the .NET framework 4.6 or above. Clicking the Install button will download the latest version of this operating system component from Microsoft and install it on your PC.
I heard Wine Mono sort of acts as a .NET framework. So I installed Mono via the following command:
Code: Select all
sudo apt-get install mono-complete
Thanks in advance for any help, a great last week of advent to y'all, and God bless you.