Jorge Peixoto de Morais Neto schrieb:
> On Wed, Nov 5, 2008 at 2:38 PM, Nickolay Hodyunya <[EMAIL PROTECTED]> wrote:
>> How to extract lzma archives?
> 
> by lzma archive, you probably mean a lzma-compressed tar archive.
> You can extract them with
> lzma -dc compressedarchive.tar.lzma | tar -xv -f -

This command line can be simplified:
unlzma -c compressedarchive.tar.lzma | tar xv

Most better desktop archive managers (for example file-roller for GNOME)
can handle these archives nowadays.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to