2017-10-04 208 views
0

试图Debian软件包从无符号库安装Debian的9安装Debian软件包:如何从无符号库

# 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. 

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

回答

2

在用于不可信库的条目的sources.list,可以添加“[可信= YES]”(带方括号中)的条目的第一两个元件之间,如在deb [trusted=yes] http://...

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