nix-store.2
Verified for current stable LTS
Nix Store.2 Command: Delete Store Path Nix Store
Use for delete store path nix store with Nix Store.2. Exact CLI syntax to delete store path nix store using Nix Store.2.
When to use this: Use for delete store path nix store with Nix Store.2.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
nix-store --delete /nix/store/<checksum-package-version.ext> nix-store --delete /nix/store/<checksum-package-version.ext> Command Breakdown
--delete- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to delete store path nix store using Nix Store.2.
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
Nix Store.2 Command: Calculate Size Dependencies Nix Store
du -cLsh $(nix-store -q --references /nix/store/<checksum-package-version.ext>) Nix Store.2 Command: Collect Garbage Nix Store nix-store --gc Nix Store.2 Command: Optimise Nix Store nix-store --optimise Nix Store.2 Command: Show Dependencies Tree Nix Store nix-store -q --tree /nix/store/<checksum-package-version.ext> Nix Store.2 Command: Show Dependents Nix Store nix-store -q --referrers /nix/store/<checksum-package-version.ext>