Please tell me, how?
Ive compiled 7zip and got binary on output named 7za
[max@localhost]$ man 7z
***
-t{Type} Type of archive (7z, zip, gzip, bzip2 or tar. 7z format is default)
***
[max@localhost meditor]$ 7za X test.rar
7-Zip (A) 4.55 beta Copyright (c) 1999-2007 Igor Pavlov 2007-09-05
p7zip Version 4.55 (locale=ru_RU.UTF-8,Utf16=on,HugeFiles=on,1 CPU)
Processing archive: test.rar
Error: Can not open file as archive
Total:
Folders: 0
Files: 0
Size: 0
Compressed: 0
***
How can I enable rar archive format support?
command `unrar e - arch.rar` extracts all files from archive in one directory without structure.