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  to install packages
apt-cyg remove  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  to locate parent packages
Quick start
apt-cyg is a simple script. To install:

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

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-04
  • 2022-01-22
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案