Difference between revisions of "Lzip"
Antonio Diaz (talk | contribs) (→Contents: added lziprecover) |
Antonio Diaz (talk | contribs) (Updated description of lziprecover to 1.11) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|-valign="top" | |-valign="top" | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://download.savannah.gnu.org/releases/lzip/lzip-{{Lzip-Version}}.tar.gz |
|} | |} | ||
---- | ---- | ||
− | {{Package-Introduction|Lzip is a lossless data compressor based on the LZMA | + | {{Package-Introduction|Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. |
+ | |||
+ | Lziprecover is a data recovery tool for lzip compressed files able to repair slightly damaged files, recover badly damaged files from two or more copies, and extract undamaged members from multi-member files.|http://www.nongnu.org/lzip/lzip.html}} | ||
== Dependencies == | == Dependencies == | ||
Line 14: | Line 16: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr | + | ./configure --prefix=/usr && |
make | make | ||
Line 20: | Line 22: | ||
make install && | make install && | ||
− | + | mv -v /usr/bin/lzip /bin | |
− | |||
− | mv -v /bin/ | ||
== Multilib == | == Multilib == | ||
Line 29: | Line 29: | ||
=== 32Bit === | === 32Bit === | ||
− | + | CXX="g++ ${BUILD32}" ./configure --prefix=/usr && | |
make | make | ||
Line 35: | Line 35: | ||
make install && | make install && | ||
− | + | mv -v /usr/bin/lzip /bin | |
− | |||
− | mv -v /bin/ | ||
=== N32 === | === N32 === | ||
− | + | CXX="g++ ${BUILDN32}" ./configure --prefix=/usr && | |
make | make | ||
Line 47: | Line 45: | ||
make install && | make install && | ||
− | + | mv -v /usr/bin/lzip /bin | |
− | |||
− | mv -v /bin/ | ||
=== 64Bit === | === 64Bit === | ||
Line 55: | Line 51: | ||
Compile the package: | Compile the package: | ||
− | + | CXX="g++ ${BUILD64}" ./configure --prefix=/usr && | |
make | make | ||
Line 61: | Line 57: | ||
make install && | make install && | ||
− | + | mv -v /usr/bin/lzip /bin | |
− | |||
− | mv -v /bin/ | ||
= Contents = | = Contents = | ||
Line 70: | Line 64: | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
− | | lzip, | + | | lzip, lziprecover |
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
Line 85: | Line 79: | ||
! lzip | ! lzip | ||
| Compresses Decompresses lzipped files. | | Compresses Decompresses lzipped files. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|-valign="top" | |-valign="top" | ||
! lziprecover | ! lziprecover | ||
− | | Recovers | + | | Recovers data from damaged lzip files. |
|} | |} | ||
+ | |||
+ | [[Category:General Utilities]] |
Latest revision as of 08:24, 8 November 2010
Download Source: | http://download.savannah.gnu.org/releases/lzip/lzip-1.11.tar.gz |
---|
Contents
Introduction to Lzip
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving.
Lziprecover is a data recovery tool for lzip compressed files able to repair slightly damaged files, recover badly damaged files from two or more copies, and extract undamaged members from multi-member files.
Project Homepage: http://www.nongnu.org/lzip/lzip.html
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install && mv -v /usr/bin/lzip /bin
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
CXX="g++ ${BUILD32}" ./configure --prefix=/usr && make
Install the package:
make install && mv -v /usr/bin/lzip /bin
N32
CXX="g++ ${BUILDN32}" ./configure --prefix=/usr && make
Install the package:
make install && mv -v /usr/bin/lzip /bin
64Bit
Compile the package:
CXX="g++ ${BUILD64}" ./configure --prefix=/usr && make
Install the package:
make install && mv -v /usr/bin/lzip /bin
Contents
Installed Programs: | lzip, lziprecover |
---|---|
Installed Libraries: | None |
Installed Directories: | None |
Short Descriptions
lzip | Compresses Decompresses lzipped files. |
---|---|
lziprecover | Recovers data from damaged lzip files. |