nix-profile
Verified for current stable LTS
Nix Profile Command: Remove Package Nixpkgs Default Profile
Use for remove package nixpkgs default profile with Nix Profile. Exact CLI syntax to remove package nixpkgs default profile using Nix Profile.
When to use this: Use for remove package nixpkgs default profile with Nix Profile.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
nix profile remove <legacyPackages.x86_64-linux.pkg> nix profile remove <legacyPackages.x86_64-linux.pkg> Command Breakdown
nix is the base executable for this command.
FAQ
Purpose: Exact syntax to remove package nixpkgs default profile using Nix Profile.
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 Profile Command: Install Package Flake Github Custom Profile
nix profile add {github:owner/repo/pkg} --profile <path/to/directory> Nix Profile Command: Install Packages Nixpkgs Default Profile nix profile add <nixpkgs#pkg1 nixpkgs#pkg2 ...> Nix Profile Command: List Packages Default Profile nix profile list Nix Profile Command: Rollback Latest Action Default Profile nix profile rollback Nix Profile Command: Upgrade Packages Default Profile nix profile upgrade --all