lzip
Lossless data compressor based on the LZMA algorithm
Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses more than bzip2, which makes it well-suited for software distribution and data archiving. Lzip is a clean implementation of the LZMA algorithm.
- Versions: 1.25
- Website: https://www.nongnu.org/lzip/lzip.html
- Licenses: GPL 3+
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of lzip
as follows:
guix install lzip
Or install a particular version:
guix install lzip@1.25
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of lzip about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/lzip'><img src='https://packages.guix.gnu.org/packages/lzip/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/lzip)
Example Org:
[[https://packages.guix.gnu.org/packages/lzip][https://packages.guix.gnu.org/packages/lzip/badges/latest-version.svg]]