← 返回命令列表

Linux command

mamba-repoquery 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Search package

mamba repoquery search [package]

Show package dependencies

mamba repoquery depends [package]

Show what depends on package

mamba repoquery whoneeds [package]

Show package info

mamba repoquery info [package]

Query installed packages

mamba repoquery search --installed [pattern]

说明

mamba repoquery queries package metadata. It shows dependencies and reverse dependencies. The tool helps understand package relationships. Faster than conda search.

参数

search
Search for packages.
depends
Show dependencies.
whoneeds
Show reverse dependencies.
info
Package information.
--installed
Query installed only.
--help
Display help information.

FAQ

What is the mamba-repoquery command used for?

mamba repoquery queries package metadata. It shows dependencies and reverse dependencies. The tool helps understand package relationships. Faster than conda search.

How do I run a basic mamba-repoquery example?

Run `mamba repoquery search [package]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does search do in mamba-repoquery?

Search for packages.