Manjaro Difference between revisions of "How-to verify GPG key of official .ISO images"

Difference between revisions of "How-to verify GPG key of official .ISO images"

From Manjaro
m (gpg --verify needs the signature file as a parameter not the ISO image itself.)
Tags: Mobile web edit Mobile edit
m (added languages and translate tags)
Line 1: Line 1:
<languages/>
__TOC__
<translate>
'''1.''' Download an ISO file and the corresponding .sig file from the official sources (see Download Manjaro below).
'''1.''' Download an ISO file and the corresponding .sig file from the official sources (see Download Manjaro below).


Line 29: Line 32:
* '''[[Installation Guides]]'''  
* '''[[Installation Guides]]'''  


 
</translate>
[[Category:Contents Page]]
[[Category:Contents Page{{#translation:}}]]
[[Category:ISO{{#translation:}}]]

Revision as of 17:34, 7 September 2021

Other languages:
English • ‎português do Brasil • ‎русский

1. Download an ISO file and the corresponding .sig file from the official sources (see Download Manjaro below).

2. Install GPG and wget using a Manjaro package manager (pamac or pacman):

  pamac install gnupg wget

3. Next, you have 2 possible ways to import Manjaro's keys. Choose one of them:

Download all keys from the Manjaro Developers from GitLab:

wget gitlab.manjaro.org/packages/core/manjaro-keyring/-/raw/master/manjaro.gpg

Next, import all the keys in the downloaded .gpg file into your gnupg keyring:

gpg --import manjaro.gpg

If you do not trust GitLab, import the Manjaro Build Server's GPG key to your system (afterwards, select the key by entering its number and pressing ENTER):

gpg --keyserver keyserver.ubuntu.com --search-keys Manjaro Build Server

4. Finally, verify if the .iso image file was built by the Manjaro Build Server, Philip Müller or one of the other Manjaro Developers, or :

gpg --verify manjaro-ISO-image.iso.sig

Compare the key which was used to sign the .iso file with the corresponding developer key.

Check whether the .ISO was verified by Philip Müller's GPG key, another Manjaro Developer's key, or the Manjaro Build Server key which you have imported to your system. If this is the case, you can be sure that your .iso is official.

Links

Cookies help us deliver our services. By using our services, you agree to our use of cookies.