conda
Verified for current stable LTS
Conda Command: List Installed Packages
Use for list installed packages with Conda. Exact CLI syntax to list installed packages using Conda.
When to use this: Use for list installed packages with Conda.
Command Syntax
conda list conda list Command Breakdown
conda is the base executable for this command.
FAQ
Purpose: Exact syntax to list installed packages using Conda.
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
Conda Command: Activate Environment
conda activate <environment_name> Conda Command: Clean Unused Packages conda clean -a Conda Command: Create New Environment conda create -n <environment_name> <python=3.9 matplotlib> Conda Command: Deactivate Environment conda deactivate Conda Command: Delete Environment conda remove -n <environment_name> --all