windows_choco_chocolatey_包管理工具_用法指南

安装(二选一)
1. 

iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))

 


2. 

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

 

用法

choco search [something]
choco install [something]
choco uninstall [something]
choco upgrade [something]
choco list -li

 

posted @ 2021-12-30 21:59  攻城狮小Liu  阅读(80)  评论(0)    收藏  举报