Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Unpacking RAR files

Got problems with Bubba? Then this forum is for you.
Locked
Cros
Posts: 12
Joined: 03 Aug 2007, 02:47
Location: Göteborg, Sweden

Unpacking RAR files

Post by Cros »

Hi!

I was wondering if there was any unpacking util that can unpack rar-files installed on the bubba, or if there is one I can install myself. I found one called unp that came recommended, but I couldn't find it in any repositories, so I was wondering if anyone else has a solution.

Cheers!
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Post by Cheeseboy »

Edit: I have never tried unpacking rar files on the bubba, as it would be very slow. I have only used it to list files in rar files.

Hi Cros,

I downloaded unrar from Rarlab:

Code: Select all

wget http://www.rarlab.com/rar/unrar-arm.tar.bz2
You will need bunzip2 to unpack it:

Code: Select all

apt-get install bzip2
bunzip2 unrar-arm.tar.bz2
tar -xvf unrar-arm.tar
Then copy the binary to a suitable location. It is compressed with directory structure /usr/local/bin

Cheers

Cheeseboy
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

Hi,

There is a unrar package available in Debian.

/Tor
Co-founder OpenProducts and Ex Excito Developer
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Post by Cheeseboy »

Oh,

I never looked as I thought it was proprietary to rarlab. I have even used that as an argument trying to convince people to stop using it...
Shame on me then...

/Cheeseboy
Last edited by Cheeseboy on 23 Jan 2008, 09:20, edited 1 time in total.
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Post by Ubi »

It is proprietary

Except that rarlab makes a semi-free unrar package, and there is another gpl version based upon the source from an old version of rar.
Encoding rar files is still very much restricted though
Locked