Find the answer to your Linux question:
Results 1 to 4 of 4
I just got a program that has the extension .bz2 how do i extract this? -P...
  1. #1
    Just Joined!
    Join Date
    Jul 2004
    Posts
    7

    how do i extract



    I just got a program that has the extension .bz2 how do i extract this?

    -P

  2. #2
    Linux Newbie
    Join Date
    May 2004
    Location
    Boston, MA
    Posts
    246
    If it's .tar.bz2, then you can use
    Code:
    tar xjvf cornbread.tar.bz2
    to extract it all at once. If it's just .bz2, then use
    Code:
    bunzip2 spankythefish.bz2
    Hope this helps.
    Situations arise because of the weather,
    And no kinds of love are better than others.

  3. #3
    Just Joined!
    Join Date
    Jun 2007
    Location
    a box
    Posts
    15
    Years later, still useful. Thanks!

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,308
    Hi and Welcome !

    Check this tutorial : How to install Softwares in Linux.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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