使い方

インストール方法

公式サイト見れば分かるけどコマンドプロンプトを立ち上げて以下のコマンドをコピペして実行すれば終わり。

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin

パッケージのインストール方法

パッケージは複数指定できるので簡単。
正式なコマンド名はchocolateyだけど、コマンド名長いからか、エイリアスが用意されている。インストールはcinst、アンインストールはcuninstでできる。

細かい使い方はGitHub - chocolatey/chocolatey: [DEPRECATED - https://github.com/chocolatey/choco] Chocolatey NuGet - Like apt-get, but for windows.を参照。