I got problem when update wine

Questions about Wine on Linux
Locked
AndyLinux
Newbie
Newbie
Posts: 1
Joined: Tue Jun 22, 2021 4:50 am

I got problem when update wine

Post by AndyLinux »

 

Code: Select all

worksang  ~  sudo apt update
[sudo] password for sang: 
Hit:1 https://mirror.freedif.org/LinuxLiteOS emerald InRelease
Hit:2 http://deb.playonlinux.com precise InRelease
Ign:3 https://dl.winehq.org/wine-builds/ubuntu focus InRelease
Hit:4 https://linux.teamviewer.com/deb stable InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:6 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Hit:7 http://repository.spotify.com stable InRelease
Ign:8 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal InRelease
Hit:9 http://archive.canonical.com/ubuntu focal InRelease
Hit:10 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease
Err:11 https://dl.winehq.org/wine-builds/ubuntu focus Release
404 Not Found [IP: 151.101.78.217 443]
Get:12 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Err:13 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal Release
404 Not Found [IP: 91.189.95.85 80]
Get:14 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Reading package lists... Done
E: The repository 'https://dl.winehq.org/wine-builds/ubuntu focus 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.
E: The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/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.
I have tried reinstall wine but not
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: I got problem when update wine

Post by dimesio »

Code: Select all

Err:11 https://dl.winehq.org/wine-builds/ubuntu focus Release 
There is an obvious typo in that line. Delete it from your /etc/apt/sources.list.

Code: Select all

Ign:8 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu focal InRelease 
That PPA has been abandoned for years, and it was never ours. Delete it from your /etc/apt/sources.list.

Code: Select all

Hit:6 https://dl.winehq.org/wine-builds/ubuntu focal InRelease 
...
Hit:10 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease 
Why do you have both focal and groovy repositories? You should only have whichever one matches the version of Ubuntu your distro is based on.
Locked