apt-cyg changelog.md readme.md status.md README MIT license apt-cyg apt-cyg is a Cygwin package manager. It includes a command-line installer for Cygwin which cooperates with Cygwin Setup and uses the same repository. github.com/transcode-open/apt-cyg ...
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...
GNU/Linux世界里常用有apt-get、yum、pacman等著名的命令行包管理器,成熟稳定、强大无比,Cygwin下则有apt-cyg这个有好易用的命令行包管理器,从名字一看便是模仿apt-get。Github上托管了39种shell语言版的apt-cyg,点击连接便可看到,本文要说的是搜索结果排第一的transcode-open/apt-cyg,遵循MIT开源协议发布,2016...
This project has been re-published on GitHub to make contributing easier. Feel free to fork and modify this script. TheGoogle Code projecthas a list of open issues. 简介 Apt-cyg, an apt-get like tool for Cygwin 暂无标签 MIT 保存更改 ...
安装了apt-cyg就能向使用Ubuntu一样使用apt-get install/remove命令安装卸载软件了,非常方便。 安装apt-cyg需要依赖的包有如下几个,在上图的页面中都选择上: wget tar gawk bzip2 然后一路下一步就可以了。 2.添加apt-cyg 去GitHub下载脚本:https://github.com/transcode-open/apt-cyg ...
2,安装wget,这是一个网络下载工具。在接下来的安装界面中搜索安装即可。 3,安装apt-cyg,安装之前需要自己搞定git。 以上是github上的开放项目中安装以及测试的方法,安装不方便就可以直接去官方找一下最原始的code。 4,做个测试 我电脑中没有nano 安装成功。
Cygwin的包管理工具setup.exe实在是难用的让人蛋碎。于是就有了这样一个apt-cyg,可以提供类似于 apt-get 的体验。 apt-cyg使用bash编写,所以连编译都省了。 安装apt-cyg #wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg git clone https://github.com/transcode-open/apt-cyg.git ...
apt-cyg的安装脚本通常可以从其GitHub仓库获取。你可以使用wget或curl命令来下载这个脚本。打开Cygwin终端,并输入以下命令: bash wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg -O /usr/local/bin/apt-cyg 或者,如果你更喜欢使用curl: bash curl -o /usr/local/bin/apt-cyg...
Then use apt-cyg, for example: apt-cyg install nano Contributing This project has been re-published on GitHub to make contributing easier. Feel free to fork and modify this script. The Google Code project has a list of open issues.About...