What is the difference between .tbz2 and .tar.lzo?
- Extension
- .tbz2
- .tar.lzo
- Format
- Binary
- Binary
- Category
- Compressed
- Compressed
- Developer
- Bzip2
- Markus F.X.J. Oberhumer
- Description
- File archive compressed with both .TAR and .BZ2 compression; often found on Unix systems; must first be decompressed (using Bzip 2 decompression), then the files must be extracted from the tar archive.
- Lzop is a file compressor very similar to gzip. lzop favors speed over compression ratio.
- MIME Type
- application/x-bzip2
- application/x-lzop-compressed-tar
- Sample
- sample.tar.lzo
- Wikipedia
- .tbz2 on Wikipedia
- .tar.lzo on Wikipedia