Computer Tips - cygwin: Find what cygwin package a command is in

Date: 2015feb11 Update: 2025jul31 Product: cygwin Q. cygwin: 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