Scoop - GradedJestRisk/windows-training GitHub Wiki
SDK installer for Windows
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>
Main in $HOME/scoop/apps/
scoop bucket add java scoop install openjdk java -version