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 !

Unrar - multiple volume support

Got problems with your B2 or B3? Share and get helped!
Post Reply
matkr265
Posts: 16
Joined: 26 Sep 2008, 02:23

Unrar - multiple volume support

Post by matkr265 »

I would like to decompress rar archives that span over multiple files on my bubba.

unrar-free that is available via apt-get does not have the ability to do so, is there another version of unrar available that handles multiple rar-files?

Code: Select all

file00.rar
file01.r01
file02.r02
.
.
.
file0n.r0n
Sincerely, Matias
carl
Posts: 474
Joined: 07 May 2008, 04:41

Re: Unrar - multiple volume support

Post by carl »

matkr265 wrote:I would like to decompress rar archives that span over multiple files on my bubba.

unrar-free that is available via apt-get does not have the ability to do so, is there another version of unrar available that handles multiple rar-files?

Code: Select all

file00.rar
file01.r01
file02.r02
.
.
.
file0n.r0n
Sincerely, Matias
In /etc/apt/sources.list under the entry for ftp.debian.org, add after "main" the string "non-free", after that issue "apt-get update" and "apt-get install rar". This will install the non-free (shareware) version of rar, i.e. http://packages.debian.org/etch/rar.
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
asparak
Posts: 173
Joined: 08 Jun 2009, 07:38

Re: Unrar - multiple volume support

Post by asparak »

Might be worth looking at 7-zip as well, as that handles rar quite well.

http://www.7-zip.org
matkr265
Posts: 16
Joined: 26 Sep 2008, 02:23

Re: Unrar - multiple volume support

Post by matkr265 »

carl wrote:In /etc/apt/sources.list under the entry for ftp.debian.org, add after "main" the string "non-free", after that issue "apt-get update" and "apt-get install rar". This will install the non-free (shareware) version of rar, i.e. http://packages.debian.org/etch/rar.
I did as you said but I got the message "E Package rar has no installation candidate", but to me it looks like it has found the correct repositories when I do apt-get update?

Code: Select all

matias@BUBBA:~$ su
Password:
BUBBA:/home/matias# apt-get update
Get:1 http://ftp.se.debian.org etch Release.gpg [1032B]
Hit http://ftp.se.debian.org etch Release
Get:2 http://update.excito.org marielle Release.gpg [189B]
Get:3 http://update.excito.org upstream_etch Release.gpg [189B]
Ign http://ftp.se.debian.org etch/main Packages/DiffIndex
Hit http://update.excito.org marielle Release
Ign http://ftp.se.debian.org etch/non-free Packages/DiffIndex
Ign http://ftp.se.debian.org etch/non-free Sources/DiffIndex
Hit http://update.excito.org upstream_etch Release
Hit http://ftp.se.debian.org etch/main Packages
Hit http://ftp.se.debian.org etch/non-free Packages
Hit http://ftp.se.debian.org etch/non-free Sources
Ign http://update.excito.org marielle/main Packages/DiffIndex
Hit http://update.excito.org marielle/main Packages
Ign http://update.excito.org upstream_etch/main Packages/DiffIndex
Hit http://update.excito.org upstream_etch/main Packages
Fetched 3B in 1s (3B/s)
Reading package lists... Done
BUBBA:/home/matias# apt-get install rar
Reading package lists... Done
Building dependency tree... Done
Package rar is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package rar has no installation candidate
BUBBA:/home/matias#
Sincerely, Matias
Post Reply