System Grab Bag

View all TLDR pages from Windows (or from all pages)

choco search

Search for a local or remote package with Chocolatey. More information: https://chocolatey.org/docs/commands-search.
  • Search for a package:
    choco search {{query}}
  • Search for a package locally:
    choco search {{query}} --local-only
  • Only include exact matches in the results:
    choco search {{query}} --exact
  • Confirm all prompts automatically:
    choco search {{query}} --yes
  • Specify a custom source to search for packages in:
    choco search {{query}} --source {{source_url|alias}}
  • Provide a username and password for authentication:
    choco search {{query}} --user {{username}} --password {{password}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.