我使用MX-Linux版本。今天,突然间,当我试图运行apt update时,更新过程没有完全完成。显示禁止的IP错误的资源手册页之一。这就是我运行代码时的结果:
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.有人能告诉我如何解决这个问题吗?
发布于 2021-04-16 08:39:17
我认为这是一个暂时的问题,与Teamviewer的发言。我找到了以下解决办法:
sudo rm -f /etc/apt/sources.list.d/teamviewer.list通过上述命令删除已损坏的源文件,并尝试获取更新。要重新生成上述文件,您需要手动下载deb包来更新TW。
发布于 2021-04-16 09:09:19
看来问题在于签名。
也许最好是注释掉回购文件中的行,并为以后的更新保留它。
只需注释掉/etc/apt/ comment .list.d/groupviewer.list中的以下一行
#deb https://linux.teamviewer.com/deb stable mainhttps://unix.stackexchange.com/questions/645336
复制相似问题