Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 9ae5cad74cdaf6f6d245bc111e5fbe839ee448cf Size: 77.82 KB File Format: exe
Rating: 2.217391304
out of 5
based on 23 user ratings
Downloads: 1367 License: Free
bzip2 is a free software by Julian Seward and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download bzip2 which is 77.82 KB in size and belongs to the software category Compression tools. bzip2 was released on 2009-04-01 and last updated on our database on 2017-02-23 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
bzip2 Description
The bzip2 application was designed to be a high-quality data compressor. It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.
Why would I want to use it?
- Because it compresses well. So it packs more stuff into your overfull disk drives, distribution CDs, backup tapes, USB sticks, etc. And/or it reduces your customer download times, long distance network traffic, etc. Its not the worlds fastest compressor, but its still fast enough to be very useful.
- Because its open-source (BSD-style license), and, as far as I know, patent-free. (To the best of my knowledge. I cant afford to do a full patent search, so I cant guarantee this. Caveat emptor). So you can use it for whatever you like. Naturally, the source code is part of the distribution.
- Because it supports (limited) recovery from media errors. If you are trying to restore compressed data from a backup tape or disk, and that data contains some errors, bzip2 may still be able to decompress those parts of the file which are undamaged.
- Because you already know how to use it. bzip2s command line flags are similar to those of GNU Gzip, so if you know how to use gzip, you know how to use bzip2.
- Because its very portable. It should run on any 32 or 64-bit machine with an ANSI C compiler. The distribution should compile unmodified on Unix and Win32 systems. Earlier versions have been ported with little difficulty to a large number of weird and wonderful systems.
- Because (by now, late 2007) everybody else uses it too.