lzma_alone
Compression and decompression in the LZMA format - legacy utility
Install
- All systems
-
curl cmd.cat/lzma_alone.sh
- Debian
-
apt-get install lzma-alone
- Ubuntu
-
apt-get install lzma-alone
- Kali Linux
-
apt-get install lzma-alone
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lzma-alone
- Raspbian
-
apt-get install lzma-alone
- Dockerfile
- dockerfile.run/lzma_alone
lzma-alone
Compression and decompression in the LZMA format - legacy utility
The Lempel-Ziv-Markov chain Algorithm is a compression method based on the famous LZ77 algorithm, and was first introduced by 7-Zip for use in 7z archives. Its main characteristics are a very high compression ratio, with high RAM usage, and fast decompression, with low RAM usage. These properties make it well suited to embedded uses, such as for ROM (firmware) compression. This package provides only the old lzma_alone compression utility, which has an interface more like that of zip.