logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage DNF Modules - Control Packages with dnf-module | Online Free DevTools by Hexmos

Manage and control DNF modules with the dnf-module command. Enable, disable, install, and list modules easily using the command line. Free online tool, no registration required.

dnf-module

Manage package modularity. More information: https://dnf.readthedocs.io/en/latest/command_ref.html#module-command.

  • View the modularity overview:

dnf module list

  • 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}}

See Also