Announcement

Collapse
No announcement yet.

multiple rars password protected

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    multiple rars password protected

    Ive got over 2000 rar files (its a season of tv eps) they all have the same password, whats the best way to extract them altogether
    Using:<br />Mint Kubuntu 7.10 (kde4 dual core 2.2ghz 4gb)<br />Freenas (nx6325 hp laptop)<br />Mint Gnome 7.10 (EEE Pc 4g white 1 gb ram)

    #2
    Re: multiple rars password protected

    Are they volumes for a very same archive? or are they independent archives?

    Anyway according to the 'unrar -h' the command should be
    unrar x -ppassword *.rar

    Just change password accordingly.
    unrar is available on the repos, I use the free version, not sure what advantage the nonfree version has...

    Comment


      #3
      Re: multiple rars password protected

      From the unrar-free package description:
      Unrar can extract files from .rar archives. Can't handle some archives in the RAR 3.0 format, only the non-free "unrar" package can do that.

      Comment


        #4
        Re: multiple rars password protected

        cheers for the help, however found an easier solution

        Code:
        sudo apt-get install unp
        works a charm!
        Using:<br />Mint Kubuntu 7.10 (kde4 dual core 2.2ghz 4gb)<br />Freenas (nx6325 hp laptop)<br />Mint Gnome 7.10 (EEE Pc 4g white 1 gb ram)

        Comment


          #5
          Re: multiple rars password protected

          Yes, askrieger is right, some archives are only supported by nonfree unrar.
          I think eggbanjo would go with this one.

          By the way, I like the unp tip. Thanks eggbanjo, it seems handy

          Comment

          Working...
          X