Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 3214  / 3 Years ago, fri, july 9, 2021, 6:17:44

I want to install "PlayOnLinux" on Ubuntu 18.04. I opened Software and Updates→Other Software→Add. Then I typed



deb http ://deb.playonlinux.com/ubuntu bionic main


but it shows some errors:



Error message






Error message details:



E:The repository 'https://dl.winehq.org/wine-builds/ubuntu ubuntu Release' does not have a Release file., 
W:Updating from such a repository can't be done securely, and is therefore disabled by default.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
W:An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
GPG error: http://dl.google.com/linux/chrome/deb stable Release:
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551 Google Inc. (Linux Packages Signing Authority) <[email protected]>,
E:The repository 'http://ppa.launchpad.net/sssup/sssup-ppa/ubuntu bionic Release' does not have a Release file.,
W:Updating from such a repository can't be done securely, and is therefore disabled by default.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
E:The repository 'http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release' does not have a Release file.


the following are all my repositories:



enter image description here



enter image description here



enter image description here



How do I solve these errors?


More From » 18.04

 Answers
7

Although PlayOnLinux is already available in official repositories of Ubuntu which can be installed using:



sudo apt install playonlinux


But if you still want to install from PlayOnLinux's repository, here is what I observed.



After looking at the repository information for bionic availabe on official site, it looks like you added wrong repository (with extra "ubuntu"). Modify the repository you've added using "Edit" button after clicking on repository in Software and Updates→Other Software.



After that remove "ubuntu" from "URI" so that it looks like:



enter image description here



Now open a terminal and run:



sudo apt update


If you get an error like:



Err:1 http://deb.playonlinux.com bionic InRelease                              
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY <some key value>


Add that key using:



sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <key value>


Then try sudo apt update again.






Update April 13, 2019:



It seems you've issues with multiple repositories. We'll correct them one by one.




  1. For https://dl.winehq.org/wine-builds/ubuntu ubuntu Release:



    It seems this repository information is wrong. Look at the entry number 6 and 7 in your first screenshot. Repositories don't include version number, i.e. "18.04 LTS" but rather their respective codenames, i.e. "bionic". So, it's better to delete those entries. Also, according to your question you are using bionic but in your first screenshot it seems you've added repository information of cosmic. So, it's better to edit them and replace "cosmic" with "bionic". Otherwise, dependency issues might take place.


  2. For GPG error: http://dl.google.com/linux/chrome/deb stable Release:



    This was a temporary issue which occurred in all Linux systems as reported on Ask Ubuntu here. This issue was from Google's side and is now fixed.


  3. For http://ppa.launchpad.net/sssup/sssup-ppa/ubuntu bionic Release:



    This repository was last updated for Natty (11.04) way back in February 2011. So, it's better to delete it. It's 11th entry in first screenshot.


  4. For http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release:



    This repository was last updated for Xenial (11.04) way back in 2017. So, it's better to delete it. Precisely it's on 10th place in Screenshot 2.







Tips:




  • I see there are many repositories unchecked. So I assume you don't use them. Try to delete all useless repositories so that less error happens and your other software tab become less cluttered.


  • If you ever encounter errors like release file not found, try to investigate on your own. After all learning is fun :). Just copy the URL before any whitespace and paste it in browser, for example, http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu and try to find your distribution under dists folder (if present). If your distro is not present, there is some error in repository information.



[#5778] Friday, July 9, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whoppinolo

Total Points: 93
Total Questions: 113
Total Answers: 107

Location: Cyprus
Member since Mon, Oct 24, 2022
2 Years ago
;