Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best unix compression utility? [closed]

What is the best unix compression utility available?

like image 684
user32262 Avatar asked Jun 24 '09 18:06

user32262


People also ask

Which compression utility is the most common in the Linux environment?

gzip. gzip (GNU zip) is one of the most used Linux compression methods.

Which Linux utility is used to compress files?

zip is used to compress the files to reduce file size and is also used as file package utility. zip is available in many operating systems like Unix, Linux, Windows, etc.

What is the most efficient compression format?

Maximum compression speed results At maximum compression level, ZIPX is the fastest format, followed by RAR, ARC, and 7Z, ZPAQ being the slowest. Using moderate compression settings, RAR and ARC emerge as the fastest formats.


2 Answers

depends on your speed/size tradeoff. Gzip is fast and yields good results. Bzip2 is slow and often yields better results.

like image 141
Ben Hughes Avatar answered Feb 25 '23 17:02

Ben Hughes


A good compression utility is 7-zip (p7zip on linux) using the lzma-algorithm (slow compression, good decompression speed, very good compression ratio). Can decompress most popular archive-formats.

You can also look at compression benchmark sites:

  • Maximumcompression

  • Compressionratings

like image 24
bill Avatar answered Feb 25 '23 18:02

bill