Lors de l'installation de python3.6 sur ubuntu16.04 etc. ppa:jonathonf/python-3.6 J'utilisais ppa, mais j'étais un peu troublé car il est devenu privé, donc un mémo
Changer avant
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt update
sudo apt install python3.6
Connectez-vous au moment de la mise à jour d'apt
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.
Changement de ppa en ppa:deadsnakes/ppa
Après le changement
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.6
Vous pouvez le mettre ici
Recommended Posts