I tried unzip file.zip, but the OS returned a response of:
bash: unzip: command not found
Main Topics
Browse All TopicsI run Debian 2.4.18. I downloaded a .zip file from a web site. I tried ./file, but OS reported "cannot execute binary file". How do I unzip this file?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I executed apt-get install unzip. It seemed to work okay. But when I tried to run ./doctorping.exe the OS replied bash: doctorping.exe: Permission denied
I ran chmod 777 doctorping.exe, but the OS replied: bash: doctorping.exe: cannot execute binary file
So then I tried to run doctorping.exe, but the OS replied: command not found
doctorping.exe is meant to run from the computer that downloaded doctorping.zip. I tried running it first from a virtual consol, then X-Window, but the result was the same. What do I do now?
Usually a .exe would be a windows binary, not a Linux executable and you can tell if that's the case by executing 'file doctorping.exe'. If it is a Linux binary you'll see something like:
wilowisp> file /bin/ls
/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs), stripped
and a windows binary would look like:
wilowisp> file MS03-026/Q823980i.EXE
MS03-026/Q823980i.EXE: MS-DOS executable (EXE), OS/2 or MS Windows
I suspect that what you downloaded was from http://www.dslreports.com/
Business Accounts
Answer for Membership
by: nolan_567Posted on 2004-03-12 at 11:55:59ID: 10583891
try unzip file.zip