:~$ sudo apt-get update
Hit:1 http://ftp.sjtu.edu.cn/ubuntu bionic InRelease
Hit:2 http://ftp.sjtu.edu.cn/ubuntu bionic-updates InRelease
Hit:3 http://ftp.sjtu.edu.cn/ubuntu bionic-backports InRelease
Hit:4 http://ftp.sjtu.edu.cn/ubuntu bionic-security InRelease
Hit:5 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:6 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu bionic InRelease
Ign:7 http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu bionic InRelease
Ign:8 https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa bionic InRelease
Err:9 http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu bionic Release
404 Not Found [IP: 91.189.95.85 80]
Err:10 https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa bionic Release
404 Not Found [IP: 91.189.89.223 443]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/fkrull/deadsnakes/ubuntu bionic 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.
E: The repository 'https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa bionic 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.
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率

get error message while using "sudo apt-get update"
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫
点击复制链接分享
- 邀请回答
- 编辑 收藏 删除 结题
- 收藏 举报
1条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
想上天的狗 2021-10-08 09:24关注换源吧
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏举报微信扫一扫
点击复制链接分享
编辑预览轻敲空格完成输入- 显示为
- 卡片
- 标题
- 链接
评论按下Enter换行,Ctrl+Enter发表内容
编辑
预览

轻敲空格完成输入
- 显示为
- 卡片
- 标题
- 链接
报告相同问题?
提交
- 2022-03-04 08:14qq_38196982的博客 1.bash: add-apt-repository: command not found 原因:add-apt-repository包未安装 解决:执行如下命令 ...sudo apt-get update sudo apt-get install build-essential 该命令会安装很多软件包,其中包括gcc,g++
- 2017-10-09 09:08weixin_30553777的博客 在ubuntu16.04中对源进行...ubuntu@SIFT-SYS-7048GR-TR:~$ sudo apt-get upgrade [sudo] password for ubuntu: Reading package lists... Done Building dependency tree Reading state information... Do...
- 2017-01-09 08:11蕾雨123的博客 root@f49:/home/ws# apt-get install nethogs Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install'to c
- 2021-01-18 10:42Skyline83的博客 sudo rm -r /etc/mysqlsudo rm -r /usr/share/mysql-workbenchsudo rm -r /usr/share/mysqlsudo rm -r /usr/share/mysql-common现在mysql无法正确安装,我试过重新安装依赖项:sudo apt-get install --rein...
- 2021-11-03 07:18大哥您好的博客 focal (8) apt-offline.8.gz Provided by: apt-offline_1.8.2-1_all bug NAME apt-offline - Offline APT Package manager SYNOPSIS apt-offline [ARGUMENTS] [OPTIONS] DESCRIPTION apt-offline brings ...
- 2020-11-12 06:00lxw5323的博客 root@linux-PC:~# sudo apt-get remove docker docker-engine docker.io containerd runc 正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 软件包 docker-engine 未安装,所以不会...
- 2022-03-25 03:15YOULANSHENGMENG的博客 一、linux下编译opencv 1)将第三方库安装完全。这样后面编译的时候不会报错,同时功能会很全 1)安装第三方依赖库 ...$ sudo apt-get update $ sudo apt-get dist-upgrade 3、安装开发工具 #确保pkg包含在insta
- 2017-04-08 07:11fuzongjian的博客 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode Removing libevent-core-2.0-5:amd64 (2.0.21-stable-2ubuntu0.16.04.1) ... Removing ...
- 2021-01-18 15:59weixin_39991926的博客 My server is running on Ubuntu 16.04I hade some issue with my MySQL configuration, so I've decided to clean up and reinstall the MySQL server.After this command:sudo apt-get install mysql-serverThis i...
- 2019-01-17 10:37火星冰糖的博客 # apt-get update && apt-get install -y kubelet kubeadm kubectl # systemctl enable kubelet – 修改源— 问题:apt-get update 错误超时,被墙了。需要修改apt-get的源,采用ustc源 vim /etc/apt/...
- 2022-08-26 06:17花晓木的博客 If you installed the current Docker package using this script and are using it again to update Docker, you can safely ignore this message. You may press Ctrl+C now to abort this script. ...
- 2017-11-14 02:23weixin_33739541的博客 sudo apt-get install cloudera-manager-daemons cloudera-manager-server sudo apt-get install cloudera-manager-daemons cloudera-manager-agent 即,ubuntucmbigdata1是既做server,又做agent。 ...
- 2021-08-31 16:42来云朋的博客 get-docker.sh #!/bin/sh set -e # Docker CE for Linux installation script # # See https://docs.docker.com/install/ for the installation steps. # # This script is meant for quick & easy install via:...
- 2019-12-22 03:35末世灯光的博客 $ sudo apt-get update $ sudo apt-get upgrade Next, let’s install some developer tools: Ubuntu 16.04: How to install OpenCV Shell 1 $ sudo apt-get ...
- 2017-04-01 14:03Fly20141201的博客 $SUDO apt-get install build-essential liblzma-dev liblzo2-dev zlib1g-dev fi # Make sure we're working in the same directory as the build.sh script cd $(dirname `readlink -f $0`) # Download squashfs...
- 2019-03-27 11:34鱼香土豆丝的博客 RUN curl -sSL https://get.daocloud.io/docker | sh 好奇的促使下打开这个连接看了一下:(把内容放到了文章末尾) 从脚本可以看出,这个脚本可以自动的判断系统属性以及CPU架构,并且会安装docker ,想想之前安装...
- 2024-12-23 06:29vvw&的博客 许多玩家都想创建并托管自己的 Minecraft 服务器来建立自己的社区,但这可能很繁琐,因为它涉及到一些技术性的任务。因此,我创建了这个全面的分步教程,你将学习如何在 Ubuntu 上安装 Minecraft:Java 和 Bedrock ...
- 没有解决我的问题, 去提问
联系我们(工作时间:8:30-22:00)
400-660-0108kefu@csdn.net在线客服
- 京ICP备19004658号
- 经营性网站备案信息
公安备案号11010502030143
- 营业执照
- 北京互联网违法和不良信息举报中心
- 家长监护
- 中国互联网举报中心
- 网络110报警服务
- Chrome商店下载
- 账号管理规范
- 版权与免责声明
- 版权申诉
- 出版物许可证
- ©1999-2025北京创新乐知网络技术有限公司