Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/10sr/pac-cyg
Pacman-like Package Manager for Cygwin (Fork of apt-cyg)
https://github.com/10sr/pac-cyg
Last synced: 3 months ago
JSON representation
Pacman-like Package Manager for Cygwin (Fork of apt-cyg)
- Host: GitHub
- URL: https://github.com/10sr/pac-cyg
- Owner: 10sr
- License: gpl-3.0
- Archived: true
- Created: 2014-03-12T14:22:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T17:32:24.000Z (over 5 years ago)
- Last Synced: 2024-08-01T03:31:33.365Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CAUTION
=======**This repository is not actively maintained now.**
pac-cyg
=======A command-line installer for Cygwin which cooperates with Cygwin Setup and uses
the same repository. The options are similar to `pacman` of Arch Linux.Basic Usage Examples
-----------To install packages, issue `pac-cyg -S tmux`.
Type `pac-cyg -Qs` to search installed packages, and `pac-cyg -R tmux`
to remove.You have to run `pac-cyg -Sy` at least once to search or install packages.
Options
--------pac-cyg [ ...] [ ...]
Operations:
-S Sync packages
-Q Query installed packages
-R Remove packages
-V Show versionUse 'pac-cyg -h' with an operation for available options for that operation.
### -S (Sync) ###
Synchronize packages (installing, searching remote repositories, ...).
Available options are:-s Search repositories
-i Show infos about packages
-y Update repository databases
-h Print this helpNo option to install packages.
### -Q (Query) ###
Query to view installed packages. Available options are:
-s Search installed packages
-i Show infos about installed packages (very simple, use -Si for
details)
-o Find package who owns given files or commands
-l List files owned by packages
-h Print this help### -R (Remove) ###
Remove installed packages.
License
-------This software is released under the GNU General Public License. See LICENSE for
details.Acknowledgment
--------------`pac-cyg` is a fork project of [apt-cyg](https://code.google.com/p/apt-cyg/) by
Stephen Jungels, which provides an apt-get like interface for managing packages.
Thanks!