lzmadec
XZ-format compression utilities - tiny decompressors
Install
- All systems
-
curl cmd.cat/lzmadec.sh
- Debian
-
apt-get install xzdec
- Ubuntu
-
apt-get install xzdec
- Alpine
-
apk add xz
- Arch Linux
-
pacman -S xz
- Kali Linux
-
apt-get install xzdec
- CentOS
-
yum install xz-lzma-compat
- Fedora
-
dnf install xz-lzma-compat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xzdec
- OS X
-
brew install xz
- Raspbian
-
apt-get install xzdec
- Dockerfile
- dockerfile.run/lzmadec
- Docker
-
docker run cmd.cat/lzmadec lzmadec
powered by Commando
xzdec
XZ-format compression utilities - tiny decompressors
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 xzdec and lzmadec utilities, which write the decompressed version of a compressed file to standard output. The binaries are very small, so they can be easily stored on small media with some compressed files, and they are linked statically against liblzma so they can be used on machines without a compatible version of liblzma installed. However, they have: * no compression support; * no support for writing to a file other than standard output; * no translated messages; * been optimized for size rather than speed. For a full-featured xzcat command without these limitations, use the xz-utils package instead.