首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未能从MX linux中的存储库中更新

未能从MX linux中的存储库中更新
EN

Unix & Linux用户
提问于 2021-04-16 05:06:43
回答 2查看 4.4K关注 0票数 0

我使用MX-Linux版本。今天,突然间,当我试图运行apt update时,更新过程没有完全完成。显示禁止的IP错误的资源手册页之一。这就是我运行代码时的结果:

代码语言:javascript
复制
sudo apt update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster-updates InRelease
Hit:3 http://deb.debian.org/debian buster InRelease                                                                          
Hit:4 http://deb.debian.org/debian-security buster/updates InRelease                                                         
Hit:5 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                        
Hit:6 http://packages.microsoft.com/repos/code stable InRelease                                                              
Hit:7 https://repo.skype.com/deb stable InRelease                                                                            
Hit:8 http://mxrepo.com/mx/repo buster InRelease                                                                             
Hit:9 http://repository.spotify.com stable InRelease                                                                         
Hit:10 http://dl.google.com/linux/chrome/deb stable InRelease                                                                
Ign:11 https://dl.bintray.com/openbangla/debian buster InRelease                                                         
Err:12 https://linux.teamviewer.com/deb stable InRelease
  403  Forbidden [IP: 65.8.80.43 443]
Get:13 https://dl.bintray.com/openbangla/debian buster Release [1,840 B]
Err:15 https://linux.teamviewer.com/deb preview InRelease 
  403  Forbidden [IP: 65.8.80.43 443]
Err:16 https://linux.teamviewer.com/deb development InRelease
  403  Forbidden [IP: 65.8.80.43 443]
Reading package lists... Done
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
E: The repository 'https://linux.teamviewer.com/deb stable InRelease' is no longer signed.
E: Failed to fetch https://linux.teamviewer.com/deb/dists/stable/InRelease  403  Forbidden [IP: 65.8.80.43 443]
E: Failed to fetch https://linux.teamviewer.com/deb/dists/preview/InRelease  403  Forbidden [IP: 65.8.80.43 443]
E: The repository 'https://linux.teamviewer.com/deb preview InRelease' is not signed.
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: Failed to fetch https://linux.teamviewer.com/deb/dists/development/InRelease  403  Forbidden [IP: 65.8.80.43 443]
E: The repository 'https://linux.teamviewer.com/deb development InRelease' is not signed.
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

回答 2

Unix & Linux用户

发布于 2021-04-16 08:39:17

我认为这是一个暂时的问题,与Teamviewer的发言。我找到了以下解决办法:

代码语言:javascript
复制
sudo rm -f /etc/apt/sources.list.d/teamviewer.list

通过上述命令删除已损坏的源文件,并尝试获取更新。要重新生成上述文件,您需要手动下载deb包来更新TW。

票数 3
EN

Unix & Linux用户

发布于 2021-04-16 09:09:19

看来问题在于签名。

也许最好是注释掉回购文件中的行,并为以后的更新保留它。

只需注释掉/etc/apt/ comment .list.d/groupviewer.list中的以下一行

代码语言:javascript
复制
#deb https://linux.teamviewer.com/deb stable main
票数 2
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/645336

复制
相关文章

相似问题

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