how to check if gpg is installed code example
Example: how to check if gpg is installed
type the following into the command line
gpg
if something happens, it's installed and you can Ctrl+C to stop whatever is going on
if nothing happens, then you don't have gpg installed :)