micromamba
Verified for current stable LTS
Micromamba Command: List Installed Packages
Use for list installed packages with Micromamba. Exact CLI syntax to list installed packages using Micromamba.
When to use this: Use for list installed packages with Micromamba.
Command Syntax
micromamba list micromamba list Command Breakdown
micromamba is the base executable for this command.
FAQ
Purpose: Exact syntax to list installed packages using Micromamba.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Micromamba Command: Activate Environment By Path Or Name
micromamba activate -p /<path/to/env> Micromamba Command: Create Environment With Packages micromamba create -p /<path/to/env> <python=3.11 numpy> Micromamba Command: Install Packages In Active Environment micromamba install <scipy pandas> Micromamba Command: Query Package Dependencies In Tree Format micromamba repoquery depends -t <package_name> Micromamba Command: Run Command In Environment Without Activation micromamba run -p /<path/to/env> <pytest tests/>