码迷,mamicode.com
首页 > Windows程序 > 详细

cygwin 安装 apt-cyg

时间:2014-10-15 12:25:50      阅读:320      评论:0      收藏:0      [点我收藏+]

标签:des   http   os   使用   ar   for   sp   art   on   

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 packages
  • apt-cyg remove <package names> to remove packages
  • apt-cyg update to update setup.ini
  • apt-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 patterns
  • apt-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

标签:des   http   os   使用   ar   for   sp   art   on   

原文地址:http://www.cnblogs.com/asnjudy/p/4025887.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!