Installation

如何從命令行安裝 cygwin 包?

  • January 29, 2016

當我第一次安裝 cygwin 時,我可以安裝一個 cygwin 包,但是有沒有類似的東西:

cyginstall git

有點像apt-get

您應該能夠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 郵件列表(和後續文章)

這個問題已經在這裡問過了。回答:

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

引用自:https://serverfault.com/questions/126093