Cygwin package management

From wikinotes
Revision as of 04:00, 2 July 2022 by Will (talk | contribs) (Created page with "Cygwin doesn't ship with a package manager.<br> Instead, you call the installer with params to install packages (or use the GUI). = Documentation = <blockquote> {| class="wikitable" |- | std cygwin packages || http://lug.mtu.edu |- | cygports packages || http://mirrors.kernel.org/sources.redhat.com/cygwinports/ |} </blockquote><!-- Documentation --> = Usage = <blockquote> <syntaxhighlight lang="bash"> # start cygwin with GPG key for cygports /path/to/setup-x86.exe -K h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Cygwin doesn't ship with a package manager.
Instead, you call the installer with params to install packages (or use the GUI).

Documentation

std cygwin packages http://lug.mtu.edu
cygports packages http://mirrors.kernel.org/sources.redhat.com/cygwinports/

Usage

# start cygwin with GPG key for cygports
/path/to/setup-x86.exe -K http://cygwinports.org/ports.gpg

# install packages
setup-x86.exe -q -P vim,bc,git,xorg,nc