How To Open .TBZ ( tar.bz2 ) File Under Linux / UNIX
Q. I've download ed .tbz file. How do I open .tbz file under Linux / UNIX operating system using a shell prompt or GUI application?
A. This is a tarball. A .tar or .tbz or .tgz file is commonly referred to as a Tarball, which is usually compressed to save disk space. Use tar command to open .tbz file.
First, open a terminal or shell prompt.
Extracts all files from a compressed Tar file of the name test.tbz or test.tar.bz2(bzipped file).
$ tar -xjf test.tbz
To extract to a specific folder called /tmp/test, use:
$ tar -xjf test.tbz -C /tmp/test
To view extracted file, use:
$ cd /tmp/test
$ ls -l
GUI tool 7-ZIP
7-Zip is a file archiver with the high compression ratio. The program supports 7z, ZIP, CAB, RAR, ARJ, LZH, CHM, GZIP, BZIP2, Z, TAR, CPIO, ISO, MSI, WIM, NSIS, RPM and DEB formats. It is a open source cross-platform file archiver, supports creation and extraction of Tar archives.
You can download 7-Zip here online.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- How do I Compress a Whole Linux or UNIX Directory?
- How do I list files inside compressed tar ball (gzip’d tar’d) archive?
- How do I use cpio command under Linux?
- List the contents of a tar or tar.gz file
- Verify tar command tape backup under Linux or UNIX
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: bzip2, compression ratio, cpio, cross platform, extracts, file archiver, file tar, gui application, gui tool, high compression, lzh, nsis, tar archives, tar bz2, tar command, tar file, tarball, unix operating system



Recent Comments
Today ~ 1 Comment
Today ~ 3 Comments
Today ~ 57 Comments
Yesterday ~ 9 Comments
Yesterday ~ 7 Comments