首页 > 代码库 > cygwin 安装 apt-cyg
cygwin 安装 apt-cyg
git 地址 https://github.com/transcode-open/apt-cyg
git上的使用说明
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. The syntax is similar to apt-get. Usage examples:
apt-cyg install <package names>
to install packagesapt-cyg remove <package names>
to remove packagesapt-cyg update
to update setup.iniapt-cyg list [pattern(s)]
to list packages matching given pattern. If no pattern is given, list all installed packages.apt-cyg show <pattern(s)>
to show packages matching patternsapt-cyg search <commands or files>
to locate parent packages
Quick start
apt-cyg is a simple script. To install:
# wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg
then place it in a /bin
folder on your path:
# mv apt-cyg /bin/apt-cyg
and make it executable:
chmod +x /bin/apt-cyg
Example use of apt-cyg:
# apt-cyg install nano
cygwin 安装 apt-cyg
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。