Wednesday, December 28, 2011

Cygwin package info

The Cygwin tool for querying the package database is cygcheck. It's like a read-only version of dpkg or rpm. For example:
$ which ssh
/usr/bin/ssh
$ cygcheck -f `which ssh`
openssh-5.9p1-1

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Jekyll Pages List

Getting a list of pages in a Jekyll site is easy, but paring that down to just the top-level files and the index pages is tricky. {% for p...