Unix Technical Forum

SEO

vBulletin Search Engine Optimization


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
  #1 (permalink)  
Old 02-19-2008, 03:39 PM
Henk Oegema
 
Posts: n/a
Default How to extract a tbz file.

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)

Thanks

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

Am Tue, 19 Feb 2008 15:29:32 +0100
schrieb Henk Oegema <henk@oegema.com>:

> 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)
>
> Thanks
>



Hello,

"apt-cache search file-roller" or "aptitude search file-roller"

here is a Feature List,

http://fileroller.sourceforge.net/

Application is Included in the Installation Media.

best regards,
Daniel Belleflamme
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 03:39 PM
Dan C
 
Posts: n/a
Default Re: How to extract a tbz file.

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>


--
"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
  #4 (permalink)  
Old 02-19-2008, 03:39 PM
Henk Oegema
 
Posts: n/a
Default Re: How to extract a tbz file.

Linc0re wrote:

> Am Tue, 19 Feb 2008 15:29:32 +0100
> schrieb Henk Oegema <henk@oegema.com>:
>
>> 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)
>>
>> Thanks
>>

>
>
> Hello,
>
> "apt-cache search file-roller" or "aptitude search file-roller"

I'm using KDE
Tried it in KDE but it won't compile
>
> here is a Feature List,
>
> http://fileroller.sourceforge.net/
>
> Application is Included in the Installation Media.
>
> best regards,
> Daniel Belleflamme


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 03:39 PM
Henk Oegema
 
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>
>
>

asterisk:/home/henkoegema/Desktop/K8055/k8055# tar -xjvf k8055-utbm-full.tbz
tar: k8055-utbm-full.tbz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

But the file 'k8055-utbm-full.tbz' exist. (???)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 03:39 PM
sk8r-365
 
Posts: n/a
Default Re: How to extract a tbz file.

Thus spake Henk Oegema:

> asterisk:/home/henkoegema/Desktop/K8055/k8055# tar -xjvf k8055-utbm-full.tbz
> tar: k8055-utbm-full.tbz: Cannot open: No such file or directory
> tar: Error is not recoverable: exiting now
> tar: Child returned status 2
> tar: Error exit delayed from previous errors
>
> But the file 'k8055-utbm-full.tbz' exist. (???)


What's the file size? Zero?

--
sk8r-365
Hear, O heavens, and give ear, O earth: for the LORD hath spoken,
I have nourished and brought up children, and they have rebelled
against me. -- Isaiah 1:2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 03:39 PM
SINNER
 
Posts: n/a
Default Re: How to extract a tbz file.

* Henk Oegema wrote in alt.os.linux.debian:

> 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>
>>
>>

> asterisk:/home/henkoegema/Desktop/K8055/k8055# tar -xjvf
> k8055-utbm-full.tbz tar: k8055-utbm-full.tbz: Cannot open: No such
> file or directory tar: Error is not recoverable: exiting now
> tar: Child returned status 2
> tar: Error exit delayed from previous errors
>
> But the file 'k8055-utbm-full.tbz' exist. (???)


Seems to me that it cant find the file, try:

tar -xjvf ./k8055-utbm-full.tbz

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

Thus spake Henk Oegema:
> 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>
>>
>>

> asterisk:/home/henkoegema/Desktop/K8055/k8055# tar -xjvf k8055-utbm-full.tbz
> tar: k8055-utbm-full.tbz: Cannot open: No such file or directory
> tar: Error is not recoverable: exiting now
> tar: Child returned status 2
> tar: Error exit delayed from previous errors
>
> But the file 'k8055-utbm-full.tbz' exist. (???)


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.

--
sk8r-365
Hear, O heavens, and give ear, O earth: for the LORD hath spoken,
I have nourished and brought up children, and they have rebelled
against me. -- Isaiah 1:2
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-19-2008, 03:39 PM
Dave Uhring
 
Posts: n/a
Default Re: How to extract a tbz file.

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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (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
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



All times are GMT. The time now is 09:29 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62