Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Scoop

install

1 2 3

Set-ExecutionPolicy ByPass -Scope Process -Force
$env:SCOOP='C:\Users\User\Scoop'
$env:SCOOP_GLOBAL='C:\Users\User\Scoop'
[Environment]::SetEnvironmentVariable('SCOOP_GLOBAL', $env:SCOOP_GLOBAL, 'Machine')
iex "& {$(irm get.scoop.sh)} -RunAsAdmin"

usage

# scoop update innounp
scoop install <pkg>

Update scoop

scoop update scoop

Or4:

cd C:\Users\User\Scoop\apps\scoop\current
git fetch
git pull

Add bucket

scoop bucket add extras
scoop bucket add nonportable
scoop bucket add nirsoft
scoop bucket add versions
scoop bucket add java
# scoop bucket add games

Or:

cd C:\Users\User\Scoop\buckets
# git clone --depth=1 https://github.com/ScoopInstaller/Main
git clone --depth=1 https://github.com/ScoopInstaller/Extras
git clone --depth=1 https://github.com/ScoopInstaller/Nonportable
git clone --depth=1 https://github.com/kodybrown/scoop-nirsoft
git clone --depth=1 https://github.com/ScoopInstaller/Versions
git clone --depth=1 https://github.com/ScoopInstaller/Java
# git clone --depth=1 https://github.com/Calinou/scoop-games

Create your bucket

resource

mark

cache

Personal bucket

mark

extra

cache


  1. Scoop (un)installer

  2. CMD.exe wrapper

  3. About the Download Directory

  4. scoop update fails to connect to GitHub