Installing Wine.hq in Ubuntu 20.04

Questions about Wine on Linux
Locked
ZAD4Y
Newbie
Newbie
Posts: 1
Joined: Tue Apr 20, 2021 6:10 pm

Installing Wine.hq in Ubuntu 20.04

Post by ZAD4Y »

I was installing wine, from the official guide, and this happens:

Code: Select all

$ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Hit:1 https://brave-browser-apt-release.s3.brave.com stable InRelease          
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease                         
Hit:3 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal InRelease    
Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease                 
Hit:5 http://packages.microsoft.com/repos/code stable InRelease                
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease               
Ign:7 https://dl.winehq.org/wine-bulds/ubuntu focal InRelease                  
Hit:8 http://archive.ubuntu.com/ubuntu focal-security InRelease                
Hit:9 https://dl.winehq.org/wine-builds/ubuntu focal InRelease 
Hit:10 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease 
Err:11 https://dl.winehq.org/wine-bulds/ubuntu focal Release   
  404  Not Found [IP: 199.232.134.217 443]
Hit:12 http://repository.spotify.com stable InRelease          
Reading package lists... Done
E: The repository 'https://dl.winehq.org/wine-bulds/ubuntu focal 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.
User avatar
dimesio
Moderator
Moderator
Posts: 13204
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing Wine.hq in Ubuntu 20.04

Post by dimesio »

Code: Select all

Err:11 https://dl.winehq.org/wine-bulds/ubuntu focal Release  
Obviously you have a typo in this entry. Since your console output indicates you added the correct path, just delete that line from /etc/apt/sources.list.
Locked