question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ubuntu 18.04 ppa error

See original GitHub issue

It would be nice adding to the installation instructions how to overcome the following error:

$ sudo add-apt-repository ppa:pypa/ppa
(...)
Err:11 http://ppa.launchpad.net/pypa/ppa/ubuntu bionic Release                                                                        
  404  Not Found [IP: 91.189.95.83 80]
Reading package lists... Done                             
E: The repository 'http://ppa.launchpad.net/pypa/ppa/ubuntu 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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
uranusjrcommented, Jun 20, 2018

@acrogenesis I believe the most recommended way (by the community) is to use pip3 install --user and add ~/.local/bin to the front of your PATH.

0reactions
kennethreitzcommented, Jul 4, 2018

ppa is not available for 18.04. we’re removing support for the ppa, moving forward.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix “Cannot Add PPA” Error in Ubuntu & Linux Mint - It's FOSS
There can be mainly two reasons behind this kind of error. Either the CA certificates on your system are broken or there is...
Read more >
How to Fix "Repository does not have a release file" Error in ...
Click on the 'Other Software' tab and then select the PPA to be removed. Finally, click on the 'Remove' button at the bottom...
Read more >
PPA's are completely broken in 18.04.1, any possible solutions?
It means that your system cannot access keyserver.ubuntu.com due some Network erros. But you can manually add key for this repository(here ...
Read more >
How to Add or Remove a PPA in Ubuntu 18.04 - Liquid Web
As of Ubuntu 18.04, running the add-apt-repository command conveniently includes an apt-update as you can see in the above output. Now that the ......
Read more >
PPA Install fails on Ubuntu 18.04, #905 - teejee2008/timeshift
PPA Install fails on Ubuntu 18.04, #905 ... W: An error occurred during the signature verification. The repository is not updated and the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found