os:windows:package:scoop
scoop
windows用パッケージ管理
ユーザディレクトリ配下にインストールするためadmin権限不要
wingetがリリースされたので。これからは補助的な利用になるかな?
install
@PowerShell terminal
> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time > irm get.scoop.sh | iex Initializing... Downloading... Extracting... Creating shim... Adding C:\Applications\Scoop\shims to your path. Scoop was installed successfully! Type 'scoop help' for instructions.
Packages
default bucket
git
scoop install git
aria2
Scoopにおけるファイルダウンロード並列化
scoop install aria2
extras bucket
scoop bucket add extras
googlechrome
scoop install googlechrome
vscode
scoop install vscode
thunderbird
scoop install thunderbird
コマンド
help
scoop help
インストール一覧
scoop list
モジュールを検索
scoop search <pkgname> i.e scoop search googlechrome
bucketも表示される
参考
os/windows/package/scoop.txt · 最終更新: 2023/09/08 08:08 by hayashi