Closed owenstake closed 3 months ago
If the files is not a tar file, why would one name it tar.gz
?
In this case, it's not an archive, but simply a compressed elf file.
If the files is not a tar file, why would one name it
tar.gz
? In this case, it's not an archive, but simply a compressed elf file.
tar.gz is extensible.
but it will break. try extracting a file thats called file.tar.gz
, but that isnt actually a tar file. i creates an error like
$ tar xvf file.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
which would confuse everyone
Please rename the release name to standard form from "fselect-x86_64-linux-musl.gz" to "fselect-x86_64-linux-musl.tar.gz"