2019.2現在は以下がアクティブなようだ。
GitHub - kou1okada/apt-cyg: Apt-cyg, an apt-get like tool for Cygwin
wget, ca-certificates, gnupg,iconv はsetupで入れる。 $ git clone https://github.com/kou1okada/apt-cyg.git $ ln -s `pwd`/apt-cyg /usr/local/bin/
以下は古い記述
$ git clone https://github.com/transcode-open/apt-cyg.git Cloning into 'apt-cyg'... remote: Reusing existing pack: 308, done. remote: Total 308 (delta 0), reused 0 (delta 0) Receiving objects: 100% (308/308), 81.23 KiB, done. Resolving deltas: 100% (155/155), done. $ ln -s `pwd`/apt-cyg/apt-cyg /bin/ $ apt-cyg usage: apt-cyg [command] [options] [packages] Commands: install Install packages remove Remove packages update Update setup.ini download Download only - do NOT install or unpack archives show Displays the package records for the named packages depends Performs recursive dependency listings rdepends Display packages which require X to be installed, AKA show reverse dependencies list List packages matching given pattern. If no pattern is given, list all installed packages. listfiles List files owned by packages search Search for a filename from installed packages searchall Search for a filename from all available packages Options: -c, --cache <dir> set cache -f, --file <file> read package names from file -m, --mirror <url> set mirror --help --version
以下は古い記述
http://code.google.com/p/apt-cyg/
$ svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/
$ chmod +x /bin/apt-cyg
http://rcmdnk.github.io/blog/2013/06/24/computer-windows-git-cygwin/
$ apt-cyg update -m http://ftp.jaist.ac.jp/pub/cygwin/
apt-cache search相当が見あたらないが、
パッケージ説明から検索
http://zashikiro.hateblo.jp/entry/2013/06/25/000132
$ apt-cyg describe . | less
めも