Forrest logo
back to the conan tool

conan:tldr:f23c9

conan: Search for remote packages.
$ conan search ${package} -r ${remote}
try on your machine

This command is using the Conan package manager to search for a specific package in a specific remote repository.

  • ${package} is a placeholder for the name or pattern of the package you want to search for. You need to replace it with the actual name or pattern of the desired package.
  • ${remote} is a placeholder for the name of the remote repository where you want to search for the package. You need to replace it with the actual name of the desired remote repository.

Once you replace the placeholders with actual values, the command will search for the specified package in the specified remote repository.

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 conan tool