<?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 Create, Extract and List RAR Files in Linux	</title>
	<atom:link href="https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 17 Mar 2026 07:57:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-2396863</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 07:57:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=832#comment-2396863</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-2396859&quot;&gt;Gio&lt;/a&gt;.

@Gio,

Thanks for highlighting that. It’s worth mentioning that RAR is proprietary, while its extraction utility is open source.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-2396859">Gio</a>.</p>
<p>@Gio,</p>
<p>Thanks for highlighting that. It’s worth mentioning that RAR is proprietary, while its extraction utility is open source.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gio		</title>
		<link>https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-2396859</link>

		<dc:creator><![CDATA[Gio]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 07:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=832#comment-2396859</guid>

					<description><![CDATA[It may be useful to note that RAR is not open source, although its extraction tool.]]></description>
			<content:encoded><![CDATA[<p>It may be useful to note that RAR is not open source, although its extraction tool.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-2111400</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 06 Dec 2023 09:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=832#comment-2111400</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-874228&quot;&gt;supergirl&lt;/a&gt;.

@Supergirl,

Yes, are correct. Engrampa is a graphical user interface (GUI) based archive manager for managing compressed files on Linux, and it supports various archive formats, including ZIP and RAR.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-874228">supergirl</a>.</p>
<p>@Supergirl,</p>
<p>Yes, are correct. Engrampa is a graphical user interface (GUI) based archive manager for managing compressed files on Linux, and it supports various archive formats, including ZIP and RAR.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-2111398</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 06 Dec 2023 09:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=832#comment-2111398</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-1092212&quot;&gt;Sing Min&lt;/a&gt;.

@Sing,

To unrar a &lt;code&gt;.rar&lt;/code&gt; file by displaying the percentage status of the extraction without listing all filenames, you can use the &lt;code&gt;-inul&lt;/code&gt; (stands for &quot;no list&quot;) option along with the &lt;code&gt;-p&lt;/code&gt; option to specify the password if the file is encrypted.
&lt;pre&gt;
unrar x -pYourPassword -inul archive_name.rar
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-1092212">Sing Min</a>.</p>
<p>@Sing,</p>
<p>To unrar a <code>.rar</code> file by displaying the percentage status of the extraction without listing all filenames, you can use the <code>-inul</code> (stands for &#8220;no list&#8221;) option along with the <code>-p</code> option to specify the password if the file is encrypted.</p>
<pre>
unrar x -pYourPassword -inul archive_name.rar
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-2111397</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Wed, 06 Dec 2023 09:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=832#comment-2111397</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-1153886&quot;&gt;vini&lt;/a&gt;.

@Vini,

Many people use WinRAR, and it has been a popular compression tool for Windows users for many years.

While 7-Zip is also a widely used compression tool, but does have some differences as compared to WinRAR, including the behavior you&#039;ve noted regarding updating existing archives. Users often choose between these tools based on their specific requirements.

Ultimately, the choice between WinRAR and 7-Zip depends on individual preferences and the specific needs of the user.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/how-to-open-extract-and-create-rar-files-in-linux/comment-page-1/#comment-1153886">vini</a>.</p>
<p>@Vini,</p>
<p>Many people use WinRAR, and it has been a popular compression tool for Windows users for many years.</p>
<p>While 7-Zip is also a widely used compression tool, but does have some differences as compared to WinRAR, including the behavior you&#8217;ve noted regarding updating existing archives. Users often choose between these tools based on their specific requirements.</p>
<p>Ultimately, the choice between WinRAR and 7-Zip depends on individual preferences and the specific needs of the user.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
