Bei der Installation von Python3.6 auf Ubuntu16.04 usw. ppa:jonathonf/python-3.6 Ich habe ppa verwendet, aber ich war ein wenig beunruhigt, weil es privat wurde, also ein Memo
Vorher ändern
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt update
sudo apt install python3.6
Protokoll zum Zeitpunkt der passenden Aktualisierung
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.
Ppa geändert zu ppa:deadsnakes/ppa
Nach der veränderung
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.6
Sie können es hier setzen
Recommended Posts