我第一次安装 cygwin 时可以安装 cygwin 包,但是是否有类似的东西:
cyginstall git
就像apt-get?
答案1
您应该能够setup.exe
在没有 GUI 的情况下使用:
setup.exe -q -n -N -d -R c:\cygwin -s http://yourFavoriteMirror \
-l c:\localPackageDir -P <comma-separated list of packages to install>
这是来自cygwin 邮件列表(以及后续帖子)
答案2
这个问题已经问过了这里。 回答:
wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
chmod +x apt-cyg
mv apt-cyg /usr/local/bin/
apt-cyg install bc
答案3
您可以再次运行setup.exe并添加/删除包,就像第一次一样;)