lzop 1.04
Compress or expand files
Lzop is a file compressor which is very similar to gzip. Lzop uses the LZO data compression library for compression services, and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio).
- Outputs:
out
- Website: https://www.lzop.org/
- Licenses: GPL 2+
- Package source: gnu/packages/compression.scm
- Builds: See build status
- Issues: See known issues
Installation
Install lzop 1.04
as follows:
guix install lzop@1.04
Or install the latest version:
guix install lzop
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.