Results 1 to 5 of 5

Thread: installing a .bz2 package?

  1. #1

    installing a .bz2 package?

    Hi all,

    I have the following package and cannot figure out how to install it:

    cups-1.1.12-source.tar.bz2

    Would I install it like a .gz package?

    Thanks.

  2. #2

    Re: installing a .bz2 package?

    bunzip2 package.tar.bz2 && tar xvf package.tar

  3. #3

    Re: installing a .bz2 package?

    And you install it from source just like any other tar.gz package would (./configure && make && make install).

  4. #4

    Re: installing a .bz2 package?

    In case others are wondering about bz2 packages and how to unpack.

    From demian at LNO

    Apart from the unpacking it's just like *tgz or *tar.gz. You can unpack it with bzcat packagename.tar.bz2 | tar xfv -

    It's also possible that you have a patched version of tar installed so you can use tar yxfv ... (I'm not too sure if it's y read tar --help for more info)

  5. #5
    Moderator
    Advisor
    redhead's Avatar
    Join Date
    Jun 2001
    Location
    Copenhagen, Denmark
    Posts
    811

    Re: installing a .bz2 package?

    It used to be: tar -Ixvf file.tar.bz2
    But from some rfc, they changed the latest tar versions to use 'J' instead, so using tar direct, will involve what version you have installed..

Similar Threads

  1. Getting to know release date of a package
    By tech291083 in forum Redhat / Fedora
    Replies: 2
    Last Post: 05-15-2007, 09:56 AM
  2. InfoPath 2003 post-Service Pack 1 hotfix
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:38 AM
  3. trouble installing a package..........
    By boblucci in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 12-25-2004, 05:06 PM
  4. mplayer is not installing on Red Hat Linux 9.0
    By in forum Linux - General Topics
    Replies: 4
    Last Post: 11-10-2003, 05:16 PM

Bookmarks

Posting Permissions

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