mamba repoquery
all
Efficiently query conda and mamba package repositories and package dependencies.
More info →Options (1)
-t, --treebooleanList the dependencies of a package installed in the currently activated environment, in a tree format
Example:
mamba repoquery depends {{[-t|--tree]}} {{scipy}}Examples (4)
Search for all available versions of a particular package
mamba repoquery search packageSearch for all packages satisfying specific constraints
mamba repoquery search "sphinx<5"List the dependencies of a package installed in the currently activated environment, in a tree format
mamba repoquery depends [-t|--tree] scipyPrint packages in the current environment that require a particular package to be installed (i.e. inverse of `depends`)
mamba repoquery whoneeds ipythonmade by @shridhargupta | data from tldr-pages