Recently shifted to Ubuntu from Windows .First time user.
I tried a couple of methods to install wine as mentioned in the forums .
sudo dpkg --add-architecture i386
wget -qO - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
sudo apt-get update
sudo apt install --install-recommends winehq-stable
gives the following error :
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package winehq-stable
Can anyone help please ?