mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 06:55:48 +02:00
scoop: add page (#2204)
This commit is contained in:
parent
5cf741400d
commit
88c15e9bcf
1 changed files with 35 additions and 0 deletions
35
pages/windows/scoop.md
Normal file
35
pages/windows/scoop.md
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# scoop
|
||||||
|
|
||||||
|
> A command-line installer for Windows.
|
||||||
|
|
||||||
|
- Install a package:
|
||||||
|
|
||||||
|
`scoop install {{package}}`
|
||||||
|
|
||||||
|
- Remove a package:
|
||||||
|
|
||||||
|
`scoop uninstall {{package}}`
|
||||||
|
|
||||||
|
- Update all installed packages:
|
||||||
|
|
||||||
|
`scoop update *`
|
||||||
|
|
||||||
|
- List installed packages:
|
||||||
|
|
||||||
|
`scoop list`
|
||||||
|
|
||||||
|
- Display information about a package:
|
||||||
|
|
||||||
|
`scoop info {{package}}`
|
||||||
|
|
||||||
|
- Search for a package:
|
||||||
|
|
||||||
|
`scoop search {{package}}`
|
||||||
|
|
||||||
|
- List all known buckets (a bucket is an application repository):
|
||||||
|
|
||||||
|
`scoop bucket known`
|
||||||
|
|
||||||
|
- Add a bucket by its alias or a Git repository URL:
|
||||||
|
|
||||||
|
`scoop bucket add {{bucket}}`
|
Loading…
Add table
Reference in a new issue