One confusing point, does PGP, GPG and signature all mean the same thing?
First obstacle. Instructions for Linux on the Manjaro page are lacking. The guide mentions nothing at all about signatures/PGP, so all I have for a guide is.
"How to verify our install medias
Please read the according chapter (from page 19 onwards) in our Manjaro Beginners Guide on how to verify your downloaded install media. Beginning with our 16.06.1 release, we also provide gpg verifcation. Therefore you need to get the developer signatures from Manjaro.
Example:
wget github.com/manjaro/packages-core/raw/master/manjaro-keyring/manjaro.gpg
gpg --import manjaro.gpg
gpg --verify manjaro-xfce-16.10.3-stable-x86_64.iso.sig
And https://wiki.manjaro.org/index.php?title=How-to_verify_GPG_key_of_official_.ISO_images
First one is definitely too hard to understand, and second one requires linux to even try. I tried Cygwin as recommended in IRC, but the commands listed in wiki do not work in cygwin.
I have tried using these instructions here using gpg4win.org which was a program mentioned in IRC
www.youtube.com/watch?v=Go7CBYWosLc
But struggled with a few points of the video.
At 10:30 or so it talks about getting a email address for certificate extraction, but the ISO has no such tab/email address.
at 15:05 or so, it talks about comparing public keys for verifying the certificate, I see no such thing for the Manjaro ISO
So if someone can please help me get the method mentioned in the video to work or tell me another way, it would be appreciated.