scoopの基本的な使い方
概要
- windowsのパッケージマネージャ
- 管理者権限とユーザ権限を明確に分けられる
bucket
という概念があり、粒度はlinuxのレポジトリと近い
インストール
> Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
具体例
インストール
> scoop install sudo
> sudo scoop install 7zip git openssh --global
> scoop install aria2 curl grep sed less touch
> scoop install python ruby go perl
--global
- すべてのユーザにインストール(sudo権限が必要)
すべてのソフトウェアをアップデート
> scoop update *
ソフトウェアのアンインストール
> scoop uninstall ccleaner
bucket一覧を表示
> scoop bucket known
bucketを追加
> scoop bucket add extras
おすすめインストール
# coreutilsはecho, head, cp, cat, chmodなどが含まれる
> scoop install 7zip curl sudo git openssh coreutils grep sed less
> sudo scoop install git python
> scoop install notion starship sharpkeys neofetch defraggler ccleaner authy vscode
# gowはミニマルにしたcygwin
> scoop install gow --global
> scoop install pkg-config openssl gcc
> scoop install wget
# rust関連
> scoop install rustup
# cygwinのインストール(WSLがワークしないときの避難用)
> scoop install cygwin