What is the difference between .a and .tgz?
- Extension
- .a
- .tgz
- Format
- Binary
- Category
- Developer
- Compressed
- Developer
- Apple Inc.
- GNU
- Description
- A Static Library, typically denoted by the file extensions `.a` on Unix-like systems or `.lib` on Windows, is a collection of compiled object code modules that are linked into applications during the build process, rather than being loaded dynamically at runtime. This type of library contains a set of routines, external functions and variables, which are resolved and incorporated into the final executable file by a linker.
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- MIME Type
- application/x-sharedlib
- application/x-compressed
- Sample
- sample.tgz
- Wikipedia
- .a on Wikipedia
- .tgz on Wikipedia