Skip to content

standino/apt-cyg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

apt-cyg

Fork of apt-cyg from http://code.google.com/p/apt-cyg/

Intro

apt-cyg is 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 " to install packages
  • "apt-cyg remove " to remove packages
  • "apt-cyg update" to update setup.ini
  • "apt-cyg show" to show installed packages
  • "apt-cyg find <pattern(s)>" to find packages matching patterns
  • "apt-cyg search " to find packages matching patterns (alias of find)
  • "apt-cyg describe <pattern(s)>" to describe packages matching patterns
  • "apt-cyg packageof " to locate parent packages

Quick start

First install curl and wget through the standard cygwin setup program. Then run the following commands:

# curl -o /usr/bin/apt-cyg https://raw.github.com/cfg/apt-cyg/master/apt-cyg
# chmod +x /usr/bin/apt-cyg

use apt-cyg, for example:

# apt-cyg install nano

About

fork of apt-cyg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%