Wine-tkg installation on ubuntu 18.04

In terminal, can you run wine --version
With that number in your output, you can match it to the releases here:

So, if you have Wine version 6.8, you would want to scroll down to that.
Right click the package you downloaded and choose extract here.
Open the extracted directory in your file manager and at the top, click the icon to show the Pathbar instead of the Button Bar - the Location Icon that switches the appearance from Buttons for each directory of a path to an Entry window with the full path laid out like, /home/$USER/Downloads/file/staging/bin for example. Highlight that path and then right click and copy it.
Open your home profile file with your text editor located in your home folder (ctrl+h to reveal the hidden files that have a period in front of them) ~/,profile
Paste the Path you copied from your file manger above into this:

if [ -d "$HOME/Downloads/wine-6.5-staging-tkg-amd64/bin" ] ; then
-The Copied Path Above Goes Here-
fi

Below that above in .profile paste in:

export WINEFSYNC=1

All that done, Save the .profile file and exit. Then reboot your computer.

1 Like