<?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=Samarth</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=Samarth"/>
	<link rel="alternate" type="text/html" href="https://wiki.manjaro.org/index.php/Special:Contributions/Samarth"/>
	<updated>2026-04-08T13:37:11Z</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=29930</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=29930"/>
		<updated>2022-01-20T15:23:40Z</updated>

		<summary type="html">&lt;p&gt;Samarth: The gpg --verify command should have 2 arguments: the &amp;quot;.sig&amp;quot; file and the manjaro &amp;quot;.iso&amp;quot; file.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&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;
&amp;lt;!--T:2--&amp;gt;&lt;br /&gt;
'''2.''' Install GPG and wget using a Manjaro package manager (pamac or pacman):&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
pamac install gnupg wget&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:4--&amp;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;
&amp;lt;!--T:5--&amp;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;
&amp;lt;!--T:6--&amp;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;
&amp;lt;!--T:7--&amp;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:&lt;br /&gt;
 gpg --verify manjaro-ISO-image.iso.sig manjaro-ISO-image.iso&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;
&amp;lt;!--T:8--&amp;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= &amp;lt;!--T:9--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:10--&amp;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;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
[[Category:Contents Page{{#translation:}}]]&lt;br /&gt;
[[Category:ISO{{#translation:}}]]&lt;/div&gt;</summary>
		<author><name>Samarth</name></author>
	</entry>
</feed>