tencrocs / fb4linux

Automatically exported from code.google.com/p/fb4linux
0 stars 0 forks source link

extracting file 'FB45ForLinux.tar.bz2' occured the flowing problem,any solution? #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Original issue reported on code.google.com by aiyon...@gmail.com on 16 Feb 2013 at 6:07

GoogleCodeExporter commented 8 years ago
cat FB45ForLinux* >FB45ForLinux.tar.bz2
then extrat the file....

Original comment by eshang...@gmail.com on 27 Feb 2013 at 12:55

GoogleCodeExporter commented 8 years ago
It does not work. I'm having the same problem, I believe that this happens by 
the way the file is being identified by the browser when downloading the file 
... application / octet-stream

Original comment by mateus.m...@gmail.com on 4 Mar 2013 at 2:48

GoogleCodeExporter commented 8 years ago
I have the same problem with "cat FB45ForLinux* >FB45ForLinux.tar.bz2", it does 
not work for me.

Any solution? 

Original comment by rsimonan...@gmail.com on 18 Mar 2013 at 11:48

GoogleCodeExporter commented 8 years ago
I treated it like a gzip file, and it extracted.

tar xvzf FB45ForLinux.tar.bz2

Or you can 

cat FB45ForLinux* >FB45ForLinux.tar.gz 

Original comment by fjv...@thetadelt.com on 14 Apr 2013 at 2:47

GoogleCodeExporter commented 8 years ago
you can do it like this:

cat FB4.5ForLinux* >FB4.5ForLinux.tar.gz 

then

tar -zvxf FB4.5ForLinux.tar.gz 

Original comment by shangke...@gmail.com on 21 Apr 2013 at 12:17

GoogleCodeExporter commented 8 years ago
check issue 76

Original comment by bruno...@gmail.com on 3 Dec 2013 at 12:33