[Chocolatey] Top¶
Chocolateyとは¶
Windowsのためのpackage manager。
Chocolatey
Chocolatey - The package manager for Windows
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
よく使う表現¶
パッケージインストール¶
cinst <package_name>
パッケージアンインストール¶
cuninst <package_name>
対応パッケージ検索¶
clist <package_name>
インストール済みパッケージ一覧¶
clist -lo
パッケージアップデート¶
cup <package_name>
全てアップデートする場合は
cup all