Questions tagged [unrar]

Unrar is the name of two different command-line applications for extracting RAR archives.

Unrar is the name of two different command-line applications for extracting RAR archives.

RARLAB UnRAR
This version of UnRAR is distributed by RARLAB, the makers of the commercial WinRAR archivers. It can extract newer RAR3 archives not supported by GNA's version.

GNA UnRAR
This free software version of UnRAR is based on an old version of RARLAB's UnRAR with permission from author Eugene Roshal. It is licensed under the GPL. It does not support the RAR3 format.

120 questions
1
vote
2 answers

Unrar4iOS error, File::tell() throws to asm code, what should I do?

I have an error File::tell() shown in XCode, using Unrar4iOS Framework, when I am calling the method: -(NSArray)unrarListFiles; the compiler shows me the a bunch of errors, where the last from stack is ftell, if someone knows, the origin if where…
Florik
  • 1,260
  • 1
  • 12
  • 20
0
votes
2 answers

Unable to load DLL 'UNRAR.DLL': The specified module could not be found

I just downloaded UnRAR.dll from http://www.rarlab.com/rar_add.htm package includes C# sample project when I run in VS 2010 after selecting .rar file for extract I am getting below error message and when I add reference unrar.dll I am getting below…
alhashmiya
  • 169
  • 1
  • 5
  • 16
0
votes
1 answer

How to acquired name of unrared file using UnRAR2 Python lib?

I'm using the python UnRar2 file to unrar a file, but after I do so I want the name of the directory it is unrared to. Is it possible to use the Unrar2 lib to get that information and if so can you please show me how to? Thanks, Parth EDIT: Sorry,…
Parth
  • 1,226
  • 7
  • 28
  • 49
0
votes
0 answers

How to unrar from different subfolders into each specific subfolder?

I use this piece of command to unrar a bunch of files from a folder (which has a lot of subfolders). All the unpacked files do end up in the same main folder though. How do I unrar every file to it's own subfolder? find . -name "*.rar" -exec unrar x…
0
votes
0 answers

unable to unrar when the syntax built from function

I work in google colab, I've got an error with this code... I have so many rar files, and I need to unpack them, those are in different path and I made a function in to simplify my work. I made variables those are changeable so I can replace the…
0
votes
0 answers

how do I unrar?

I've tried to use unrar and patool, to unrar some files, but I've not been able to do that. I would like to have a guide to unrar files. I've tried this: with patool patoolib.extract_archive(path, outdir=dir) it gives this error: aise…
0
votes
1 answer

bash function/alias for multi-archive unrar

I'm trying to write a simple bash alias/function (whichever I get working the quickest), that unrars multi-rar archives. None of my attempts work though. The plain command invoked in the shell doesn't work either, which I guess is probably the gist…
hillsprig
  • 307
  • 5
  • 12
0
votes
0 answers

Python package RarFile password protected excraction raises 'NoneType' object is not iterable

What am I missing, when using the package rarfile when simply extracting a password protected rar file? The same exception is raised, when the password is byte-encoded. Right and wrong passwords raise this exception. from rarfile import…
parrott
  • 368
  • 4
  • 12
0
votes
1 answer

Couldn't find path to unrar library in aws lambda (Python)

I have a rar file, which I want to unrar in AWS lambda using python. I learned about unrar library in python. I have created the layer for unrar in AWS. But now when I execute the code from unrar import rarfile rar =…
Vikku
  • 31
  • 4
0
votes
2 answers

List directories in zip and rar files

I trying to do a data frame/list/vector with a list of folders inside a zip and rar file. I have a folder with a lot of zip and rar files; Each zip and rar file has one folder and inside this folder has a lot of folders and files; I would get the…
Wilson Souza
  • 830
  • 4
  • 12
0
votes
0 answers

RarFile Python module error: rarfile.RarCannotExec: Cannot find working tool

I want to extract a RAR with rarfile python module: import rarfile rar_path = r'C:\...\Test.rar' rar_password = '123' # rarfile.UNRAR_TOOL = r'path to what .exe? I cant find it, is this line necessary?' rar =…
0
votes
1 answer

UnRAR DLL unable to be referenced in C#

I was trying to make a program to clean out some directories on my NAS and I noticed that a lot of folders contained nested rar and zip files and I have plenty of space to unpack them. The program should ask the user for a directory to be cleaned…
Apolloin
  • 1
  • 1
0
votes
1 answer

Memory usage buildup while dictionary password checking using unrar lib in python

I wrote some crude code in python for checking passwords from a dictionary file for password protected rar archive. I even added some multi-threading, runs great. Unfortunately as the script goes through password list the memory usage starts…
P W
  • 11
  • 3
0
votes
1 answer

remove '.part1' from Output directory in 7z

I have 2 files test.part1.rar and test.part2.rar When extracting them using command 7z x -o* test.part1.rar The output directory is a folder with test.part1 name I want the output directory to be a folder with name test (archive name without…
user13425180
0
votes
1 answer

Applescript Noob, unrar .rar file and move the containing file

I have never ever touched apple script before, i just need 1 small script but don't know where to start. All i want to do is run a script on folder action.. to basically run when i put a a rar file in a folder. it needs to unrar and then move the…
Lee
  • 1,280
  • 4
  • 18
  • 35