dnf5-environment - Man Page

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.

Optional environment-spec arguments could be passed to filter only environments with given names.

Subcommands

list
List available environments.
info
Print details about environments.

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
dnf5-specs(7), Patterns specification

Author

See AUTHORS.md in dnf5 source distribution.

Referenced By

dnf5(8), dnf5-comps(7).

Apr 03, 2024 dnf5