close
安裝VirtualBox遇到的錯誤訊息.
W: GPG error: http://download.virtualbox.org lenny Release: 由於無法取得它們的公鑰,以下簽章無法進行驗證: NO_PUBKEY 54422A4B98AB5139
解決方式如下:
# apt-key list
/etc/apt/trusted.gpg
--------------------
pub 1024D/XX2584E6 2008-04-06 [到期: 2012-05-15] ...
...
pub 1024D/6DFBCBAE 2008-07-14
uid Sun Microsystems, Inc. (xVM VirtualBox archive signing key)
sub 2048g/78A86EAF 2008-07-14
刪除有問題的key
#apt-key del 78A86EAF
重新下載公鑰
#wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
加入公鑰
#apt-key add oracle_vbox.asc
更新update
#apt-get update
W: GPG error: http://download.virtualbox.org lenny Release: 由於無法取得它們的公鑰,以下簽章無法進行驗證: NO_PUBKEY 54422A4B98AB5139
解決方式如下:
# apt-key list
/etc/apt/trusted.gpg
--------------------
pub 1024D/XX2584E6 2008-04-06 [到期: 2012-05-15] ...
...
pub 1024D/6DFBCBAE 2008-07-14
uid Sun Microsystems, Inc. (xVM VirtualBox archive signing key)
sub 2048g/78A86EAF 2008-07-14
刪除有問題的key
#apt-key del 78A86EAF
重新下載公鑰
#wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
加入公鑰
#apt-key add oracle_vbox.asc
更新update
#apt-get update
全站熱搜
留言列表