AdSense

網頁

2022/6/28

Windows 10 安裝scoop

Window安裝scoop軟體安裝工具。


Scoop為Windows作業系統的命令列套件/軟體安裝工具(command-line installer),作用同macOS的Homebrew。


安裝環境:

  • Windows 10 Enterprise
  • PowereShell 5.1.x

在Windows下方搜尋欄輸入"PowereShell"搜尋Windows的PowerShell命令工具並開啟。



先輸入Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
然後輸入irm get.scoop.sh | iex開始安裝scoop。

> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
> irm get.scoop.sh | iex
Initializing...
Downloading...
Extracting...
VERBOSE: Performing the operation "Create Directory" on target "Destination: 
C:\Users\user\scoop\apps\scoop\current\_tmp".
VERBOSE: Performing the operation "Create Directory" on target "Destination: C:\Users\user\scoop\apps\scoop\current\_tmp".
Creating shim...
Adding ~\scoop\shims to your path.
Scoop was installed successfully!
Type 'scoop help' for instructions

輸入scoop --version檢視版本資訊確認已安裝。

> scoop --version
Current Scoop version:
v0.2.2 - Released at 2022-06-21

沒有留言:

AdSense