Hello, can I get the easiest working instructions for installing Wine please.
I've tried;
sudo apt-get update
sudo apt-get install wine
but I'm not sure what that does because when I try to run a windows executable, the system asks me what I want to use to open the file.
I had it installed before using some of the below but now I've tried it again and it just wont install.
dpkg --add-architecture i386
apt-get install software-properties-common
apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/'
wget
https://dl.winehq.org/wine-builds/Release.key && apt-key add Release.key
apt-get install apt-transport-https
Next add the repository to /etc/apt/sources.list or create a *.list under /etc/apt/sources.list.d/ with the following content:
deb
https://dl.winehq.org/wine-builds/debian/ jessie main
apt-get update
apt-get install --install-recommends winehq-stable
apt update && apt install winehq-stable