Gentoo Archives: gentoo-user

From: Florian Philipp <lists@××××××××××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lzma archives
Date: Thu, 06 Nov 2008 10:40:34
Message-Id: 4912C958.4040103@f_philipp.fastmail.net
In Reply to: Re: [gentoo-user] lzma archives by Jorge Peixoto de Morais Neto
1 Jorge Peixoto de Morais Neto schrieb:
2 > On Wed, Nov 5, 2008 at 2:38 PM, Nickolay Hodyunya <nickolayh@×××××.com> wrote:
3 >> How to extract lzma archives?
4 >
5 > by lzma archive, you probably mean a lzma-compressed tar archive.
6 > You can extract them with
7 > lzma -dc compressedarchive.tar.lzma | tar -xv -f -
8
9 This command line can be simplified:
10 unlzma -c compressedarchive.tar.lzma | tar xv
11
12 Most better desktop archive managers (for example file-roller for GNOME)
13 can handle these archives nowadays.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] lzma archives Etaoin Shrdlu <shrdlu@×××××××××××××.org>
Re: [gentoo-user] lzma archives Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>