LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Getting the buzz on bz2 files (https://www.linuxquestions.org/questions/linux-newbie-8/getting-the-buzz-on-bz2-files-142639/)

caleb star 02-05-2004 10:26 AM

Getting the buzz on bz2 files
 
what are tar.bz2 files/programs and what should I do with them. Do they need to be untarred, I have tried but I think Im doing something wrong, I have tried to untar them with tar.gz and so on but it doesnt work. I know the anwer is probably something obvious that I am overlooking.

MasterC 02-05-2004 10:28 AM

bz2 files are ones compressed with bzip2, instead of gzip. To untar them:
tar -xvjf filename.tar.bz2 As well as about a dozen other ways, however, for me, that is the most efficient.

Cool


All times are GMT -5. The time now is 05:53 PM.