如何从命令行安装cygwin软件包?


15

初次安装cygwin时,我可以安装cygwin软件包,但是有什么类似的东西:

cyginstall git

有点像apt-get

Answers:


19

您应该可以不使用setup.exeGUI:

setup.exe -q -n -N -d -R c:\cygwin -s http://yourFavoriteMirror \ 
-l c:\localPackageDir -P  <comma-separated list of packages to install>

这是来自cygwin的邮件列表(和后续帖子)


太棒了 @giant_squid的答案很有帮助,但这是一个复选标记。
Jim Stewart

13

这个问题已经在这里过了。回答:

wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
chmod +x apt-cyg
mv apt-cyg /usr/local/bin/
apt-cyg install bc

2

您可以再次运行setup.exe并添加/删除软件包,也可以是第一次;)

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.