What is the difference between .nupkg and .tgz?
- Extension
- .nupkg
- .tgz
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Microsoft, .NET Foundation
- GNU
- Description
- NuGet (pronounced "New Get") is a package manager designed to enable developers to share reusable code. It is a software-plus-service solution whose client app is free and open-source.
- 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/zip
- application/x-compressed
- Sample
- sample.tgz
- Wikipedia
- .nupkg on Wikipedia
- .tgz on Wikipedia