I just downloaded a Linux program and it is .bz2 format. I tried using tar -zxvf but it couldn't unzip it. How do I unzip this thing in linux?
Linux BZ2?
Started by Frantic, Oct 01 2006 05:03 PM
5 replies to this topic
#1
Posted 01 October 2006 - 05:03 PM
|
|
|
#2
Guest_CheeseBurgerMan_*
Posted 02 October 2006 - 07:38 AM
Guest_CheeseBurgerMan_*
tar jxvf
tar zxvf is for gzipped tar files (tar.gz)
EDIT: If that doesn't work for you, try to run tar yxvf since some versions of tar use that operator rather than the j for bzip2 files
tar zxvf is for gzipped tar files (tar.gz)
EDIT: If that doesn't work for you, try to run tar yxvf since some versions of tar use that operator rather than the j for bzip2 files
#3
Posted 13 November 2006 - 05:08 PM
Thanks! Had to use this just now myself!
#4
Guest_Kaabi_*
Posted 17 November 2006 - 04:11 PM
Guest_Kaabi_*
Linux has some weird extentions that I've never heard of before. I guess that's the price that has to be paid for that awesome interface.
#5
Posted 20 November 2006 - 12:18 PM
Well thats why I dont use Linux because of all these command you have to write etc! but I use it on a virtual PC but well not that much I just play around with it!
#6
Posted 20 November 2006 - 02:55 PM
Jesh, your telling me. I know 28 languages, and about every "standard" and debug tool for command line ever made for linux and dos.


Sign In
Create Account


Back to top









