Answer the question
In order to leave comments, you need to log in
Ubuntu does not find installed wine. How to set the path to wine?
The system has wine installed. Both apt and synaptic talk about this.
At the same time, if you try to type wine, winecfg in the terminal, an error will occur
Command 'wine' not found, but can be installed with:
sudo apt install wine-development
sudo apt install wine-stable
Answer the question
In order to leave comments, you need to log in
Remove Wine via apt autoremove and apt purge, and install as expected.
Read on the off site And definitely here
For 20.04:
sudo dpkg --add-architecture i386
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt update
sudo apt install --install-recommends winehq-stable
sudo apt install wine winetricks
sudo apt install wine32
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question