<?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: Open RAR File / Extract RAR Files Under Linux or UNIX</title> <atom:link href="http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Colin Shird</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-65354</link> <dc:creator>Colin Shird</dc:creator> <pubDate>Fri, 09 Dec 2011 09:05:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-65354</guid> <description>After I initially commented I clicked the -Notify me when new feedback are added- checkbox and now every time a comment is added I get four emails with the identical comment. Is there any method you may take away me from that service? Thanks!</description> <content:encoded><![CDATA[<p>After I initially commented I clicked the -Notify me when new feedback are added- checkbox and now every time a comment is added I get four emails with the identical comment. Is there any method you may take away me from that service? Thanks!</p> ]]></content:encoded> </item> <item><title>By: chathu</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-63724</link> <dc:creator>chathu</dc:creator> <pubDate>Thu, 20 Oct 2011 06:41:51 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-63724</guid> <description>download a program called unrar… open terminal and type sudo apt-get install unrar…
it really works…….</description> <content:encoded><![CDATA[<p>download a program called unrar… open terminal and type sudo apt-get install unrar…<br
/> it really works…….</p> ]]></content:encoded> </item> <item><title>By: bigpush</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-62263</link> <dc:creator>bigpush</dc:creator> <pubDate>Thu, 08 Sep 2011 14:49:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-62263</guid> <description>Thank you ! !</description> <content:encoded><![CDATA[<p>Thank you ! !</p> ]]></content:encoded> </item> <item><title>By: jose</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-61620</link> <dc:creator>jose</dc:creator> <pubDate>Wed, 17 Aug 2011 05:28:37 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-61620</guid> <description>thank u very much it helps a lot</description> <content:encoded><![CDATA[<p>thank u very much it helps a lot</p> ]]></content:encoded> </item> <item><title>By: ashish</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-60692</link> <dc:creator>ashish</dc:creator> <pubDate>Wed, 13 Jul 2011 09:52:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-60692</guid> <description>thanks this was helpful
first i runned
If any of above, methods is not working for you, download binary package from official rarlab site:
$ cd /tmp
$ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz
Untar file
$ tar -zxvf rarlinux-3.6.0.tar.gz
Both unrar and rar commands are located in rar sub-directory. Just go to rar directory:
$ cd rar
$ ./unrar
Now copy rar and unrar to /bin directory:
# cp rar unrar /bin
then i changed my default directory to desptop where the file.rar file was and tried to unrar but it did not go right.
then after reading it above
i took the file.rar file by copying it to root-&gt;temp then shifted the path using cd(change directory command)to tmp (root) and then runned the unrar command it was a success</description> <content:encoded><![CDATA[<p>thanks this was helpful<br
/> first i runned<br
/> If any of above, methods is not working for you, download binary package from official rarlab site:<br
/> $ cd /tmp<br
/> $ wget <a
href="http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz" rel="nofollow">http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz</a></p><p>Untar file<br
/> $ tar -zxvf rarlinux-3.6.0.tar.gz</p><p>Both unrar and rar commands are located in rar sub-directory. Just go to rar directory:<br
/> $ cd rar<br
/> $ ./unrar</p><p>Now copy rar and unrar to /bin directory:<br
/> # cp rar unrar /bin</p><p>then i changed my default directory to desptop where the file.rar file was and tried to unrar but it did not go right.<br
/> then after reading it above<br
/> i took the file.rar file by copying it to root-&gt;temp then shifted the path using cd(change directory command)to tmp (root) and then runned the unrar command it was a success</p> ]]></content:encoded> </item> <item><title>By: Harold</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-59703</link> <dc:creator>Harold</dc:creator> <pubDate>Mon, 30 May 2011 13:04:33 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-59703</guid> <description>hey
i hv linux debian
i hv used another method to install the rar and unrar file i downloaded the file extracted rar and unrar after extracting them i jumped to root terminal the typed
&quot;cp&quot; dragged the file rar into the root terminal window and then typed &quot;/bin&quot; lastly pressed enter the file was copied to the bin folder(i saw it) i did the same thing with the unrar file and it successfully copied after all this
i tried extracting the rar file by typing &quot;unrar e&quot; and dragging the file to be extracted into the root terminal window (aftr unrar e the full address of the file appeared) then i pressed enter and then i saw /bin/unrar:cannot execute binary file
i m very upset about this prob. pls hlp me!</description> <content:encoded><![CDATA[<p>hey<br
/> i hv linux debian<br
/> i hv used another method to install the rar and unrar file i downloaded the file extracted rar and unrar after extracting them i jumped to root terminal the typed<br
/> &#8220;cp&#8221; dragged the file rar into the root terminal window and then typed &#8220;/bin&#8221; lastly pressed enter the file was copied to the bin folder(i saw it) i did the same thing with the unrar file and it successfully copied after all this<br
/> i tried extracting the rar file by typing &#8220;unrar e&#8221; and dragging the file to be extracted into the root terminal window (aftr unrar e the full address of the file appeared) then i pressed enter and then i saw /bin/unrar:cannot execute binary file<br
/> i m very upset about this prob. pls hlp me!</p> ]]></content:encoded> </item> <item><title>By: maadri</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-57200</link> <dc:creator>maadri</dc:creator> <pubDate>Mon, 11 Apr 2011 04:25:14 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-57200</guid> <description>thanks a lot</description> <content:encoded><![CDATA[<p>thanks a lot</p> ]]></content:encoded> </item> <item><title>By: Arun</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-56342</link> <dc:creator>Arun</dc:creator> <pubDate>Wed, 16 Mar 2011 17:11:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-56342</guid> <description>Thanks, this helped  a lot....</description> <content:encoded><![CDATA[<p>Thanks, this helped  a lot&#8230;.</p> ]]></content:encoded> </item> <item><title>By: kyoTunderke</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-56195</link> <dc:creator>kyoTunderke</dc:creator> <pubDate>Tue, 08 Mar 2011 15:50:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-56195</guid> <description>Thanx, you solved my two-months-problem &lt;3</description> <content:encoded><![CDATA[<p>Thanx, you solved my two-months-problem &lt;3</p> ]]></content:encoded> </item> <item><title>By: Angel</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-55807</link> <dc:creator>Angel</dc:creator> <pubDate>Sun, 20 Feb 2011 16:34:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-55807</guid> <description>As always, thanks to you Vivek and cyberciti!</description> <content:encoded><![CDATA[<p>As always, thanks to you Vivek and cyberciti!</p> ]]></content:encoded> </item> <item><title>By: Shayari</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-55495</link> <dc:creator>Shayari</dc:creator> <pubDate>Thu, 10 Feb 2011 05:53:39 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-55495</guid> <description>I was always facing problem to open a .rar file . It was showing error . Now after this my problem has been solved .Thank’s for this tip</description> <content:encoded><![CDATA[<p>I was always facing problem to open a .rar file . It was showing error . Now after this my problem has been solved .Thank’s for this tip</p> ]]></content:encoded> </item> <item><title>By: bruce</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-55259</link> <dc:creator>bruce</dc:creator> <pubDate>Sun, 30 Jan 2011 21:00:04 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-55259</guid> <description>very good</description> <content:encoded><![CDATA[<p>very good</p> ]]></content:encoded> </item> <item><title>By: Jeff</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-54722</link> <dc:creator>Jeff</dc:creator> <pubDate>Thu, 06 Jan 2011 17:56:18 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-54722</guid> <description>You rock!  Thanks a ton for the site. I haven&#039;t used Unix in 20 years and this had me unraring in 1 minute!</description> <content:encoded><![CDATA[<p>You rock!  Thanks a ton for the site. I haven&#8217;t used Unix in 20 years and this had me unraring in 1 minute!</p> ]]></content:encoded> </item> <item><title>By: aman</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-50037</link> <dc:creator>aman</dc:creator> <pubDate>Mon, 11 Oct 2010 14:40:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-50037</guid> <description>heloooooo sir i cant understand  plz help me how i can extract .rar file in server ??</description> <content:encoded><![CDATA[<p>heloooooo sir i cant understand  plz help me how i can extract .rar file in server ??</p> ]]></content:encoded> </item> <item><title>By: al</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-49827</link> <dc:creator>al</dc:creator> <pubDate>Thu, 30 Sep 2010 11:40:17 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-49827</guid> <description>hi,
my usb was infected by a virus and all my data are in that.
i try to open it using a win.rar folder and it works for some (not all) of the documents (word) i had in usb.
but now i want to save them in another file on my pc.
how can i save files form win.rar to a new folder on my pc?
thank u</description> <content:encoded><![CDATA[<p>hi,<br
/> my usb was infected by a virus and all my data are in that.<br
/> i try to open it using a win.rar folder and it works for some (not all) of the documents (word) i had in usb.<br
/> but now i want to save them in another file on my pc.<br
/> how can i save files form win.rar to a new folder on my pc?<br
/> thank u</p> ]]></content:encoded> </item> <item><title>By: Rob</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-49813</link> <dc:creator>Rob</dc:creator> <pubDate>Thu, 30 Sep 2010 05:53:13 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-49813</guid> <description>To unpack a single file in a multipart archive:
$ unrar e -kb filename.rar</description> <content:encoded><![CDATA[<p>To unpack a single file in a multipart archive:<br
/> $ unrar e -kb filename.rar</p> ]]></content:encoded> </item> <item><title>By: praveen</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-49185</link> <dc:creator>praveen</dc:creator> <pubDate>Thu, 02 Sep 2010 18:14:32 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-49185</guid> <description>Now im able to open.
Thanks alot :)</description> <content:encoded><![CDATA[<p>Now im able to open.<br
/> Thanks alot :)</p> ]]></content:encoded> </item> <item><title>By: mopheat</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-49166</link> <dc:creator>mopheat</dc:creator> <pubDate>Thu, 02 Sep 2010 01:33:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-49166</guid> <description>graet... my rar file now can be open
thanks</description> <content:encoded><![CDATA[<p>graet&#8230; my rar file now can be open<br
/> thanks</p> ]]></content:encoded> </item> <item><title>By: Juergen</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-48980</link> <dc:creator>Juergen</dc:creator> <pubDate>Mon, 23 Aug 2010 11:16:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-48980</guid> <description>This was very usefull for me
much thanks</description> <content:encoded><![CDATA[<p>This was very usefull for me<br
/> much thanks</p> ]]></content:encoded> </item> <item><title>By: Uwan</title><link>http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/#comment-48749</link> <dc:creator>Uwan</dc:creator> <pubDate>Thu, 12 Aug 2010 06:01:15 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix.php#comment-48749</guid> <description>Thank u very much brother.
I get new idea as linux user.
Thank u again lot.</description> <content:encoded><![CDATA[<p>Thank u very much brother.<br
/> I get new idea as linux user.<br
/> Thank u again lot.</p> ]]></content:encoded> </item> </channel> </rss>
