
How to Open .TBZ2 files
Windows
Mac OS
Additional extension information
| File type: |
Compressed |
| Popularity: |
Average |
| Author: |
RARLab |
| MIME type: | Not specified |
TBZ2 files are File archives that are compressed with both .TAR and .BZ2 compression. TBZ2 files are often found on Unix systems. TBZ2 files must be decompressed (using Bzip 2 decompression) before the files can be extracted from the TAR archive
tar -jxvf FILENAME.tbz2
replacing FILENAME, obviously.