Jump to content

Linux BZ2?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
Frantic

Frantic

    Learning Programmer

  • Members
  • PipPipPip
  • 91 posts
I just downloaded a Linux program and it is .bz2 format. I tried using tar -zxvf but it couldn't unzip it. How do I unzip this thing in linux?

#2
Guest_CheeseBurgerMan_*

Guest_CheeseBurgerMan_*
  • Guests
tar jxvf

tar zxvf is for gzipped tar files (tar.gz)

EDIT: If that doesn't work for you, try to run tar yxvf since some versions of tar use that operator rather than the j for bzip2 files

#3
Ronin

Ronin

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 309 posts
Thanks! Had to use this just now myself!

#4
Guest_Kaabi_*

Guest_Kaabi_*
  • Guests
Linux has some weird extentions that I've never heard of before. I guess that's the price that has to be paid for that awesome interface.

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well thats why I dont use Linux because of all these command you have to write etc! but I use it on a virtual PC but well not that much I just play around with it!

#6
TkTech

TkTech

    The Crazy One

  • Moderators
  • 1,396 posts
Jesh, your telling me. I know 28 languages, and about every "standard" and debug tool for command line ever made for linux and dos.