Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just Joined! praka123's Avatar
    Join Date
    Jan 2006
    Location
    Kerala,India
    Posts
    35

    Post

    for extracting .bz2 type:
    Code:
    bunzip2 package name
    or
    Code:
    bzip2  -d pkgname
    check your package extensions or post it here.if it have .tar.bz2 etc you need to tar -jxvf pkname like thing to do.

  3. #3
    Just 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

  4. #4
    Just Joined! praka123's Avatar
    Join Date
    Jan 2006
    Location
    Kerala,India
    Posts
    35

    Post

    sometimes packages like kernelsources do take time to be extracted.otherwise i think pkg may be corrupted.btw what was that package

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •