What is the difference between .nupkg and .tar?
- Extension
- .nupkg
- .tar
- Format
- Binary
- Binary
- Category
- Developer
- Other
- Developer
- Microsoft, .NET Foundation
- Jean-loup Gailly
- 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.
- Tar archive created by tar, a Unix-based utility used to package files together; contains multiple files stored in an uncompressed format; commonly compressed into a .GZ file using GNU Zip compression.
- MIME Type
- application/zip
- application/x-tar
- Sample
- sample.tar
- Wikipedia
- .nupkg on Wikipedia
- .tar on Wikipedia