I'm struggling with installing Wine on fresh Description: Ubuntu 18.04.1 LTS
404 Not Found [IP: 91.189.*.* 80]
:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic
Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
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
I've been trying from official site https://wiki.winehq.org/Ubuntu and also youtube videos, but both ends with the same error (above)
Any idea?