Show Menu
Cheatography

Chocolatey Package Manager (Windows) Cheat Sheet (DRAFT) by

Command reference for Chocolatey Package Manager

This is a draft cheat sheet. It is a work in progress and is not finished yet.

List or Search

choco list packag­eName
or
choco search packag­eName


Optional Flags
-all
: list all versions of
packag­eName

-pre
: list prerelease packages
-verbose
: show more inform­ation about each package
-source dir
: a directory, share, or remote URL feed that the package comes from
-lo
: show local packages only

Examples
choco list nunit
or
 
choco search nunit`
choco search nunit -all

choco search nunit -pre

choco search nunit -pre -verbose
Lists packages available from a remote or local source

Version

choco version packag­eName
or
cver packag­eName


packag­eName
If left empty, chekcs for an update to Chocol­atey, if
all
checks for updates to all packages
Checks local version against available version

Install

 

Update

 

Uninstall

 
 

Help

 

Sources

 
Mange default sources (v0.9.8.20+)

WebPI

 
WebPI integr­ation (v0.9.8.13+)

Gem

 
Ruby Gems integr­ation (v0.9.8.13+)

Cygwin

 
CygWin integr­ation (v0.9.8.17+)

Python

 
Python integr­ation (v0.9.8.17+)

Windows Features

 
Windows features integr­ation (v0.9.8.20+)