Skip to main content

Usage

anaconda org search <PACKAGE> [OPTIONS]

Description

Searches for packages in your Anaconda repository. Results can be filtered by package type and platform.
For most use cases, conda search is the preferred way to search for packages. The anaconda org search command searches all public channels on Anaconda.org and might return results that are not in the default channels.

Arguments

Options

Examples

Search for packages by name
anaconda org search numpy
Search for a specific package type
anaconda org search pandas --package-type conda
Search for packages on a specific platform
anaconda org search matplotlib --platform linux-64