Quasijarus2Gzip
License: AGPL-3.0-only - Latest version: 1.0 - Developed in: C
This software is a CLI program for converting files compressed under Quasijarus Strong Compression Data to Gzip.
Downloads
Here you have the source code download, the signature of the package and the sums so you can check the integrity of the download. You can get my public OpenPGP key in the About section on this website.
Name | Version | Date | Tarball file | Signature | SHA1 | SHA256 | SHA512 |
---|---|---|---|---|---|---|---|
Quasijarus2Gzip | 1.0 | 2023-04-06 | download | download | see | see | see |
Setup
In order to compile and install this software you need an ANSI C compatible compiler like GCC1. Once you have the compiler installed on your system, uncompress the tarball and execute the following commands from inside the uncompressed folder:
./configure
make
make install
You can uninstall the program with the command make uninstall
from the same folder.
Use
To convert any file compressed in Quasijarus strong compressed data to a file compressed in gzip use the following command:
quasijarus2gzip <path_to_original_file.Z> <path_to_new_file.gzip>
Contribute
If you want to send changes and bug fixes to this project, plese contact me.