如何从unsigned存储库安装debian软件包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何从unsigned存储库安装debian软件包相关的知识,希望对你有一定的参考价值。

尝试从未签名的存储库安装Debian软件包到Debian 9:

# apt-get --allow-unauthenticated update
Get:1 http://files.freeswitch.org/repo/deb/freeswitch-1.8 stretch InRelease [3,196 B]
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Ign:1 http://files.freeswitch.org/repo/deb/freeswitch-1.8 stretch InRelease
Ign:3 http://debianmirror.nkn.in/debian stretch InRelease
Hit:4 http://debianmirror.nkn.in/debian stretch Release
Fetched 3,196 B in 1s (1,940 B/s)
Reading package lists... Done
W: GPG error: http://files.freeswitch.org/repo/deb/freeswitch-1.8 stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BD3189F5A2B57698
W: The repository 'http://files.freeswitch.org/repo/deb/freeswitch-1.8 stretch InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

但我需要它。我该怎么做?感谢名单!

答案

在不受信任的存储库的sources.list条目中,您可以在条目的前两个元素之间添加“[trusted = yes]”(带方括号),如deb [trusted=yes] http://...中所示

这会将错误转换为警告,因为它在过去的Debian版本中是默认的,而不必完全禁用签名验证

以上是关于如何从unsigned存储库安装debian软件包的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu apt 安装软件问题

Kibana:使用 Debian 安装包来安装 Kibana 8.x

如何在 Alpine 上安装 Debian 软件包?

如何从源代码构建 Debian/Ubuntu 软件包?

我如何在Debian 9上下载Mariadb 10.2?

iperf(ubuntu)