首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >sudo apt-get更新中的错误

sudo apt-get更新中的错误
EN

Ask Ubuntu用户
提问于 2018-12-16 08:42:52
回答 1查看 1.8K关注 0票数 0
代码语言:javascript
运行
复制
volition@sjb:~/gd/openslide-3.4.1$ sudo apt-get update
Hit:1 http://archive.ubuntukylin.com:10006/ubuntukylin xenial InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease                          
Hit:3 http://dl.google.com/linux/chrome/deb stable Release                            
Hit:5 http://cn.archive.ubuntu.com/ubuntu bionic InRelease                            
Ign:6 http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic InRelease                
Hit:7 http://cn.archive.ubuntu.com/ubuntu bionic-updates InRelease  
Hit:8 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:9 http://cn.archive.ubuntu.com/ubuntu bionic-backports InRelease                  
Err:10 http://ppa.launchpad.net/hzwhuang/ss-qt5/ubuntu bionic Release         
  404  Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/hzwhuang/ss-qt5/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.
EN

回答 1

Ask Ubuntu用户

发布于 2018-12-16 08:49:05

PPA ppa:hzwhuang/ss-qt5自06-08-2017以来没有更新,也没有仿生版本文件。这就是为什么你会犯这样的错误。建议使用以下方法删除这一PPA:

代码语言:javascript
运行
复制
sudo apt-add-repository --remove ppa:hzwhuang/ss-qt5

或使用以下方法清除:

代码语言:javascript
运行
复制
sudo ppa-purge ppa:hzwhuang/ss-qt5

然后再试一次更新。

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1102263

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档