--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # conda repoquery > Advanced search for packages in a conda repository. > More information: . - 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}}`