Gentoo Archives: gentoo-user

From: Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lzma archives
Date: Wed, 05 Nov 2008 16:50:05
Message-Id: 38af3d670811050850i65aa8c91lf5d61cfc932a6246@mail.gmail.com
In Reply to: [gentoo-user] lzma archives by Nickolay Hodyunya
1 On Wed, Nov 5, 2008 at 2:38 PM, Nickolay Hodyunya <nickolayh@×××××.com> wrote:
2 > How to extract lzma archives?
3
4 by lzma archive, you probably mean a lzma-compressed tar archive.
5 You can extract them with
6 lzma -dc compressedarchive.tar.lzma | tar -xv -f -
7 or, if your version of tar supports it,
8 tar --lzma -xv -f compressedarchive.tar.lzma
9
10 The command lzma comes from app-arch/lzma-utils, and these days the
11 distros ship it by default.
12
13 --
14 Software is like sex: it is better when it is free - Linus Torvalds

Replies

Subject Author
Re: [gentoo-user] lzma archives Florian Philipp <lists@××××××××××××××××××.net>