Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "DebianPackaging" page has been changed by TylerHobbs.
The comment on this change is: Add the instructions for Sylvain's key for 
easier copy/pasting.
http://wiki.apache.org/cassandra/DebianPackaging?action=diff&rev1=21&rev2=22

--------------------------------------------------

  gpg --export --armor F758CE318D77295D | sudo apt-key add -
  }}}
  
- Starting with the 0.7.5 debian package, you will also need to add public key 
2B5C1B00 using the same commands as above (the list of Apache contributors 
public keys is available at [[http://www.apache.org/dist/cassandra/KEYS]]). 
+ Starting with the 0.7.5 debian package, you will also need to add public key 
2B5C1B00 using the same commands as above:
  
- And then
+ {{{
+ gpg --keyserver pgp.mit.edu --recv-keys 2B5C1B00
+ gpg --export --armor 2B5C1B00 | sudo apt-key add -
+ }}}
+ 
+ (The list of Apache contributors public keys is available at 
[[http://www.apache.org/dist/cassandra/KEYS]]). 
+ 
+ Then you may install Cassandra by doing:
  
  {{{
  sudo apt-get update

Reply via email to