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!
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
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:
You will need bunzip2 to unpack it:
Then copy the binary to a suitable location. It is compressed with directory structure /usr/local/bin
Cheers
Cheeseboy
Hi Cros,
I downloaded unrar from Rarlab:
Code: Select all
wget http://www.rarlab.com/rar/unrar-arm.tar.bz2
Code: Select all
apt-get install bzip2
bunzip2 unrar-arm.tar.bz2
tar -xvf unrar-arm.tar
Cheers
Cheeseboy
Co-founder OpenProducts and Ex Excito Developer