nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
# nix-env
|
|
|
|
|
|
|
|
> Manipulieren oder Abfragen von Nix-Benutzerumgebungen.
|
|
|
|
> Weitere Informationen: <https://nixos.org/manual/nix/stable/#sec-nix-env>.
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Liste alle installierten Pakete auf:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`nix-env -q`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Frage installierte Pakete ab:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`nix-env -q {{suchbegriff}}`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Frage verfügbare Pakete ab:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`nix-env -qa {{suchbegriff}}`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Installiere Paket:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`nix-env -iA nixpkgs.{{paket_name}}`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Installiere ein Paket von einer URL:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
2023-12-28 05:31:21 +00:00
|
|
|
`nix-env -i {{paket_name}} --file {{beispiel.com}}`
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
2023-12-28 05:31:21 +00:00
|
|
|
- Deinstalliere ein Paket:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`nix-env -e {{paket_name}}`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Upgrade ein Pakets:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`nix-env -u {{paket_name}}`
|
|
|
|
|
2023-01-01 06:24:44 +00:00
|
|
|
- Upgrade alle Pakete:
|
nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation (#9365)
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: add German translation
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: apply suggestions from code review
* nix, nix-build, nix-env, nix-collect-garbage, nix-shell: Applied changes
from German code review to originals
* Update pages.de/common/nix-collect-garbage.md
2022-12-22 01:11:42 +00:00
|
|
|
|
|
|
|
`nix-env -u`
|