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 |