首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >sudo apt-获取更新焦点和ppa错误

sudo apt-获取更新焦点和ppa错误
EN

Ask Ubuntu用户
提问于 2021-04-04 11:46:15
回答 1查看 1.5K关注 0票数 1

当我做sudo apt更新时,我会看到这样的输出:

代码语言:javascript
复制
Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
Ign:2 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu focal InRelease     
Err:3 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu focal Release       
  404  Not Found [IP: 91.189.95.85 80]
Hit:4 http://packages.ros.org/ros/ubuntu focal InRelease                 
Err:5 http://tr.archive.ubuntu.com/ubuntu focal InRelease                
  Temporary failure resolving 'tr.archive.ubuntu.com'
Err:6 http://tr.archive.ubuntu.com/ubuntu focal-updates InRelease
  Temporary failure resolving 'tr.archive.ubuntu.com'
Err:7 http://tr.archive.ubuntu.com/ubuntu focal-backports InRelease
  Temporary failure resolving 'tr.archive.ubuntu.com'
Reading package lists... Done           
E: The repository 'http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu focal 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用户

发布于 2021-04-05 06:32:21

首先,您必须修复网络或镜像连接问题。您可以在软件和更新(software-properties-gtk)应用程序中更改实际镜像

然后删除不为Ubuntu发布提供包的问题PPA,更新包列表并安装官方终结者宇宙存储库

代码语言:javascript
复制
sudo apt-add-repository -r ppa:gnome-terminator/ppa
sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install terminator
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1329160

复制
相关文章

相似问题

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