From 6b0fcf77d8826430d8672ca5154f8f4cfc7f031a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Kadl=C4=8D=C3=ADk?= Date: Sat, 11 Aug 2018 10:42:30 +0200 Subject: [PATCH] Add section about DNF plugins --- modules/ROOT/pages/dnf.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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