howardjones / network-weathermap

Network Weathermap draws diagrams from data
http://www.network-weathermap.com/
MIT License
425 stars 94 forks source link

I can't Unzip #283

Open BrunerHoes opened 3 years ago

BrunerHoes commented 3 years ago

hello, i try to install weathermap but i can't unzip de file. I have this error : End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. cannot find zipfile directory in one of php-weathermap-0.98a.zip or php-weathermap-0.98a.zip.zip, and cannot find php-weathermap-0.98a.zip.ZIP, period. network-weathermap-version-0.98a.zip

I search a solution in internet but all solution is not working. for unzip the file i try the command : jar unzip php-weathermap-0.98a.zip ``

howardjones commented 3 years ago

The file hasn't changed in years, and you are the first person to say this, so I think it is probably at your end. Also you DON'T want the file that GitHub calls "source code", you want the one named php-weathermap-0.98a.zip (not network-weathermap-version-0.98a.zip).

I just downloaded both, and they unzip fine for me with 7zip, and with a really old (2005!) version of Info-zip unzip, too...

If you are on linux, yum install unzip or apt-get install unzip should get you a working unzip command, depending on your linux version.