apt update 遇到相关错误: The repository 'xxx' does not have a Release file.
错误提示
解决方法
参考链接
https://askubuntu.com/questions/1135822/e-the-repository-http-ppa-launchpad-net-jonathonf-python-3-6-ubuntu-disco-re
ubuntu@ubuntu:~$ sudo apt update
Get:1 file:/var/cuda-repo-9-0-local InRelease
Ign:1 file:/var/cuda-repo-9-0-local InRelease
Get:2 file:/var/visionworks-repo InRelease
Ign:2 file:/var/visionworks-repo InRelease
Get:3 file:/var/visionworks-sfm-repo InRelease
Ign:3 file:/var/visionworks-sfm-repo InRelease
Get:4 file:/var/visionworks-tracking-repo InRelease
Ign:4 file:/var/visionworks-tracking-repo InRelease
Get:5 file:/var/cuda-repo-9-0-local Release [574 B]
Get:6 file:/var/visionworks-repo Release [1,999 B]
Get:7 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:8 file:/var/visionworks-tracking-repo Release [2,008 B]
Get:5 file:/var/cuda-repo-9-0-local Release [574 B]
Get:6 file:/var/visionworks-repo Release [1,999 B]
Get:7 file:/var/visionworks-sfm-repo Release [2,003 B]
Get:8 file:/var/visionworks-tracking-repo Release [2,008 B]
Hit:12 http://ports.ubuntu.com/ubuntu-ports xenial InRelease
Hit:14 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease
Hit:15 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease
Hit:16 http://realsense-hw-public.s3. ... -repo xenial InRelease
Hit:17 http://packages.ros.org/ros/ubuntu xenial InRelease
Ign:18 http://ppa.launchpad.net/jonat ... buntu xenial InRelease
Err:19 http://ppa.launchpad.net/jonat ... buntu xenial Release
403 Forbidden [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial 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.
解决方法
$ sudo add-apt-repository -r ppa:jonathonf/python-3.6
参考链接
https://askubuntu.com/questions/1135822/e-the-repository-http-ppa-launchpad-net-jonathonf-python-3-6-ubuntu-disco-re
1 个回复
lalala
赞同来自:
解决方法
参考链接
https://github.com/nodesource/ ... s/324