有没有简单的方法可以在 Cygwin 中安装软件包列表?

有没有简单的方法可以在 Cygwin 中安装软件包列表?

有没有一种简单的方法来安装软件包列表赛格威

我尝试过命令行参数,但没有成功。

例如,我尝试了以下操作,但卸载失败wget

./setup-x86_64.exe -q -x wget

答案1

以下适用于卸载

wget http://cygwin.org/setup-x86_64.exe
chmod 766 setup-x86_64.exe
./setup-x86_64.exe -nq -x wget

以下内容用于安装软件包

./setup-x86_64.exe -nq -P autoconf,automake,binutils,cygport,cygwin-devel,gcc-core,git,libcom_err-devel,libcom_err2,libcrypt-devel,libcrypt0,libedit-devel,libedit0,libgcc1,libgssapi_krb5_2,libiconv-devel,libiconv2,libintl-devel,libintl8,libk5crypto3,libkrb5-devel,libkrb5_3,libkrb5support0,libncurses-devel,libncursesw10,libopenssl100,libssp0-4.9.2-3,make,openssl-devel,w32api-headers,w32api-includes,zlib-devel,zlib0-1.2.8-3,git,wget

并查看已安装的所有软件包运行

cygcheck -c

相关内容