Apt-cyg, an apt-get like tool for Cygwin. Contribute to taoqiblog/apt-cyg development by creating an account on GitHub.
github.com/transcode-open/apt-cyg Operations install Install package(s). remove Remove package(s) from the system. update Download a fresh copy of the master package list (setup.ini) from the server defined in setup.rc. download Retrieve package(s) from the server, but do not install/upgra...
1、下载地址 https://github.com/transcode-open/apt-cyg 2、apt-cyg文件放入/usr/local/bin 3、修改/home/当前用户/.profile文件,将/usr/local/bin加入环境变量 export PATH=$PATH:/usr/local/bin 4、设置下载源 apt-cyg mirror https://mirrors.aliyun.com/cygwin...
https://github.com/transcode-open/apt-cyg apt-cyg is a simple script. To install: lynx -source https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg > apt-cyginstallapt-cyg /bin
2,安装wget,这是一个网络下载工具。在接下来的安装界面中搜索安装即可。 3,安装apt-cyg,安装之前需要自己搞定git。 以上是github上的开放项目中安装以及测试的方法,安装不方便就可以直接去官方找一下最原始的code。 4,做个测试 我电脑中没有nano 安装成功。
github地址为https://github.com/westfly/apt-cyg,可以直接下载。 1. 安装包 apt-cyg install bc 1. 查找包 apt-cyg find php 1. 设置下载站点和缓存目录 apt-cyg -c /cygdrive/d/downloads/cygwin -m http://mirrors.163.com/cygwin/ find php ...
master 分支(1) 管理 管理 master 克隆/下载 克隆/下载 HTTPSSSHSVNSVN+SSH下载ZIP 该操作需登录 Gitee 帐号,请先登录后再操作。 立即登录没有帐号,去注册 提示 下载代码请复制以下命令到终端执行 为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置 ...
Github上托管了39种shell语言版的apt-cyg,点击连接便可看到,本文要说的是搜索结果排第一的transcode-open/apt-cyg,遵循MIT开源协议发布,2016年发布v1版本后便再未更新过。它其实就是一个Shell脚本,帮助用户查找、安装、卸载软件包,还可以根据文件名称反向查找所属的软件包。
git clone https://github.com/transcode-open/apt-cyg.git cd apt-cyg install apt-cyg /bin 注意:这里的install命令是Cygwin特有的,用于将文件复制到/bin目录并设置执行权限。 方法二:使用wget下载 如果你没有安装Git,可以使用wget命令直接从GitHub的原始文件URL下载apt-cyg脚本: bash wget -c https://raw...
github.com/transcode-open/apt-cyg Operations install Install package(s). remove Remove package(s) from the system. update Download a fresh copy of the master package list (setup.ini) from the server defined in setup.rc. download Retrieve package(s) from the server, but do not install/upgra...