-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nix-env


> Manipulate or query Nix user environments.

More information.


List all installed packages:

nix-env -q

Query installed packages:

nix-env -q {search_term}

Query available packages:

nix-env -qa {search_term}

Install package:

nix-env -iA nixpkgs.{pkg_name}

Install a package from a URL:

nix-env -i {pkg_name} --file {example.com}

Uninstall package:

nix-env -e {pkg_name}

Upgrade one package:

nix-env -u {pkg_name}

Upgrade all packages:

nix-env -u


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:19:43 2024