https://github.com/10sr/pac-cyg
Pacman-like Package Manager for Cygwin (Fork of apt-cyg)
https://github.com/10sr/pac-cyg
Last synced: about 1 year 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T17:32:24.000Z (about 7 years ago)
- Last Synced: 2024-10-28T02:21:00.928Z (over 1 year 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 version
Use '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 help
No 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!