>_ linuxcommand.dev
Startseite nix-env
Package Management

nix-env

Install or query packages in the per-user Nix profile.

Last updated: Report error
Syntax
$nix-env [OPTIONS] ACTIONS
Examples
Examples
$nix-env -i nixpkgs.hello
Examples
$nix-env -u nixpkgs.hello
Examples
$nix-env -e nixpkgs.hello
Examples
$nix-env -q
Typical use cases
Install package
nix-env -iA nixpkgs.vim
List installed
nix-env -q
Upgrade profile
nix-env -u
Note For user packages, not system-wide. Base command.
Export