You are not logged in.

#1 2011-10-01 13:33:16

Demon
Member
From: Republic of Srpska, BA
Registered: 2008-03-02
Posts: 246

The Unarchiver

The Unarchiver is an LGPL licensed all format file arche uncompressing utility. It has very simple commands and it supports many formats, including rar v3. More on this subject: http://code.google.com/p/theunarchiver/

Supported formats: http://code.google.com/p/theunarchiver/ … tedFormats

AUR: https://aur.archlinux.org/packages.php?ID=47977


I've made a wishlist on the KDE bug tracker for Ark to support The Unarchiver. Please help by logging in and voting for the request:
https://bugs.kde.org/show_bug.cgi?id=283134

cool

$ pacql unarchiver
unarchiver /usr/
unarchiver /usr/bin/
unarchiver /usr/bin/lsar
unarchiver /usr/bin/unar
$ unar
unar v0.4 (Sep 30 2011), a tool for extracting the contents of archive files.
Usage: unar [options] archive... [destination]

Available options:
-password (-p) <string>            The password to use for decrypting protected archives.
-encoding (-e) <encoding name>     The encoding to use for filenames in the archive, when it
                                   is not known. Use "help" or "list" as the argument to give
                                   a listing of all supported encodings.
-no-recursion (-nr)                Do not attempt to extract archives contained in other
                                   archives. For instance, when unpacking a .tar.gz file,
                                   only unpack the .tar file and not its contents.
-forks (-f) <visible|hidden|skip>  How to handle Mac OS resource forks. "visible" creates
                                   AppleDouble files with the extension ".rsrc", "hidden"
                                   creates AppleDouble files with the prefix "._", and "skip"
                                   discards all resource forks.
-help (-h)                         Display this information.
$ lsar
lsar v0.4 (Sep 30 2011), a tool for listing the contents of archive files.
Usage: lsar [options] archive...

Available options:
-password (-p) <string>         The password to use for decrypting protected archives.
-encoding (-e) <encoding name>  The encoding to use for filenames in the archive, when it is
                                not known. Use "help" or "list" as the argument to give a
                                listing of all supported encodings.
-test (-t)                      Test the integrity of the files in the archive, if possible.
-no-recursion (-nr)             Do not attempt to list the contents of archives contained in
                                other archives. For instance, when listing a .tar.gz file,
                                only list the .tar file and not its contents.
-json (-j)                      Print the listing in JSON format.
-json-ascii (-ja)               Print the listing in JSON format, encoded as pure ASCII
                                text..
-help (-h)                      Display this information.

Offline

Board footer

Powered by FluxBB