objdump not found on cygwin

cygwin, dwarf, elf, objdump

Solution

Download the Cygwin setup.exe and use it to install the `binutils` package.

Problem

I will like to use the objdump command on cygwin. I get the exception: -bash: objdump: command not found why cygwin is not able to find objdump? EDIT ---- I am able to see binutils at http://cygwin.com/packages/ . once I find the binutils package I click on it and it takes me to here. How do I install it? what am I supposed to do once I got there?

Original source