<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wadero</id>
	<title>Manjaro - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.manjaro.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wadero"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Wadero"/>
	<updated>2026-04-09T10:29:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.manjaro.org/index.php?title=How-to_verify_GPG_key_of_official_.ISO_images&amp;diff=23026</id>
		<title>How-to verify GPG key of official .ISO images</title>
		<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php?title=How-to_verify_GPG_key_of_official_.ISO_images&amp;diff=23026"/>
		<updated>2021-08-08T05:02:00Z</updated>

		<summary type="html">&lt;p&gt;Wadero: gpg --verify needs the signature file as a parameter not the ISO image itself.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''1.''' Download an ISO file and the corresponding .sig file from the official sources (see Download Manjaro below).&lt;br /&gt;
&lt;br /&gt;
'''2.''' Install GPG and wget using a Manjaro package manager (pamac or pacman):&lt;br /&gt;
&lt;br /&gt;
   pamac install gnupg wget&lt;br /&gt;
&lt;br /&gt;
'''3.''' Next, you have 2 possible ways to import Manjaro's keys. Choose one of them:&lt;br /&gt;
&lt;br /&gt;
Download all keys from the Manjaro Developers from GitLab:&lt;br /&gt;
 wget gitlab.manjaro.org/packages/core/manjaro-keyring/-/raw/master/manjaro.gpg&lt;br /&gt;
Next, import all the keys in the downloaded .gpg file into your gnupg keyring:&lt;br /&gt;
 gpg --import manjaro.gpg&lt;br /&gt;
&lt;br /&gt;
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):&lt;br /&gt;
 gpg --keyserver keyserver.ubuntu.com --search-keys Manjaro Build Server&lt;br /&gt;
&lt;br /&gt;
'''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 :&lt;br /&gt;
 gpg --verify manjaro-ISO-image.iso.sig&lt;br /&gt;
Compare the key which was used to sign the .iso file with the corresponding developer key.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
If this is the case, you can be sure that your .iso is official.&lt;br /&gt;
&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
* '''[[Download Manjaro]]''' &lt;br /&gt;
* '''[[Check a Downloaded ISO Image For Errors]]''' &lt;br /&gt;
* '''[[Burn an ISO File]]''' &lt;br /&gt;
* '''[[Installation Guides]]''' &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Contents Page]]&lt;/div&gt;</summary>
		<author><name>Wadero</name></author>
	</entry>
</feed>