What is the difference between .ar and .zip?
- Extension
- .ar
- .zip
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- AT&T Bell Laboratories
- Phil Katz
- Description
- AR is a Unix archive file that is purposely used to develop and update static library files for creating .deb packages. Currently, its been replaced by .tar archive file for everything except static libraries.
- A ZIP file is an archive that contains one or more files compressed or "zipped" using Zip compression. It stores files separately from each other allowing the files to be compressed using different methods and extracted without compressing or decompressing the entire archive.
- MIME Type
- application/x-archive
- application/zip
- Sample
- sample.zip
- Wikipedia
- .ar on Wikipedia
- .zip on Wikipedia