bzmore

high-quality block-sorting file compressor - utilities

Install

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

bzip2

high-quality block-sorting file compressor - utilities

bzip2 is a freely available, patent free, high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques, whilst being around twice as fast at compression and six times faster at decompression. bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and Huffman coding. Compression is generally considerably better than that achieved by more conventional LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors. The archive file format of bzip2 (.bz2) is incompatible with that of its predecessor, bzip (.bz).

mingw32-bzip2

32 Bit version of bzip2 for Windows

mingw64-bzip2

64 Bit version of bzip2 for Windows