From 6b0fcf77d8826430d8672ca5154f8f4cfc7f031a Mon Sep 17 00:00:00 2001 From: Jakub Kadlčík Date: Aug 11 2018 08:42:30 +0000 Subject: Add section about DNF plugins --- diff --git a/modules/ROOT/pages/dnf.adoc b/modules/ROOT/pages/dnf.adoc index 02ee1b7..d7bb19d 100644 --- a/modules/ROOT/pages/dnf.adoc +++ b/modules/ROOT/pages/dnf.adoc @@ -90,6 +90,24 @@ Refer to the link:++upgrading.html++[Upgrade] document for more details. DNF can be used to install or remove Language Support. A detailed description with a list of available languages can be found on link:++https://fedoraproject.org/wiki/I18N/Language_Support_Using_Dnf[Language Support Using Dnf] page. +[[sect-plugins]] +== Plugins + +The core DNF functionality can be extended with plugins. +There are officially supported https://dnf-plugins-core.readthedocs.io[Core DNF plugins] +and also a third-party https://dnf-plugins-extras.readthedocs.io[Extras DNF Plugins]. +To install them, run + +---- +dnf install dnf-plugins-core-PLUGIN_NAME +---- + +or + +---- +dnf install dnf-plugins-extras-PLUGIN_NAME +---- + [[sect-references]] == References