LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What program can I use to extract a rar file in linux? (https://www.linuxquestions.org/questions/linux-software-2/what-program-can-i-use-to-extract-a-rar-file-in-linux-257367/)

gbdavidx 11-20-2004 05:04 PM

What program can I use to extract a rar file in linux?
 
^^^ Thanks....

Adrohak 11-20-2004 05:09 PM

http://www.rarlab.com/download.htm
"RAR 3.41 for Linux" should work. ;)

gbdavidx 11-20-2004 05:22 PM

how does it work?

Adrohak 11-20-2004 05:30 PM

Code:

[slackbox ~] tar zxf rarlinux-3.4.1.tar.gz
[slackbox ~] cd rar/
[slackbox ~/rar] su -c "make"
Password:
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cp rar unrar /usr/local/bin
cp rarfiles.lst /etc
cp default.sfx /usr/local/lib
[slackbox ~/rar] rar

RAR 3.41  Copyright (c) 1993-2004 Alexander Roshal  2 Nov 2004
Shareware version        Type RAR -? for help

Then just punch in "rar -?"


All times are GMT -5. The time now is 02:38 PM.