conda
Verified for current stable LTS
Conda Command: Clean Unused Packages
Use for clean unused packages with Conda. Exact CLI syntax to clean unused packages using Conda.
When to use this: Use for clean unused packages with Conda.
Command Syntax
conda clean -a conda clean -a Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to clean unused 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: Create New Environment
conda create -n <environment_name> <python=3.9 matplotlib> Conda Command: List All Environments conda info -e Conda Command: Activate Environment conda activate <environment_name> Conda Command: Deactivate Environment conda deactivate Conda Command: Delete Environment conda remove -n <environment_name> --all