diff --git a/pages/linux/dnf-module.md b/pages/linux/dnf-module.md new file mode 100644 index 0000000000..ba1ddb49e1 --- /dev/null +++ b/pages/linux/dnf-module.md @@ -0,0 +1,20 @@ +# dnf module + +> Manage package modularity. +> More information: . + +- 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}}`