Hi,
I am a new user running Raspbian Jessie (8.0) on a Raspberry Pi 2 B.
Everything seems to be running fine, I can run the applications that came with the Raspbian.
I am trying to install openFrameworks. I used curl -O to download the .tar.gz and as a result I can see the file in the file manager.
But when I try to uncompress it with tar vxfz *.tar.gz I get the following error:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
It seems to me that the .tar.gz file is not recognised as an archive. The file command returns the following information:
HTML document, ASCII text, with CRLF line terminators
Any help would be very much appreciated.
Thanks,
Ulla