Skip to content

Instantly share code, notes, and snippets.

@devlights
Created August 29, 2023 08:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devlights/49d1de64a05f4c354dfaf053a16cc8c2 to your computer and use it in GitHub Desktop.
Save devlights/49d1de64a05f4c354dfaf053a16cc8c2 to your computer and use it in GitHub Desktop.
Scoop 使い方まとめ

Scoop の使い方まとめ

インストール

$ scoop install xxxxx

アンインストール

$ scoop uninstall xxxxx

探す

$ scoop search xxxxx

情報見る

$ scoop info xxxxx

一覧表示

$ scoop list

更新

$ scoop update
$ scoop status
$ scoop update *

パス表示

$ scoop prefix xxxxx

切替(Javaとか)

バケット表示・追加

URL指定無しでバケット名だけで追加できるもの

$ scoop bucket known
main
extras
versions
nirsoft
sysinternals
php
nerd-fonts
nonportable
java
games

現在追加しているバケットを表示

$ scoop bucket list
Name   Source                                   Updated             Manifests
----   ------                                   -------             ---------
extras https://github.com/ScoopInstaller/Extras 2023/08/24 10:48:43      1889
java   https://github.com/ScoopInstaller/Java   2023/08/23 13:16:09       253
main   https://github.com/ScoopInstaller/Main   2023/08/24 9:32:33       1217

バケットを追加

$ scoop bucket add xxxxxx

バケットを削除

$ scoop bucket rm xxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment