mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
607 B
607 B
scoop
The Scoop package manager. Some subcommands such as
buckethave their own usage documentation. More information: https://github.com/ScoopInstaller/Scoop/wiki/Commands.
- 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