Go to file
Steven Penny e83c360a05 Merge pull request #20 from kuc/improve-readme
Improve README.md
2014-07-26 06:14:12 -05:00
CHANGELOG.md Update README 2014-06-11 07:32:30 -05:00
README.md Improve README 2014-07-26 13:05:32 +02:00
apt-cyg Fix #18 2014-06-28 02:20:26 -05:00
apt-msys2 Download function 2014-05-26 00:04:00 -05: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. The syntax is similar to apt-get. Usage examples:

  • apt-cyg install <package names> to install packages
  • apt-cyg remove <package names> to remove packages
  • apt-cyg update to update setup.ini
  • apt-cyg list [pattern(s)] to list packages matching given pattern. If no pattern is given, list all installed packages.
  • apt-cyg show <pattern(s)> to show packages matching patterns
  • apt-cyg search <commands or files> to locate parent packages

Quick start

apt-cyg is a simple script. To install:

# wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg

then place it in a /bin folder on your path:

# mv apt-cyg /bin/apt-cyg

and make it executable:

chmod +x /bin/apt-cyg

Example use of apt-cyg:

# apt-cyg install nano

Contributing

This project has been re-published on GitHub to make contributing easier. Feel free to fork and modify this script.

The Google Code project also has a list of open issues.