Scoop - GradedJestRisk/windows-training GitHub Wiki

SDK installer for Windows

General

Handful:

  • install Scoop (from PowerShell CLI): iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
  • check installed apps scoop list
  • check if available and get bucketsping : scoop search <APP>
  • add bucket (if not already added): scoop bucket add extras
  • install : scoop install <APP>
  • update : scoop update <APP>
  • update Scoop : scoop update
  • uninstall : scoop uninstall <APP>

Repositories

Main in $HOME/scoop/apps/

Java

scoop bucket add java
scoop install openjdk
java -version
⚠️ **GitHub.com Fallback** ⚠️