mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Add section about DNF plugins
This commit is contained in:
parent
f371294d98
commit
6b0fcf77d8
1 changed files with 18 additions and 0 deletions
|
@ -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.
|
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.
|
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]]
|
[[sect-references]]
|
||||||
== References
|
== References
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue