the sig file is a binary file
you would use gpg on the commandline to verify the ISO using the signature
Place both sig and iso in same folder.
Open a terminal and navigate to the folder e.g. Downloads
cd Downloads
gpg --verify iso-file-name.iso.sig
the sig file is a binary file
you would use gpg on the commandline to verify the ISO using the signature
Place both sig and iso in same folder.
Open a terminal and navigate to the folder e.g. Downloads
cd Downloads
gpg --verify iso-file-name.iso.sig