Im facing error while installing wine on my Ubuntu 20.04.3 LTS

Questions about Wine on Linux
Locked
princearora
Newbie
Newbie
Posts: 2
Joined: Sat Aug 21, 2021 11:33 pm

Im facing error while installing wine on my Ubuntu 20.04.3 LTS

Post by princearora »

Please Help Me! ASAP

princearora@princes-ubuntu:~$ sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
Hit:1 http://in.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://in.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 https://dl.winehq.org/wine-builds/ubuntu hirsute InRelease
Hit:5 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Hit:6 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease
Hit:7 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease
Hit:8 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
Hit:9 http://dl.google.com/linux/chrome/deb stable InRelease
Ign:10 http://ppa.launchpad.net/audacity-team/daily/ubuntu focal InRelease
Ign:11 http://download.opensuse.org/repositori ... untu_16.04 InRelease
Hit:12 http://deb.playonlinux.com trusty InRelease
Get:13 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Err:14 http://download.opensuse.org/repositori ... untu_16.04 Release
404 Not Found [IP: 195.135.221.134 80]
Hit:15 http://ppa.launchpad.net/cybermax-dexte ... ort/ubuntu focal InRelease
Ign:16 http://ppa.launchpad.net/mc3man/xerus-media/ubuntu focal InRelease
Err:17 http://ppa.launchpad.net/audacity-team/daily/ubuntu focal Release
404 Not Found [IP: 91.189.95.85 80]
Err:18 http://ppa.launchpad.net/mc3man/xerus-media/ubuntu focal Release
404 Not Found [IP: 91.189.95.85 80]
Reading package lists... Done
E: The repository 'http://download.opensuse.org/repositori ... untu_16.04 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/audacity-team/daily/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.
E: The repository 'http://ppa.launchpad.net/mc3man/xerus-media/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.
princearora@princes-ubuntu:~$

Im facing this error while putting this code = sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'

let me know please how can i install wine In my system.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Im facing error while installing wine on my Ubuntu 20.04.3 LTS

Post by dimesio »

Code: Select all

Hit:4 https://dl.winehq.org/wine-builds/ubuntu hirsute InRelease
Hit:5 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Hit:6 https://dl.winehq.org/wine-builds/ubuntu eoan InRelease
Hit:7 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease
Hit:8 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
If you are on focal, why did you install repositories for all those other versions of Ubuntu? Delete all but the one for focal.

As for the errors:

Code: Select all

Err:14 http://download.opensuse.org/repositories/home:/strycore/xUbuntu_16.04 Release
404 Not Found [IP: 195.135.221.134 80]

Code: Select all

Err:17 http://ppa.launchpad.net/audacity-team/daily/ubuntu focal Release
404 Not Found [IP: 91.189.95.85 80]

Code: Select all

Err:18 http://ppa.launchpad.net/mc3man/xerus-media/ubuntu focal Release
404 Not Found [IP: 91.189.95.85 80]
Those are not WineHQ repositories. The "404 Not Found" error means those sites no longer exist, at least not at those URLs. Either delete them, or if you really think they're important for some reason, track down the maintainers of those repositories to ask what to do.
princearora
Newbie
Newbie
Posts: 2
Joined: Sat Aug 21, 2021 11:33 pm

Re: Im facing error while installing wine on my Ubuntu 20.04.3 LTS

Post by princearora »

Hello Dimesio,

Dear I don't know these technical things ~ please please tell what commend I have to put In the Ubuntu terminal step by step please... I really want to install Wine In my Ubuntu 20.04.3 LTS 🙏
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Im facing error while installing wine on my Ubuntu 20.04.3 LTS

Post by dimesio »

Open your /etc/apt/sources.list file in a plain text editor and delete the entries I mentioned. If you don't know how to do that, ask for help on the Ubuntu forum.
Locked