Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install gpg (if needed): sudo apt-get install gpg

Import keys:  

This can be done via a keyserver:  gpg --recv-keys CC56CEA8 DB3ECA42 2908DED2 6FE50F1C

Or this can be done by importing the keys stored in the source distribution's KEYS file:  gpg --import KEYS

Verify signatures and hash files:

...