Scroll to navigation

DNF5-MODULE(8) dnf5 DNF5-MODULE(8)

NAME

dnf5-module - Module Command

SYNOPSIS

dnf5 module <subcommand> [options] [<module-spec>...]

DESCRIPTION

Modularity is an alternative way of building, organizing and delivering packages.

Currently, only basic support is available for managing the modules, as they are no longer supported in mainstream RPM distributions.

For more details see: https://docs.pagure.org/modularity/.

SUBCOMMANDS

List module streams. --enabled and --disabled options narrow down the requested list.

Print details about module streams.

Enable module streams and make their packages available.

Disable modules including all their streams.

Reset module state so it's no longer enabled or disabled.


OPTIONS FOR LIST AND INFO

Show only enabled modules.

Show only disabled modules.


OPTIONS FOR ENABLE, DISABLE, RESET

Resolve any dependency problems by removing items that are causing problems from the transaction.
Used with enable command.

Allow skipping modules that are not available in repositories.
All remaining items will be processed.


EXAMPLES

List all module streams available for your system.

Make packages from the Node.js 8 stream available for installation.


SEE ALSO

dnf5-specs(7), Patterns specification



AUTHOR

See AUTHORS.md in dnf5 source distribution.

COPYRIGHT

Contributors to the dnf5 project.

June 8, 2024