On 03/03/2010 04:22 AM, Beier Cai wrote:
> I'm trying to install Cassandra from package on Ubuntu8.04 based on the
> info from following page:
>
> http://wiki.apache.org/cassandra/DebianPackaging
>
> I added the two memtioned sources to /etc/apt/sources.list, did an
> apt-get update, but got the following error
>
> W: GPG error: http://www.apache.org unstable Release: The following
> signatures couldn't be verified because the public key is not available:
> NO_PUBKEY F758CE318D77295D
> W: You may want to run apt-get update to correct these problems
>
> any idea?
This is typical for a custom apt repository - here is the way to import
the key the packages are signed with (one line, if it wraps)
wget http://www.apache.org/dist/incubator/cassandra/KEYS -O- | sudo
apt-key add -
--
Kind regards,
Michael
|