ubuntu安装ultramonkey

 

 


/etc/apt/sources.list 后面添加
deb http://www.ultramonkey.org/download/3/ sarge main
执行

aptitude update

 不过会出现一个错误

Get:2 http://www.ultramonkey.org sarge Release [1140B]
Ign http://www.ultramonkey.org sarge Release
Hit http://www.ultramonkey.org sarge/main Packages
Fetched 190B in 1s (100B/s)
Reading package lists... Done
W: GPG error: http://www.ultramonkey.org sarge Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 03C0023E05410E97
W: You may want to run apt-get update to correct these problems
因为我们没有导入gnupg密匙, 需要下载添加

 

root@host02:~# gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 03C0023E05410E97
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 05410E97 from hkp server wwwkeys.eu.pgp.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 05410E97: public key "Simon Horman <[email protected]>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1
root@host02:~# gpg --armor --export 03C0023E05410E97 | apt-key add -
OK

 添加成功,再执行

aptitude update
 

 

你可能感兴趣的:(.net,ubuntu)