Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-18-2003, 03:50 AM
|
#1
|
|
Member
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533
Rep:
|
anything in linux to open rar files?
just like the title states
|
|
|
|
05-18-2003, 05:10 AM
|
#2
|
|
Member
Registered: Feb 2003
Location: UK
Distribution: Currently Fedora Core 3
Posts: 136
Rep:
|
Apparently, linux recognises rar files, see the following link for further details about use of rar files in linux;
http://old.linuxworld.com.au/article.php3?aid=382&tid=1
If you do a search using Google - search "linux + rar files" you will get further results if the above doesn't help.
atko.
|
|
|
|
05-18-2003, 06:27 AM
|
#3
|
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,164
Rep:
|
/# /usr/local/bin/rar
RAR 3.00 Copyright (c) 1993-2002 Eugene Roshal 14 May 2002
Shareware version Type RAR -? for help
Usage: rar <command> -<switch 1> -<switch N> <archive> <files...>
<@listfiles...> <path_to_extract\>
<Commands>
a Add files to archive
c Add archive comment
cf Add files comment
cw Write archive comment to file
d Delete files from archive
e Extract files to current directory
f Freshen files in archive
k Lock archive
|
|
|
|
05-18-2003, 12:14 PM
|
#4
|
|
Member
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533
Original Poster
Rep:
|
thanks for the input, but neither of those ideas worked. do they have to be done in kde? I used the terminal so it shouldn't matter. I don't mind doing things from cli like that.
I generally use red hat 7.3 but this is a file I downloaded with edonkey2000 on my College Linux box. I have it on a network so if I can move it to my other box (dual boot xp pro/rh 7.3) then that would be ok too. I can see my shared folders on my xp box in College Linux but I don't have permissions to write to those directories from CL. If I can easily change that, it would work too. In the end I would still like to find a way to open rar files in linux.
I've already tried google, but didn't find anything that was effective, i'll keep looking.
Thanks again.
|
|
|
|
05-18-2003, 12:16 PM
|
#5
|
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Rep:
|
Rar for Linux can be downloaded at:
http://www.rarsoft.com/download.htm
|
|
|
|
05-18-2003, 12:26 PM
|
#6
|
|
Member
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533
Original Poster
Rep:
|
yes, I was just about to post that:
http://www.rarsoft.com/download.htm
I downloaded the one for linux for cli and I extracted it but I haven't been able to unrar the file.
I'm trying to figure out the commands and how they work. I know I have to run it from the term, but I need to know what command to enter.
|
|
|
|
05-18-2003, 12:31 PM
|
#7
|
|
Member
Registered: Apr 2003
Location: Ontario, Canada
Distribution: Arch Linux
Posts: 533
Original Poster
Rep:
|
ok, got it
I had to change to the directory where I had rar installed in my term and then specify what I wanted to extract with unrar e command and then specifiy where I wanted the files to go.
Thanks for all the input!
|
|
|
|
05-22-2006, 10:25 PM
|
#8
|
|
LQ Newbie
Registered: May 2006
Posts: 4
Rep:
|
same problem
im new tothe whole linux thing im trying to install the rar program. i just can't figure it out could u please help
|
|
|
|
05-22-2006, 11:17 PM
|
#9
|
|
Member
Registered: Aug 2005
Distribution: Debian 6.0
Posts: 465
Rep:
|
Well, first you need to install the program called "unrar". Please tell us what the name of your distribution is, so that we can provide you with some instructions for installing this.
Once you have installed unrar, open a terminal and change to the directory that the file is in. For instance, if you saved it in "/home/smith/Downloads", use this command:
Code:
cd /home/smith/Downloads
Then use this command to unpack the rar file:
When typing the filename, don't type the file extention. For example, if you want to extract a file called "foo.rar" then use this command:
|
|
|
|
05-23-2006, 04:07 PM
|
#10
|
|
LQ Newbie
Registered: May 2006
Posts: 4
Rep:
|
ok im using the one from the link above rarlinux-3.6.b3.tar.gz i have been able to get the files out of the tar file i just don't know how to install now.
|
|
|
|
05-23-2006, 04:11 PM
|
#11
|
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,164
Rep:
|
tar zxvf rarlinux-3.6.b3.tar.gz
will extract the archive, if you are in the directory with the archive. then there should be a README or something similar you should read within the extracted directory.
|
|
|
|
05-23-2006, 04:35 PM
|
#12
|
|
Member
Registered: Jan 2006
Location: Finland
Distribution: Mainly Gentoo
Posts: 119
Rep:
|
Never had the motivation to install rar-packages yet and just popped into this thread but I could however ask, does the mentioned rarforlinux work under sheer amd64?
|
|
|
|
05-23-2006, 04:47 PM
|
#13
|
|
Senior Member
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522
Rep:
|
Ark works if you want graphical...
I use ark alot for uncompressing of stuff (tar.gz etc.)
|
|
|
|
05-23-2006, 05:01 PM
|
#14
|
|
Member
Registered: Jan 2006
Location: Finland
Distribution: Mainly Gentoo
Posts: 119
Rep:
|
Actually I do not prefer GUI but nevertheless, is Ark just a frontend or?
|
|
|
|
05-24-2006, 11:30 AM
|
#15
|
|
LQ Newbie
Registered: May 2006
Posts: 4
Rep:
|
acually i just found a converter to make it a tar file thanks for the help.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:08 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|