Issue with apt-add-repository with Ubuntu 18.04.4 LTS

Questions about Wine on Linux
Locked
railok
Newbie
Newbie
Posts: 1
Joined: Fri Apr 03, 2020 8:21 pm

Issue with apt-add-repository with Ubuntu 18.04.4 LTS

Post by railok »

Hello, I am currently new with Ubuntu and still learning to get the hang of this. I am currently having an issue installing WineHQ for 18.04. When I reach the step to add the repository for my version of Ubuntu:

Code: Select all

$ sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
I get the following error:

Code: Select all

Hit:1 http://us.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease              
Hit:3 http://us.archive.ubuntu.com/ubuntu bionic-updates InRelease             
Hit:4 http://dl.winehq.org/wine-builds/ubuntu artful InRelease                 
Hit:5 http://us.archive.ubuntu.com/ubuntu bionic-backports InRelease           
Ign:6 https://dl.winehq.org/wine-builds/ubutu bionic InRelease                 
Hit:7 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Err:8 https://dl.winehq.org/wine-builds/ubutu bionic Release
  404  Not Found [IP: 199.232.34.217 443]
Reading package lists... Done                      
E: The repository 'https://dl.winehq.org/wine-builds/ubutu 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.
My question is why am I having an issue for getting the release file repository?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue with apt-add-repository with Ubuntu 18.04.4 LTS

Post by dimesio »

Code: Select all

Ign:6 https://dl.winehq.org/wine-builds/ubutu bionic InRelease  

and

Code: Select all

Err:8 https://dl.winehq.org/wine-builds/ubutu bionic Release
both have the same typo in the URL.
Locked