How to view installed packages in Cygwin

In this article, we will discuss how to view installed packages in Cygwin. is a Unix-like environment and command-line interface for Microsoft Windows, providing a large collection of GNU and open-source tools that provide functionality similar to a Linux distribution. It also includes a DLL (Cygwin1.dll) that provides substantial POSIX API functionality. Please see How to view installed packages in Cygwin on Windows, How to determine Cygwin version in Windows, and How to install additional packages via Cygwin.
Also, see How to install Ansible on Windows with Cygwin, and How to install Kerberos packages with Cygwin on Windows.
View Installed Package
The following commands can be used to check the status of the installed packages in Cygwin.
cygcheck –c
cygcheck --check-setup
1: Cygcheck –c
The first method will prompt us with the following result using the command below “cygcheck –c“
Here is How to Edit Windows Hosts File via PowerToy Editor Utility, and how to Enable Autologon and Autostart for user session.
2: Cygcheck –check-setup
Using the second method, we will also have the same result as shown below “cygcheck –check-setup“
You will have to use the scroll bar to scroll through if you have a lot of applications installed.
I hope you found this blog post on how to view installed packages in Cygwin helpful. If you have any questions, please let me know in the comment session.

