I needed to download the Ruby Source recently from here and it says, "available in three formats" which are .tar.bz2, .tar.gz and .zip. Is there any reason that we need all three formats? At least on Linux and OSX I can do any of the three easily. On Windows, only zip is built-in, I think. Is there anything behind these preferences or is this just a religious battle?
| |||||||||
feedback
|
|
So the above two formats are given to achieve near 100% coverage of what people will be able to open even from a freshly installed system with not extra tools added.
This is offered as a convenience to those users that have the extra utility installed (and possibly to save a little bandwidth for the provider), though for small files the difference is not worth the hassle of creating/offering/supporting (in install/build documentation for instance) the extra format.
As with bzip2 archives, 7-zip archives are, where available, offered as a convenience to those users that have the extra utility installed (and to save a little bandwidth for the provider), though for small files the difference is not worth the hassle of creating/offering/supporting (in install/build documentation for instance) the extra format. (if you want to see a religious battle on the subject of archive file formats, take a short trip into what is left of Usenet or pirate (sorry "scene") territory and dare to suggest that something might be more suitable than | |||||||||||||||
feedback
|