commands.sh

dnf module

linux

Manage package modularity.

More info →

Examples (4)

View the modularity overview

View modularity of a specific program

dnf module list package_name

Set a package to be enabled

sudo dnf module enable package_name:stream

Enable and install a specific version

dnf module install package_name:stream
made by @shridhargupta | data from tldr-pages