lzmainfo

XZ-format compression utilities

Install

All systems
curl cmd.cat/lzmainfo.sh
Debian Debian
apt-get install xz-utils
Ubuntu
apt-get install xz-utils
Alpine
apk add xz
Arch Arch Linux
pacman -S xz
image/svg+xml Kali Linux
apt-get install xz-utils
CentOS
yum install xz-lzma-compat
Fedora
dnf install xz-lzma-compat
Windows (WSL2)
sudo apt-get update sudo apt-get install xz-utils
OS X
brew install xz
Raspbian
apt-get install xz-utils
Docker
docker run cmd.cat/lzmainfo lzmainfo powered by Commando

xz-utils

XZ-format compression utilities

XZ is the successor to the Lempel-Ziv/Markov-chain Algorithm compression format, which provides memory-hungry but powerful compression (often better than bzip2) and fast, easy decompression. This package provides the command line tools for working with XZ compression, including xz, unxz, xzcat, xzgrep, and so on. They can also handle the older LZMA format, and if invoked via appropriate symlinks will emulate the behavior of the commands in the lzma package. The XZ format is similar to the older LZMA format but includes some improvements for general use: * 'file' magic for detecting XZ files; * crc64 data integrity check; * limited random-access reading support; * improved support for multithreading (not used in xz-utils); * support for flushing the encoder.

xz-lzma-compat

Older LZMA format compatibility binaries

xz

Library and command line tools for XZ and LZMA compressed files