[SOLVED] gzip: stdin: not in gzip format
The error gzip: stdin: not in gzip format appears when tar hands the file to gzip for decompression and gzip finds data that is not a gzip stream. The usual cause is simple: the file was never compressed, it is a plain tar archive that someone renamed to .tar.gz. Here is the command that triggers
[SOLVED] gzip: stdin: not in gzip format Read More »