LinuxCommandLibrary

conda-search

package repository searcher

TLDR

Search for a package

$ conda search [package_name]
copy
Search with version pattern
$ conda search "[package_name]>=[version]"
copy
Search in specific channel
$ conda search -c [conda-forge] [package_name]
copy
Show detailed info
$ conda search --info [package_name]
copy

SYNOPSIS

conda search [options] [query]

DESCRIPTION

conda search searches configured channels for packages matching the query. It shows available versions and build variants.
Package specifications can include version constraints like >=, <=, ==.

PARAMETERS

-c, --channel channel

Search in specific channel.
--info
Show detailed package information.
--json
Output in JSON format.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community