Chocolatey 的安装

Chocolatey为windows下的应用包管理器,和linux中的yum,apt的角色类似

安装方法如下:

  1. 以管理员身份运行power shell,执行如下命令开启使用未签名脚本和来自其他用户的签名脚本
set-executionpolicy remotesigned
  1. 运行Chocolatey安装脚本:
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex

该脚本来自官方安装说明https://chocolatey.org/install

posted @ 2017-03-25 17:44  卜木  阅读(152)  评论(0编辑  收藏  举报