How to find out the current cygwin version?

Larry Hall (Cygwin) reply-to-list-only-lh@cygwin.com
Fri Sep 8 15:41:00 GMT 2017


On 09/08/2017 12:44 AM, David Billinghurst wrote:
> On 8/09/2017 14:39, Ben Stover via cygwin wrote:
> 
>> Assume I get to another (Windows) computer where Cygwin is already installed.
>>
>> How can I find out which version of Cygwin is currently installed?
> cygcheck --version             # for cygwin dll
> cygcheck  --check-setup   # for all packages

To do a check of all installed packages, the second option is really the
only choice.  But if you're just looking for version of the Cygwin DLL,
"uname -r" is an alternative to the first option that is a bit more
UNIXy/Linuxy.  As such, it may be preferable if you're checking this in a
script that is meant to be cross-platform.


-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list