No matter which way I try to install Wine It doesn't install, I'm new to Ubuntu, but its not hard to copy and paste and click "install". I tried to install it via Commands on the Wine website, and commands on a Youtube tutorial, then I tried the one in the software store (I didn't use that one in the beginning because I wanted the stable release not the development release.) Does anyone know why its doing this, and how to fix it?
sudo dpkg --add-architecture i386
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
Those are the exact commands that were in the Youtube Tutorial and the Wine HQ website.