Skip to content

ashumkin/apt-cyg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

apt-cyg

Description

Install tool for cygwin similar to debian apt-get

Requirements

  • wget
  • bzip2
  • xz
  • tar
  • (g)awk

Commands

Command Description
install install packages
localinstall install packages from tars
remove remove packages
outdated list outdated packages
update update setup.ini
upgrade upgrade outdated packages
show show installed packages
find find packages matching patterns
describe describe packages matching patterns
packageof locate parent packages

Options

Option Description
--arch, -a redefine architecture (intended for fetching on different architecture machine)
--prefix, -p prefix to install packages to (for debug purposes; must be set first)
--mirror, -m set mirror
--cache, -c set cache
--category, -C install packages from specified category (mostly for using with --fetch (for pre-fetching))
--fetch fetch files only (not install)
--file, -f read package names from file
--force, -F force install (for "install" only)
--noupdate, -u don't update setup.ini from mirror
--help show this help
--version show version info

License and Author

  • Copyright:: 2005-9, Stephen Jungels
  • Copyright:: 2013, Alexey Shumkin
  • Copyright:: 2013, Denny Schäfer

Licensed under the GPL Version 1.0

https://www.gnu.org/licenses/old-licenses/gpl-1.0

Releases

No releases published

Packages

No packages published

Languages