
mamba-repoquery
List of commands for mamba-repoquery:
-
mamba-repoquery:tldr:9b335 mamba-repoquery: List the dependencies of a package installed in the currently activated environment, in a tree format.$ mamba repoquery depends --tree ${scipy}try on your machineexplain this command
-
mamba-repoquery:tldr:cc410 mamba-repoquery: Search for all packages satisfying specific constraints.$ mamba repoquery search ${sphinx<5}try on your machineexplain this command
-
mamba-repoquery:tldr:f3d61 mamba-repoquery: Print packages in the current environment that require a particular package to be installed (i.e. inverse of `depends`).$ mamba repoquery whoneeds ${ipython}try on your machineexplain this command