管理員許可權開啟powershell
輸入
set-executionpolicy bypass -scope process -force; iex ((new-object system.net.webclient).downloadstring(''))
回車。安裝完後即可使用。有可能需要需要重啟powershell視窗。
檢視包 找到需要的包
使用命令安裝
choco install autohotkey.portable #安裝 autohotkey (portable)
choco install nodejs.install #安裝 node
choco install git.install #安裝 git
choco install python #安裝 python
choco install ruby #安裝 ruby
choco install jdk8 #安裝 jdk8
choco install googlechrome #安裝 chrome
choco install google-chrome-x64 #google chrome (64-bit only)
choco install firefox #安裝 firefox
choco install notepadplusplus.install #安裝 notepad++
choco install atom #安裝 atom
choco install sublimetext3 #安裝 sublimetext3
包管理工具
參考 yum和apt get的區別 rpm命令詳解及和yum之間的關係 centos中rpm和yum到底有什麼區別?dpkg和apt get區別 dpkg 常用指令操作快速參考 yum和apt get常用命令 linux分類 一般著名的linux系統基本分成兩大類 1 redhat系列 redhat...
包管理工具Carthage使用
ios專案中第三方開源庫的工具有cocoapods和carthage,swift官方出了乙個包管理工具spm swift package manager 首先,大體講一下cocoapods和carthage的區別 cocoapods會直接建立和修改專案的workspace配置,建立的是高度整合的專案...
c 包管理工具conan
conan is a portable package manager,intended for c and c developers,but it is able to manage builds from source,dependencies,and precompiled binaries ...