System Grab Bag

View all TLDR pages from common (or from all pages)

mamba repoquery

Efficiently query conda and mamba package repositories and package dependencies. More information: https://mamba.readthedocs.io/en/latest/user_guide/mamba.html#repoquery.
  • Search for all available versions of a particular package:
    mamba repoquery search {{package}}
  • Search 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 --tree {{scipy}}
  • Print packages in the current environment that require a particular package to be installed (i.e. inverse of depends):
    mamba repoquery whoneeds {{ipython}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.