Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-05-2005, 07:30 PM   #1 (permalink)
 
Ultra Techie

Join Date: Dec 2004

Location: New Brunswick, Canada

Posts: 511

LegendBreath

Send a message via MSN to LegendBreath
Default How can I extract a tar.bz2 file?

Hi,
I got a file with the extension tar.bz2, how can I extract it?
I tried :

tar cvf binutils-2.14.tar.bz2 /mnt/legend/sources/binutils
and
tar xvf binutils-2.14.tar.bz2 /mnt/legend/sources/binutils

but, it doesn't work...

Someone can help me?
__________________
LegendBreath is offline  
Old 04-05-2005, 08:18 PM   #2 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

tar xjvf <filename>

OR

bunzip2 <filename> then tar xvf <newfilename>
horndude is offline  
Old 04-06-2005, 10:00 PM   #3 (permalink)
 
Super Techie

Join Date: Nov 2004

Posts: 330

Amd64Boy

Default

you can extract it with Ark or another archiving programs then if you want to install it just cd into the extracted folder and install
Amd64Boy is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On