I am using Ubuntu 20.04. I installed Wine 6.02 from https://www.winehq.org/ following the instructions there:
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt install --install-recommends winehq-stable
I tried then to install an exe using Wine Windows Program Loader. Nothing seems to happen. I tried with Q4Wine, same result.
I ran winecfg to see if there was anything there that might help. I did not see anything. I can not find Wine in an activities search.
Am I missing a dependency? Something else?
thanks
Gary