LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   does anyone know how to uncompress a .bz2? (https://www.linuxquestions.org/questions/linux-software-2/does-anyone-know-how-to-uncompress-a-bz2-123152/)

timberwolf 12-05-2003 11:06 PM

does anyone know how to uncompress a .bz2?
 
How do you uncompress a .tar.bz2 file?

ter_roshak 12-05-2003 11:19 PM

You can uncompress the file by typing:

bunzip2 <filename>.bz2

For more information, type man bunzip2 at the command prompt.

Josh

giang 12-05-2003 11:23 PM

You can unzip and untar at the same time by using the command
tar xvf <filename> --use=bzip2
Cheers,

CodeGeek 12-05-2003 11:24 PM

I use this if it's .tar.bz2:

# tar -jxvf FILE.tar.bz2

That will also untar it.

timberwolf 12-06-2003 12:14 AM

yup.... thanks a lot... got it now !

- Timberwolf a.k.a Aquila

Velvet Elvis 12-06-2003 03:41 AM

If you're really lazy, you can do it from inside midnight commander (mc) as well.


All times are GMT -5. The time now is 01:47 AM.