What is the difference between .nupkg and .tar.7z?
- Extension
- .nupkg
- .tar.7z
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Microsoft, .NET Foundation
- Igor Pavlov
- 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.
- This format works based on the LZMA principle compression algorithm. It was originally used in 7-Zip archives. tar.7z archives were created for storing info about file owners and for ease of use in Unix systems, based on a TAR archiving tool.
- MIME Type
- application/zip
- application/x-7z-compressed
- Wikipedia
- .nupkg on Wikipedia
- .tar.7z on Wikipedia