Best Compression Software for Linux

Puppy related raves and general interest that doesn't fit anywhere else
Post Reply
Message
Author
labbe5
Posts: 2159
Joined: Wed 13 Nov 2013, 14:26
Location: Canada

Best Compression Software for Linux

#1 Post by labbe5 »

https://linuxtechlab.com/best-compressi ... for-linux/

pigz A functional replacement for gzip
PBZIP2 A replacement for the bzip2 block-sorting file compressor
PXZ A Multicore compressor runs LZMA compression on multiple processors
lbzip2 Unlike PBZIP2, this utility is suited for serial and parallel processing.
plzip Multithread lossless data compressor. It is based on lzib.
lrzip This compressor is especially suited to compress large files.
pixz This indexing XZ compression tool, is compatible with XZ. LZMA and LZMA2.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#2 Post by musher0 »

From experience:

Indeed lrzip has superior compression on large, files but is extremely slow.
Use if you're cramped for space. (IMHO)

Plus it's a one-file-at-a time compressor. For multiple files, you first have to round them up
in an uncompressed archive such as with tar or with zip -0, and then use lrzip.

Additionally, it offers no significant improvement if used on already compressed media
(movies, music formats).

IHTH
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Post Reply