The Apache Cassandra apt repository welcomes "T Jake Luciani <j...@apache.org>" as a new package signer.

This means that apt repository users will need to import a new GPG key (the wiki page is being updated).

$ gpg --keyserver pgp.mit.edu --recv-keys 749D6EEC0353B12C
$ gpg --export --armor 749D6EEC0353B12C | sudo apt-key add -

For context, I'm attaching the output you might see from `apt-get update`.

Kind regards,
Michael
mshuler@hana:~$ sudo apt-get update
<...>
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not 
updated and the previous index files will be used. GPG error: 
http://www.apache.org 21x InRelease: The following signatures couldn't be 
verified because the public key is not available: NO_PUBKEY 749D6EEC0353B12C

W: Failed to fetch 
http://www.apache.org/dist/cassandra/debian/dists/21x/InRelease  

W: Some index files failed to download. They have been ignored, or old ones 
used instead.
mshuler@hana:~$ apt-cache policy cassandra
cassandra:
  Installed: (none)
  Candidate: 2.1.0
  Version table:
     2.1.0 0
        500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages

mshuler@hana:~$ gpg --keyserver pgp.mit.edu --recv-keys 749D6EEC0353B12C
gpg: requesting key 0353B12C from hkp server pgp.mit.edu
gpg: key 0353B12C: public key "T Jake Luciani <j...@apache.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
mshuler@hana:~$ gpg --export --armor 749D6EEC0353B12C | sudo apt-key add -      
          
OK

mshuler@hana:~$ sudo apt-get update
<...>
Reading package lists... Done
mshuler@hana:~$ apt-cache policy cassandra
cassandra:
  Installed: (none)
  Candidate: 2.1.0-2
  Version table:
     2.1.0-2 0
        500 http://www.apache.org/dist/cassandra/debian/ 21x/main amd64 Packages

Reply via email to