mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 03:01:42 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
37
tldr/windows/scoop
Normal file
37
tldr/windows/scoop
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# scoop
|
||||
|
||||
> The Scoop package manager.
|
||||
> More information: <https://scoop.sh>.
|
||||
|
||||
- Install a package:
|
||||
|
||||
`scoop install {{package}}`
|
||||
|
||||
- Remove a package:
|
||||
|
||||
`scoop uninstall {{package}}`
|
||||
|
||||
- Update all installed packages:
|
||||
|
||||
`scoop update --all`
|
||||
|
||||
- List installed packages:
|
||||
|
||||
`scoop list`
|
||||
|
||||
- Display information about a package:
|
||||
|
||||
`scoop info {{package}}`
|
||||
|
||||
- Search for a package:
|
||||
|
||||
`scoop search {{package}}`
|
||||
|
||||
- Remove old versions of all packages and clear the download cache:
|
||||
|
||||
`scoop cleanup --cache --all`
|
||||
Reference in New Issue
Block a user