commands.sh

conda repoquery

all

Advanced search for packages in a conda repository.

More info →

Examples (3)

Show available versions of the specified package

conda repoquery search package

Show dependencies of the specified package

conda repoquery depends package

Show packages that depend on the specified package

conda repoquery whoneeds package
made by @shridhargupta | data from tldr-pages