What is the difference between .msp and .tar.bz2?
- Extension
 - .msp
 - .tar.bz2
 
- Format
 - Binary
 - Binary
 
- Category
 - Developer
 - Compressed
 
- Developer
 - Microsoft
 - The GNU Project
 
- Description
 - The msp files are used to update the Windows operating system and other Microsoft programs. Typically included with security updates or Microsoft hotfixes.
 - It is a TAR archive file compressed using BZ2 compression codec and is popularly used to distribute Linux application packages.
 
- MIME Type
 - application/octet-stream
 - application/x-bzip-compressed-tar
 
- Sample
 - sample.tar.bz2
 
- Wikipedia
 - .tar.bz2 on Wikipedia