Software: August 2019 Archives

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

Recent Entries

About this Archive

This page is an archive of entries in the Software category from August 2019.

Software: July 2018 is the previous archive.

Software: March 2020 is the next archive.

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

Software: Monthly Archives

Monthly Archives