Go to file
Steven Penny d5a8c42eb1 apt-msys2
This is a file similar to apt-cyg. It will install packages from the MSYS2
project. It will only be practical for packages from the "MINGW" repo, as
packages from the "MSYS2" repo would require the MSYS2 dll.

I have a need for this because Cygwin Tcl/Tk requires X11. MSYS2 Tcl/Tk does not
require X11, so it can run much faster.
2014-05-25 06:02:57 -05:00
README.md Update README.md 2014-03-16 06:59:17 -05:00
apt-cyg Remove case statement 2014-05-24 20:35:41 -05:00
apt-msys2 apt-msys2 2014-05-25 06:02:57 -05:00

README.md

apt-cyg

apt-cyg is 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. 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

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.

Changelog

[2013-10-23] added multiarch support, autor: https://github.com/aguynamedryan/apt-cyg

[2013-10-23] added xz archives support, autor: ernierasta