M
M
miner21002020-06-04 06:49:13
Wine
miner2100, 2020-06-04 06:49:13

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

wine is installed in /opt/wine-stable/
Google searches lead to editing paths for wineprefix, but mine is different.
In which direction to dig? Where in ubuntu can lie (or should lie) symlinks for the installed wine?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Collin, 2020-06-04
@Collin

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 question

Ask a Question

731 491 924 answers to any question