Results 1 to 4 of 4
Hi all,
I want to decompress the .bz2 files using bunzip2. I am opening Terminal Command Line and writing the following:
bunzip2 aaaaa.bz2
it keeps decompressing for infinite time...
But ...
- 03-25-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 5
bunzip2
Hi all,
I want to decompress the .bz2 files using bunzip2. I am opening Terminal Command Line and writing the following:
bunzip2 aaaaa.bz2
it keeps decompressing for infinite time...
But when I just write bunzip2 on the Terminal Command Line
it answers as follows:
bunzip2: I won't read compressed data from a terminal.
bunzip2: For help, type: `bunzip2 --help'.
Please can you help me, what should I do??? Thanks in advnce.
- 03-25-2006 #2
for extracting .bz2 type:
orCode:bunzip2 package name
check your package extensions or post it here.if it have .tar.bz2 etc you need to tar -jxvf pkname like thing to do.Code:bzip2 -d pkgname
- 03-25-2006 #3Just Joined!
- Join Date
- Feb 2006
- Posts
- 5
Hi praka 123,
thanks for reply... it does not have any tar... it is just of type "pkgname.bz2"
the thing is when i am writing as
bunzip2 pkgname.bz2
on the terminal it takes very long time i don't no how much it would take but i didn't wait for so long... what can you suggest else to do?
p.s. i also tried with bzip2 -d the same things happen
- 03-25-2006 #4
sometimes packages like kernelsources do take time to be extracted.otherwise i think pkg may be corrupted.btw what was that package


Reply With Quote
