apt-cyg/README.md

63 lines
1.1 KiB
Markdown
Raw Normal View History

2013-07-28 09:10:06 -07:00
apt-cyg
=======
2014-06-11 05:32:30 -07:00
apt-cyg is a Cygwin package manager. It includes a command-line installer for
2014-10-26 16:40:21 -07:00
Cygwin which cooperates with Cygwin Setup and uses the same repository.
<table>
<thead>
<tr>
<th>Command</th>
<th>Description</th>
<th>Analog</th>
</tr>
</thead>
<tbody>
<tr>
<td>install</td>
<td>Install packages</td>
<td>apt-get install</td>
</tr>
<tr>
<td>remove</td>
<td>Remove packages</td>
<td>apt-get&nbsp;remove</td>
</tr>
<tr>
<td>update</td>
<td>Update setup.ini</td>
<td>apt-get&nbsp;update</td>
</tr>
<tr>
<td>show</td>
<td>Displays the package records for the named packages</td>
<td>apt-cache&nbsp;show</td>
</tr>
<tr>
<td>list</td>
<td>
List packages matching given pattern. If no pattern is given, list all installed
packages.
</td>
<td>dpkg --list</td>
</tr>
<tr>
<td>search</td>
<td>Search for a filename from installed packages</td>
<td>dpkg --search</td>
</tr>
</tbody>
</table>
2013-07-28 09:20:21 -07:00
Quick start
-----------
2014-07-26 04:05:32 -07:00
apt-cyg is a simple script. To install:
2013-07-28 09:20:21 -07:00
2014-10-26 16:40:21 -07:00
wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
install apt-cyg /bin
2013-07-28 09:26:43 -07:00
2014-10-26 16:40:21 -07:00
Example use of apt-cyg:
2013-07-28 09:26:43 -07:00
2014-10-26 16:40:21 -07:00
apt-cyg install nano