Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double compressed archives #88

Open
schwern opened this issue Oct 19, 2014 · 2 comments
Open

Double compressed archives #88

schwern opened this issue Oct 19, 2014 · 2 comments

Comments

@schwern
Copy link
Contributor

schwern commented Oct 19, 2014

  • FREMAN/Device-Inverter-Aurora.0.01.tar.gz
  • CLCL/WebService-NiigataUnyu-v0.0.1.tar.gz
  • PETERGAL/PGForth1.1.tar.gz
  • KORSANI/Log-Funlog-0.88.tar.gz
  • NYAKNYAN/HTTP-Server-EV-0.21.tar.gz
  • CLCL/WebService-KuronekoYamato-v0.0.4.tar.gz
@vsiegel
Copy link

vsiegel commented Feb 10, 2015

Do you think they are double compressed based on the file names? Just in case: A file foo.tar.gz is not compressed two times. Tar is only combining all files to one uncompressed "archive" file. Note "all" could be just one. The foo.tar file is then compressed as a whole by gzip.

A .tar.gz file is similar to a .zip file.

@schwern
Copy link
Contributor Author

schwern commented Feb 10, 2015

@vsiegel Haha, I wouldn't have gotten very far if I didn't know what a .tar.gz file is. They're tarballs which have been gzipped twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants