<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install Postman on Linux Desktop	</title>
	<atom:link href="https://www.tecmint.com/install-postman-on-linux-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-postman-on-linux-desktop/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 18 Jun 2021 21:04:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Matt		</title>
		<link>https://www.tecmint.com/install-postman-on-linux-desktop/comment-page-1/#comment-1523205</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Fri, 18 Jun 2021 21:04:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39914#comment-1523205</guid>

					<description><![CDATA[Using Snap on Centos 8 Stream I had to do this
&lt;pre&gt;
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/var/lib/snapd/snap/bin/postman %U
Icon=/var/lib/snapd/snap/postman/140/usr/share/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
&lt;/pre&gt;
It is easiest to find the &lt;strong&gt;Exec&lt;/strong&gt; and &lt;strong&gt;Icon&lt;/strong&gt; location by using `&lt;strong&gt;which postman&lt;/strong&gt;` and `&lt;strong&gt;locate /Postman/resources/app/assets/icon.png&lt;/strong&gt;`]]></description>
			<content:encoded><![CDATA[<p>Using Snap on Centos 8 Stream I had to do this</p>
<pre>
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/var/lib/snapd/snap/bin/postman %U
Icon=/var/lib/snapd/snap/postman/140/usr/share/Postman/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
</pre>
<p>It is easiest to find the <strong>Exec</strong> and <strong>Icon</strong> location by using `<strong>which postman</strong>` and `<strong>locate /Postman/resources/app/assets/icon.png</strong>`</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-postman-on-linux-desktop/comment-page-1/#comment-1431087</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 09 Feb 2021 04:43:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39914#comment-1431087</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-postman-on-linux-desktop/comment-page-1/#comment-1430720&quot;&gt;Lerone Bleasdille&lt;/a&gt;.

@Lerone,

Thanks for pointing out, corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-postman-on-linux-desktop/comment-page-1/#comment-1430720">Lerone Bleasdille</a>.</p>
<p>@Lerone,</p>
<p>Thanks for pointing out, corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lerone Bleasdille		</title>
		<link>https://www.tecmint.com/install-postman-on-linux-desktop/comment-page-1/#comment-1430720</link>

		<dc:creator><![CDATA[Lerone Bleasdille]]></dc:creator>
		<pubDate>Mon, 08 Feb 2021 14:57:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39914#comment-1430720</guid>

					<description><![CDATA[The command for removing postman looks like it should be:
&lt;pre&gt;
$ sudo snap remove postman
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>The command for removing postman looks like it should be:</p>
<pre>
$ sudo snap remove postman
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nirav		</title>
		<link>https://www.tecmint.com/install-postman-on-linux-desktop/comment-page-1/#comment-1408678</link>

		<dc:creator><![CDATA[Nirav]]></dc:creator>
		<pubDate>Mon, 04 Jan 2021 09:52:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=39914#comment-1408678</guid>

					<description><![CDATA[For linux mint 20 (Ulyana)
&lt;pre&gt;
[Desktop Entry]
Type=Application
Name=Postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Exec=&quot;/opt/Postman/Postman&quot;
Comment=Postman Desktop App
Categories=Development;Code;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>For linux mint 20 (Ulyana)</p>
<pre>
[Desktop Entry]
Type=Application
Name=Postman
Icon=/opt/Postman/app/resources/app/assets/icon.png
Exec="/opt/Postman/Postman"
Comment=Postman Desktop App
Categories=Development;Code;
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
