Forrest logo
back to context overview

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 machine
    explain this command
  • mamba-repoquery:tldr:cc410 mamba-repoquery: Search for all packages satisfying specific constraints.
    $ mamba repoquery search ${sphinx<5}
    try on your machine
    explain 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 machine
    explain this command
back to context overview