Chocolatey

user-pic
Vote 0 Votes

Chocolatey 是 Windows 的套件管理工具,有點像 Linux 下的 yum 或 apt

用 CMD 安裝
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

個人傾向於用它來安裝 CLI 的工具

例如:
choco install curl
choco install wget

事實上,用它來安裝 Windows 程式也是支援的
choco install skype
choco install winscp
choco install line

About this Entry

This page contains a single entry by Pank published on August 28, 2019 3:32 PM.

cURL --resolve was the previous entry in this blog.

CentOS Netinstall HiNet Installation Source is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Monthly Archives