User Tools

Site Tools


useful_cygwin_packages

This is an old revision of the document!


Useful cygwin packages

In addition to MinTTY - A decent native Windows shell, CYGWIN SSH server for Windows, and CYGWIN Cron under Windows, there are a few useful general purpose cygwin packages:

  • lynx
  • links
  • nano
  • wget
  • netcat
  • curl
  • rsync
  • zip
  • unzip
  • vim
  • chere - Creates "open a shell here" context menu entry for arbitrary shells & terminal emulators
  • Development:
    • gcc4-core
    • gcc4-g++
    • gdb
    • make

Command-line cygwin package installer

To install additional cygwin packages later on from the command line, you can use apt-cyg, which works like apt-get, but pulls its stuff from the normal cygwin repos. To install:

wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
chmod +x apt-cyg
mv apt-cyg /usr/local/bin/

To use:

apt-cyg install chere
useful_cygwin_packages.1302893897.txt.gz · Last modified: 2011/04/15 11:58 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki