Manage packages using Scoop
- Manage packages using Scoop.
- If Scoop is missing from the system, the module will install it.
.. seealso:: :ref:`chocolatey.chocolatey.win_chocolatey_module` The official documentation on the **chocolatey.chocolatey.win_chocolatey** module. `Scoop website <https://scoop.sh>`_ More information about Scoop `Scoop installer repository <https://github.com/lukesampson/scoop>`_ GitHub repository for the Scoop installer `Scoop main bucket <https://github.com/ScoopInstaller/Main>`_ GitHub repository for the main bucket
- name: Install jq.
community.windows.win_scoop:
name: jq
- Jamie Magee (@JamieMagee)