From fb512bc2c63fe88d46e3364d0b86a57a6244c3e8 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 7 Jul 2025 06:19:19 +0300 Subject: [PATCH] dnf-module: add page (#17097) Co-authored-by: Wiktor Perskawiec --- pages/linux/dnf-module.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/dnf-module.md 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}}`