LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   RAR and UNRAR >3.51 freeware: debs for debian or deb http:// for sources.list? (https://www.linuxquestions.org/questions/debian-26/rar-and-unrar-3-51-freeware-debs-for-debian-or-deb-http-for-sources-list-682706/)

frenchn00b 11-11-2008 04:25 PM

RAR and UNRAR >3.51 freeware: debs for debian or deb http:// for sources.list?
 
Hello,

I am looking forward for rar/unrar that has lot of capabilities, unlike rar-free ...
Is there any packages for debian stable that are in non-free or contrib, via an single simple apt-get ?

thanks for any info
Happy Tux

Quakeboy02 11-11-2008 04:45 PM

The package "unrar" is probably what you're looking for. Did you search your repo before asking?

frenchn00b 11-11-2008 05:06 PM

Quote:

Originally Posted by Quakeboy02 (Post 3338761)
The package "unrar" is probably what you're looking for. Did you search your repo before asking?

I installed this from Ubuntu, as deb;... well was risky unrar_3.5.4-0.1_i386

but rar a pack.rar data

says that rar is not found.

apt-cache search rar ; no way to find; beacause we get toooo much.
regarding rarlabs, I donwloaded the tar.gz but it as glib6 and with etch stable, this is too complicated to get ...

I worked on it, one or 2 evenings :(

Quakeboy02 11-11-2008 06:04 PM

Unless you're using Ubuntu, you should really stay on the Debian debs. A mixed system just may bite you bad at some point. Open up synaptic, hit CTL-f, enter rar, select Name, and press search. It'll give you a list of stuff containing "rar" in the name. For Lenny, I get both rar and unrar version 3.80 beta 1 or something like that. Dunno for Etch.

You really should consider upgrading to Lenny. It's good stuff!

AlucardZero 11-11-2008 06:37 PM

apt-cache search -n rar

rickh 11-11-2008 07:27 PM

Quote:

Originally Posted by AlucardZero (Post 3338867)
apt-cache search -n rar

...Sooo 20th century. $ aptitude search rar ... Today's style, and when you really start looking into Aptitude's search tools, it quickly becomes obvious why apt-cache search is widely considered passe.

frenchn00b 11-12-2008 01:21 AM

Quote:

Originally Posted by rickh (Post 3338894)
...Sooo 20th century. $ aptitude search rar ... Today's style, and when you really start looking into Aptitude's search tools, it quickly becomes obvious why apt-cache search is widely considered passe.

Or you may try the following command:

Code:

xterm -e echo " rar " | while read each ; do apt-cache search -n "$each" ; done
;)


All times are GMT -5. The time now is 05:43 AM.