Forrest logo
back to the scoop tool

scoop:tldr:61755

scoop: Display information about a package.
$ scoop info ${package}
try on your machine

The command scoop info ${package} is related to the package manager called Scoop for Windows operating system.

Here is an explanation of the different parts of the command:

  • scoop: This is the executable or command used to interact with the Scoop package manager.
  • info: This is a specific command or subcommand within Scoop to display information about a package.
  • ${package}: This is a placeholder representing the name of the package you want information about. Replace ${package} with the actual name of the package.

When executing this command in a terminal or command prompt, it will retrieve and display information about the specified package. This information usually includes the package name, current version, description, and other details such as the license, homepage, and the source repository for the package.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the scoop tool