apt-cyg/README.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2013-07-28 09:10:06 -07:00
apt-cyg
=======
2014-06-11 05:32:30 -07:00
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
2014-03-14 08:50:55 -07:00
* `apt-cyg search <commands or files>` to locate parent packages
2013-07-28 09:20:21 -07:00
Quick start
-----------
apt-cyg is a simple script. Once you have a copy, make it executable:
# chmod +x /bin/apt-cyg
Optionally place apt-cyg in a bin/ folder on your path.
Then use apt-cyg, for example:
# apt-cyg install nano
2013-07-28 09:26:43 -07:00
Contributing
------------
This project has been re-published on GitHub to make contributing easier. Feel
free to fork and modify this script.
2013-07-28 09:26:43 -07:00
The [Google Code project](http://apt-cyg.googlecode.com) also has a list of
open issues.