[LINUX] ppa: jonathonf / python-3.6 is now private

ppa: jonathonf / python-3.6 is now private

When installing python3.6 on ubuntu16.04 etc. ppa:jonathonf/python-3.6 I was using the ppa of, but I was a little troubled because it became private, so a memo

Change before

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt update
sudo apt install python3.6

Log at the time of apt update

W: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu/dists/xenial/main/binary-amd64/Packages  403  Forbidden [IP: 91.189.95.83 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Changed ppa to ppa:deadsnakes/ppa

After change

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.6

You can put it here

Recommended Posts

ppa: jonathonf / python-3.6 is now private
Python is easy
Now Python3 (Other)
What is python
Python is instance
What is Python
[Python] What is Pipeline ...
Private Python learning procedure
Private method in python
[Python] What is virtualenv
Python round is not strictly round
How Python __dict__ is used
Python is painful. But use
Python is an adult language
Python list is not a list
[Python] Python and security-① What is Python?
Python release cycle is faster!
[Python] * args ** What is kwrgs?
Identity and equivalence Python is and ==
What is a python map?
Python Basic Course (1 What is Python)
[Introduction to Python] What is the most powerful programming language now?