table of contents
other versions
- Tumbleweed 5.2.14.0-1.3
- Leap-16.0
| DNF5-ENVIRONMENT(8) | dnf5 | DNF5-ENVIRONMENT(8) |
NAME¶
dnf5-environment - Environment Command
SYNOPSIS¶
dnf5 environment <subcommand> [options] [<environment-spec>...]
DESCRIPTION¶
The environment command in DNF5 offers several queries for getting information about environments and groups related to them. You can install environments with the install command as install @environment-id.
Optional environment-spec arguments could be passed to filter only environments with given names.
SUBCOMMANDS¶
OPTIONS¶
- --available
-
Show only available environments. Those which are not installed, but known to DNF5.
- --installed
-
Show only installed environments.
EXAMPLES¶
- dnf5 environment list
-
Show list of all environments.
- dnf5 environment info "KDE Plasma Workspaces"
-
Show detailed info about the KDE environment.
SEE ALSO¶
dnf5-comps(7), Comps groups and environments <#comps-misc-ref-label> dnf5-specs(7), Patterns specification <#specs-misc-ref-label>
Author¶
See AUTHORS.md in dnf5 source distribution.
Copyright¶
Contributors to the dnf5 project.
| July 18, 2025 |