使用Cygwin安装setup-x86.exe选择安装依赖的工具:
wget
,tar
,gawk
,bzip2
之后执行以下安装操作
$ wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyg
$ chmod +x apt-cyg
$ install apt-cyg /bin
$ rm apt-cyg
// 安装curl测试
$ apt install curl
网友评论