conda search, but you can also run conda search --help to see a list of all available search command options.
Searching configured channels
To use conda to search for a package, run the following command:channels: list in your .condarc file. If the requested package is not located in that channel, conda continues searching using the next entry in the channels: list.
When conda reaches the defaults entry in the channels: list, it searches the channels listed under the default_channels: list, in the same descending order. This is called “channel priority”, and it determines which source conda uses first when resolving packages.
Searching a specific channel
To search a specific channel for a package:If you don’t specify a full channel URL, conda uses your configured channel alias to complete the channel name. By default, the alias is
https://conda.anaconda.org/, meaning a command like conda search conda-forge::numpy resolves to searching https://conda.anaconda.org/conda-forge. For more information and instructions on how to set your channel alias, see the official conda docs.Searching local environments
Use the--envs flag to search your local environments for a package:

