Cygwin how do I install **all** packages

Aleena Rajput 1 Reputation point
2022-08-23T07:08:03.773+00:00

I want to install all packages from cygwin here as well as in installed Lynx in the snippet below. How do I check them all at one or two clicks so that I do not need go one item by other ?

What programs can I expect to obtain to be installed besides BASH like commands; there are hundreds of them ?

233915-mjg7g.jpg

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,099 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 17,311 Reputation points MVP
    2023-06-26T01:01:00.3633333+00:00

    The following commands can be used to check the status of the installed packages in Cygwin.

    cygcheck –c
    
    cygcheck --check-setup
    

    https://cygwin.com/cygwin-ug-net/cygcheck.html

    0 comments No comments