Unix Technical Forum

How to extract a tbz file.

This is a discussion on How to extract a tbz file. within the Debian Linux support forums, part of the Debian Linux category; --> John Hasler wrote: > Linc0re wrote: > > Why are you trying to compile it? There is a file-roller ...


Go Back   Unix Technical Forum > Unix Operating Systems > Debian Linux > Debian Linux support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #11 (permalink)  
Old 02-19-2008, 07:52 PM
Henk Oegema
 
Posts: n/a
Default Re: How to extract a tbz file.

John Hasler wrote:

> Linc0re wrote:
>
> Why are you trying to compile it? There is a file-roller package in
> Debian. 'apt-cache search tbz' would have found it for you. Just install
> it with 'apt-get install file-roller'.


Thanks very much.
It's working now.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 02-20-2008, 04:42 AM
sk8r-365
 
Posts: n/a
Default Re: How to extract a tbz file.

Thus spake Dave Uhring:
> On Tue, 19 Feb 2008 09:43:34 -0600, sk8r-365 wrote:
>
>> Just downloaded the file from http://soft.pmad.net/files/k8055/ Clicked
>> (Gnome desktop) and File Roller opened it right up. I then extracted it
>> - 6.1MB (6383712 bytes) file.

>
> Clicky, clicky nonsense!
>
> [duhring@einstein /tmp]$ tar jxf k8055-utbm-full.tbz
> [duhring@einstein /tmp]$ ls -F
> Documentation/ LO22.pdf k8055-utbm-full.tbz
> K8055/ MacOSX Projet XCode/ src/


LOL! Was trying to keep it *easy* for him ...

--
sk8r-365
For brass I will bring gold, and for iron I will bring silver, and
for wood brass, and for stones iron: I will also make thy officers
peace, and thine exactors righteousness. -- Isaiah 60:17
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 02-20-2008, 04:22 PM
Henk Oegema
 
Posts: n/a
Default Re: How to extract a tbz file.

>
> LOL! Was trying to keep it *easy* for him ...
>

I found out (LATER) that ARK can do everything.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-20-2008, 04:22 PM
Dave Uhring
 
Posts: n/a
Default Re: How to extract a tbz file.

On Wed, 20 Feb 2008 14:04:40 +0100, Henk Oegema wrote:


>> LOL! Was trying to keep it *easy* for him ...
>>

> I found out (LATER) that ARK can do everything.


No GUI can ever do "everything". It is trivial enough to learn how to use
system utilities from the shell prompt. If you don't do that you will
surely have problems recovering from a situation where your GUI fails to
load.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-20-2008, 04:22 PM
sk8r-365
 
Posts: n/a
Default Re: How to extract a tbz file.

Thus spake Dave Uhring:
> On Wed, 20 Feb 2008 14:04:40 +0100, Henk Oegema wrote:
>
>> I found out (LATER) that ARK can do everything.

>
> No GUI can ever do "everything". It is trivial enough to learn how to use
> system utilities from the shell prompt. If you don't do that you will
> surely have problems recovering from a situation where your GUI fails to
> load.


Henk,
Listen to Dave here, this is good advise he's given.

--
sk8r-365
Hath he smitten him, as he smote those that smote him? or is he
slain according to the slaughter of them that are slain by him?
-- Isaiah 27:7
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-20-2008, 04:22 PM
Henk Oegema
 
Posts: n/a
Default Re: How to extract a tbz file.

Dave Uhring wrote:

> On Wed, 20 Feb 2008 14:04:40 +0100, Henk Oegema wrote:
>
>
>>> LOL! Was trying to keep it *easy* for him ...
>>>

>> I found out (LATER) that ARK can do everything.

>
> No GUI can ever do "everything". It is trivial enough to learn how to use
> system utilities from the shell prompt. If you don't do that you will
> surely have problems recovering from a situation where your GUI fails to
> load.

You are completely right of course.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 03-07-2008, 02:28 PM
Ken Teague
 
Posts: n/a
Default Re: How to extract a tbz file.

Dan C wrote:
> On Tue, 19 Feb 2008 15:29:32 +0100, Henk Oegema wrote:
>
>> Can somebody tell me please how to extract a tbz file in Debian?
>>
>> (I tried bunzip2, but get unknown command.
>> doing a apt-get install bunzip2 can't find it)

>
> Perhaps: tar -xjvf <filename>


I'm pretty sure the hyphen is depreciated.

tar xvjf <filename>

Henk,

x = extract
v = verbose
j = bzip2 file extraction support (since it's a .tbz file)
f = filename to extract


- Ken
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 03-07-2008, 02:28 PM
Dan C
 
Posts: n/a
Default Re: How to extract a tbz file.

On Thu, 06 Mar 2008 21:01:36 -0800, Ken Teague wrote:

>> Perhaps: tar -xjvf <filename>


> I'm pretty sure the hyphen is depreciated.


Perhaps it is, but it still works. Old habits die hard.

Do you feel better for nitpicking the (correct) answer that I gave to the
question?


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 03-07-2008, 02:28 PM
Ken Teague
 
Posts: n/a
Default Re: How to extract a tbz file.

Dan C wrote:
> Perhaps it is, but it still works. Old habits die hard.
>
> Do you feel better for nitpicking the (correct) answer that I gave to the
> question?


No, I feel indifferent... but the question is do *you* feel better?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 03-07-2008, 02:28 PM
Dan C
 
Posts: n/a
Default Re: How to extract a tbz file.

On Fri, 07 Mar 2008 06:37:46 -0800, Ken Teague wrote:

>> Do you feel better for nitpicking the (correct) answer that I gave to the
>> question?


> No, I feel indifferent... but the question is do *you* feel better?


Do I feel better for having done *what*? I'm not the one doing the
nitpicking.

> User-Agent: Thunderbird 2.0.0.12 (Windows/20080213)


Ahhh. Well, that helps to explain things a little.


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:02 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com