When managing encryption keys in Ubuntu, I created a GPG key through the CLI with gpg --gen-key. Ubuntu provides a nice little GUI for managing keys called "Passwords and Keys". It however lists keys as PGP keys instead of GPG keys, under the GnuPG keys menu option as shown below:

I have come to understand that GPG is not the same as PGP, but a completely rewritten piece of software that adheres to the OpenPGP standard that PGP also adheres to. So why does Ubuntu use the term PGP instead of GPG? Also, when using the the seahorse-nautilus package to encrypt files from within nautilus, my files come out with the .pgp extension rather than .gpg.