Computer Tips - How can I find what cygwin package a command is in ?

Date: 2015feb11 Product: cygwin Q. How can I find what cygwin package a command is in ? Is there a command like yum, dnf, apt-get ? A. Use cygcheck like this:
cygcheck -p <string>
For example to find uptime:
cygcheck -p uptime.exe