conda-remove Verified for current stable LTS

Conda Remove Command: Remove All Packages And Environment

Use for remove all packages and environment with Conda Remove. Exact CLI syntax to remove all packages and environment using Conda Remove.

When to use this: Use for remove all packages and environment with Conda Remove.
Destructive Command Warning

Destructive operation. Confirm the target path and keep a backup before executing.

Command Syntax

conda remove -n <environment_name> --all

Command Breakdown

-n
Command Option
Tool-specific option used by this command invocation.
--all
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to remove all packages and environment using Conda Remove.

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

Back to Conda Remove directory