Go to file
Steven Penny 27570bae67 new file: go/README.md
modified: go/go-cyg.go
2015-04-16 22:35:48 -05:00
go new file: go/README.md 2015-04-16 22:35:48 -05:00
CHANGELOG.md Update README 2014-06-11 07:32:30 -05:00
README.md modified: README.md 2015-04-16 21:54:46 -05:00
apt-cyg Fix #43 2015-04-16 11:25:40 -05:00
apt-msys2 searchall: account for broken lines 2014-11-12 15:18:43 -06:00

README.md

apt-cyg

apt-cyg is a Cygwin package manager. It includes a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository.

Command Description Analog
install Install packages apt-get install
remove Remove packages apt-get remove
update Update setup.ini apt-get update
show Displays the package records for the named packages apt-cache show
list List packages matching given pattern. If no pattern is given, list all installed packages. dpkg --list
search Search for a filename from installed packages dpkg --search
download Download only - do NOT install or unpack archives apt-get install --download-only
depends Performs recursive dependency listings apt-cache depends
listfiles List files owned by packages dpkg --listfiles
searchall Search for a filename from all available packages apt-file search

Quick start

apt-cyg is a simple script. To install:

lynx -source rawgit.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
install apt-cyg /bin

Example use of apt-cyg:

apt-cyg install nano