LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   not getting way to unrar the file (https://www.linuxquestions.org/questions/linux-newbie-8/not-getting-way-to-unrar-the-file-309638/)

b0nd 04-04-2005 11:34 AM

not getting way to unrar the file
 
Hello all,
i just downloaded a .rar file........
but not being able to unrar it...
seeking some help

i just tried the command "unrar e file.rar"..........but it didn't worked
....
regards

masand 04-04-2005 11:50 AM

hi there

google for this utility

"rarlinux"

regards

reddazz 04-04-2005 12:08 PM

Unrar should work if you have it installed. I think the right command is "unrar x" to extract.

Lleb_KCir 04-04-2005 01:08 PM

if you use apt-get install rar you can get it that way, then you just need to read the man page, but here is the extraction command:

Code:

NAME
      rar - archive files with compression

SYNOPSIS
      rar <command> [-<switch 1> -<switch N>] archive [files...]

e      Extract  files  to current directory. Does not create any subdi-
              rectories.

so you would just:

rar e /location/of/file

and wait, it will extract your .rar file into the current directory.


All times are GMT -5. The time now is 07:11 AM.