Can I send someone an email with a link, that opens the Terminal and installs Wine on Ubuntu 16.04?
I did it on my own system with the commands below, but I'd like to make it simple for someone...
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
sh <file>
). – Melebius Mar 27 '18 at 13:02