Linux - SoftwareThis 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.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
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
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.
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.
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.
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:
Code:
unrar e filename
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:
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.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
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.
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?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.