报错描述:

解决方法:cd /etc/apt/sources.list.d
注释掉gedit /etc/apt/sources.list该路径下的内容:

#deb http://apt.tvheadend.org/stable xenial main
#deb-src http://apt.tvheadend.org/stable xenial main
#deb http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu maverick main

再次进去list.d目录下

 ls
bazel.list                                nvidia-ml.list
bazel.list.save                           nvidia-ml.list.save
boost-latest-ubuntu-ppa-xenial.list       ubuntu-toolchain-r-ubuntu-test-xenial.list
boost-latest-ubuntu-ppa-xenial.list.save  ubuntu-toolchain-r-ubuntu-test-xenial.list.save
cuda.list                                 v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list
cuda.list.save                            v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list.save
deadsnakes-ubuntu-ppa-xenial.list

修改名字或删除上述报错的指定文件:

mv boost-latest-ubuntu-ppa-xenial.list ./boost1 && mv boost-latest-ubuntu-ppa-xenial.list.save  boost2.save

再次更新还是不行,再次修改名字防止加载到:

root@ovo:/etc/apt/sources.list.d# mv boost1 teste.boost1
root@ovo:/etc/apt/sources.list.d# mv boost2.save teste.boost2
root@ovo:/etc/apt/sources.list.d# ls
bazel.list                         teste.boost1
bazel.list.save                    teste.boost2
cuda.list                          ubuntu-toolchain-r-ubuntu-test-xenial.list
cuda.list.save                     ubuntu-toolchain-r-ubuntu-test-xenial.list.save
deadsnakes-ubuntu-ppa-xenial.list  v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list
nvidia-ml.list                     v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list.save
nvidia-ml.list.save

再次更新还是不行,为了保证删掉带来的风险,现在将它一点到其他路径:

mv teste.boost2 /root/ && mv teste.boost1 /root
root@ovo:/etc/apt/sources.list.d# sl
bash: sl: command not found
root@ovo:/etc/apt/sources.list.d# ls
bazel.list       deadsnakes-ubuntu-ppa-xenial.list           ubuntu-toolchain-r-ubuntu-test-xenial.list.save
bazel.list.save  nvidia-ml.list                              v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list
cuda.list        nvidia-ml.list.save                         v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list.save
cuda.list.save   ubuntu-toolchain-r-ubuntu-test-xenial.list
root@ovo:/etc/apt/sources.list.d# mv teste.boost2 /root/ && mv teste.boost1 /root
mv: cannot stat 'teste.boost2': No such file or directory

再次更新类似的再把相应的文件移动到其他路径:

Err:14 http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu xenial Release404  Not Found [IP: 91.189.95.85 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu xenial Release' does not have a Release file.

移动后:

/etc/apt/sources.list.d# mv v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list /root && mv v-launchpad-jochen-sprickerhof-de-ubuntu-pcl-xenial.list.save /root
root@ovo:/etc/apt/sources.list.d# ls
bazel.list       cuda.list.save                     nvidia-ml.list.save
bazel.list.save  deadsnakes-ubuntu-ppa-xenial.list  ubuntu-toolchain-r-ubuntu-test-xenial.list
cuda.list        nvidia-ml.list                     ubuntu-toolchain-r-ubuntu-test-xenial.list.save

再次更新:

/etc/apt/sources.list.d# apt update
Hit:1 http://storage.googleapis.com/bazel-apt stable InRelease
Ign:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  InRelease
Ign:3 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64  InRelease
Hit:4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  Release
Hit:6 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1604/x86_64  Release
Hit:8 http://mirrors.aliyun.com/ubuntu xenial InRelease
Hit:9 http://mirrors.aliyun.com/ubuntu xenial-updates InRelease
Hit:10 http://mirrors.aliyun.com/ubuntu xenial-security InRelease
Hit:11 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial InRelease
Hit:12 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
166 packages can be upgraded. Run 'apt list --upgradable' to see them.

完美解决。

完美解决ubuntu报错:ppa.launchpad与404 Not Found [IP: 91.189.95.85 80]相关推荐

  1. Ubuntu 404 Not Found [IP: 91.189.95.85 80]解决办法

    我的系统版本是Ubuntu 18.04,在使用sudo apt-get update的时候报了404 Not Found的错误,我的解决方法如下: 备份一下sources.list文件以备不时之需,因 ...

  2. linux下解决ppa...(软件)Release 404 Not Found [IP: 91.189.95.83 80]的问题

    文章目录 一.问题出现 二.问题解决 三.涉及到的相关知识 一.问题出现 自己在linux安装codeblocks的时候,安装没有弄好,应该是添加软件源时出的问题,导致 "http://pp ...

  3. Err:12 http://old-releases.ubuntu.com/ubuntu xenial Release 404 Not Found [IP: 91.189.88.248 80]

    在切换ubuntu系统的软件源之后,运行sudo apt update 更新软件源列表的时候,发现提示一下错误: Err:12 http://old-releases.ubuntu.com/ubunt ...

  4. 完美解决Pycharm报错[WinError 193] %1 不是有效的 Win32 应用程序

    完美解决Pycharm报错[WinError 193] %1 不是有效的 Win32 应用程序 问题发生 长话短说,今天安装python64位时遇到了这个问题,我也看了网上很多说为什么会出现这个问题的 ...

  5. 404 Not Found [IP: 91.189.91.39 80] 解决办法:换源,还是换源 !!

    目录 一,问题描述:404  Not Found [IP: 91.189.91.39 80] 二,问题根源:软件源问题,某些文件URL请求失败,导致出现某些文件无法下载的问题 三,解决办法:换源,不行 ...

  6. 解决Ubuntu报错ModuleNotFoundError: No module named ‘pip‘

    Ubuntu报错ModuleNotFoundError: No module named 'pip' 解决方法: sudo apt install python3-pip

  7. 解决Ubuntu报错 E: Unable to locate package yum

    ​ 开门见山,Ubuntu的包管理工具是apt-get,所以不必再安装yum.如果要安装其他包需要使用apt-get命令. # 这里以locate命令为例 sudo apt-get install m ...

  8. 完美解决xhost +报错: unable to open display 装oracle的时候总是在弹出安装界面的时候出错...

    详细很多朋友在装oracle的时候总是在弹出安装界面的时候出错,界面就是蹦不出来. oracle安装 先切换到root用户,执行xhost + 然后再切换到oracle用户,执行export DISP ...

  9. 解决Ubuntu apt安装时连接超时Connection timed out [IP: 2001:67c:1562::16 80]

    我当时是想用Neo4j,sudo apt-get install neo4j,然后报:Connection timed out [IP: 2001:67c:1562::16 80],如图: 解决办法: ...

最新文章

  1. 前端每日实战:143# 视频演示如何用 CSS 的 Grid 布局创作一枚小松鼠邮票
  2. navicat连接远程mysql
  3. JUnit 5 –架构
  4. Web前台传对象字符串到后台并让后台反序列化对象字符串的方法(ASP.NET) json对象和字符串的转换
  5. 为给全球提供互联网服务 这家公司决定发射3236颗卫星
  6. 软件、硬件版本号命名规范
  7. 长亭科技安服实习面试
  8. 单片机系统的电磁干扰要如何消除?
  9. MEION:QA-MSK调制问题
  10. 如何缩短测试开发周期和开发成本?
  11. Blender:Lowpoly手部建模流程(附blender源文件下载)
  12. 高斯分布数学性质及推导(一):如何证明高斯分布的积分为1
  13. y空间下载_阿里云网盘来啦!大咖手把手教你如何搭建免费quot;5G极速下载”私人网盘...
  14. UVa Problem 10254 The Priest Mathematician (牧师数学家)
  15. informix数据库同步CDR配置
  16. Robot Framework简介
  17. 阿里云服务器如何开放端口
  18. ibm x86 服务器 系列,IBM至强5600全系列服务器横向对比
  19. 新闻稿撰写要点有哪些?记住这几点
  20. cudaMemcpy学习笔记

热门文章

  1. 一根网线接四个水晶头的方法
  2. 【T3】畅捷通T3打开余额表提示错误-2147217913
  3. 从环境部署到运营推广,蚂蚁特色的一站式小程序开发体验
  4. MS-DOS安装过程
  5. android 修改png颜色,安卓修改图片颜色
  6. redis(一):redis安装和配置
  7. 使用RPM打包QT程序
  8. [编程语言基础] 函数式编程
  9. u盘安装浪潮服务器_浪潮NF5280M5服务器安装windows2008R2
  10. 使用Redis解决高并发方案 以及 思路讲解