Open GoogleCodeExporter opened 9 years ago
cat FB45ForLinux* >FB45ForLinux.tar.bz2
then extrat the file....
Original comment by eshang...@gmail.com
on 27 Feb 2013 at 12:55
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
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
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
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
check issue 76
Original comment by bruno...@gmail.com
on 3 Dec 2013 at 12:33
Original issue reported on code.google.com by
aiyon...@gmail.com
on 16 Feb 2013 at 6:07