LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-08-2005, 08:58 AM   #1
amirdhagopal
LQ Newbie
 
Registered: Oct 2004
Location: Allahabad, India
Distribution: Fedora
Posts: 5

Rep: Reputation: 0
How to open .RAR in Fedora?


Could anyone tell me how to open .RAR in Fedora? or any links to have help on this??
 
Old 08-08-2005, 09:16 AM   #2
tommyr1216
Member
 
Registered: Sep 2004
Location: Pennsylvania
Distribution: Gentoo, Suse, Fedora, Slackware
Posts: 56

Rep: Reputation: 15
Use yum to install rar ie "yum -y install rar". You can then do "rar -x archive.rar" to extract the .rar file.
 
Old 08-09-2005, 02:29 PM   #3
jayemef
Member
 
Registered: Aug 2005
Location: Juniata College, PA
Distribution: Ubuntu, Slackware
Posts: 67

Rep: Reputation: 15
Additionally, you could simply install "unrar":
Code:
# yum install unrar
Then, to unpackage your *.rar file:
Code:
$ unrar filename.rar
 
Old 08-09-2005, 02:51 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I'm sure to unpack (extract) you do
Code:
$unrar x filename.rar
If you use KDE and you have ark installed, it will unrar files graphically if you have installed the unrar package.
 
Old 08-09-2005, 02:58 PM   #5
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Question

Why no using ARK as decompressor. It's default on KDE though, opens practicly anything
 
Old 08-10-2005, 06:34 AM   #6
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally posted by SlackerLX
Why no using ARK as decompressor. It's default on KDE though, opens practicly anything
You still need unrar installed for ark to unrar files.
 
Old 08-14-2005, 11:52 AM   #7
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Quote:
Originally posted by reddazz
I'm sure to unpack (extract) you do
Code:
$unrar x filename.rar
If you use KDE and you have ark installed, it will unrar files graphically if you have installed the unrar package.
actually it's

unrar e filename.rar

In gnome you need to do this from the command line. File roller doesn't recognise rar files, even with unrar installed

update: I've just installed rar and file roller does recognise and display rar files now!

Last edited by linmix; 08-14-2005 at 12:01 PM.
 
Old 08-15-2005, 12:19 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally posted by linmix
actually it's

unrar e filename.rar

In gnome you need to do this from the command line. File roller doesn't recognise rar files, even with unrar installed

update: I've just installed rar and file roller does recognise and display rar files now!
The version of unrar I am using on Mandriva, uses the "unrar x filename.rar" command.
 
Old 08-15-2005, 02:57 PM   #9
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Double checked just in case and found the following:
Code:
$ unrar
<Commands>
  e             Extract files to current directory
  x             Extract files with full path
looks like we're both right :-)
 
Old 06-29-2009, 04:14 PM   #10
nitish.rawat
LQ Newbie
 
Registered: Jun 2009
Posts: 1

Rep: Reputation: 0
try this

If you are using Fedora core Linux then use yum command as follows (see discussion below):
Code:
# yum install unrar
If above method is not working for you, download binary package from official rarlab site:
Code:
$ cd /tmp
$ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz
Untar file
Code:
$ tar -zxvf rarlinux-3.6.0.tar.gz
Now copy rar and unrar to /bin directory:
Code:
# cp rar unrar /bin
To open rar (unpack) file in current directory type command:
Code:
$ unrar e file.rar

Last edited by nitish.rawat; 06-29-2009 at 04:36 PM. Reason: for telling URL
 
Old 06-29-2009, 05:14 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
nitish.rawat did you relies that this thread was From 2005
 
Old 04-10-2010, 10:11 AM   #12
TheWoodchuck
Member
 
Registered: Jun 2001
Posts: 34

Rep: Reputation: 15
Thanks for the post.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
anything in linux to open rar files? yowwww Linux - Software 17 07-11-2009 11:00 AM
How open files with rar extension? sarajevo Debian 6 08-31-2005 08:34 AM
Cannot open rar files doctorwebbox Linux - General 2 12-03-2004 12:44 PM
Open Rar Files? wasabi Fedora 2 06-11-2004 07:05 AM
open-source or freeware RAR 3.x implementation? Axion Linux - Software 5 03-31-2004 06:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration