.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "RPM-PLUGINS" "8" "29 Jan 2020" "" "" .hy .SH NAME .PP rpm-plugins - Plugins for the RPM Package Manager .SH Description .PP RPM plugins provide functionality that is not suited to be used everywhere. They may not be built or shipped on some platforms or may not be installed or be disabled on some systems. .PP This allows plugins to interface with systems that may not acceptable as a dependency for RPM and to provide functionality that may be unwanted under some circumstances. .PP For now the plugin API is internal only. So there is a limited number of plugins in the RPM sources. .SH Configuration .PP Some plugins can be configured by specific macros or influenced by command line parameters. But most can only be turned on or off. See the plugin\[aq]s man page for details. .PP Plugins are controlled by a macro \f[I]%__transaction_NAME\f[R] which is set to the location of the plugin file. Undefining the macro or setting it to \f[I]%{nil}\f[R] will prevent the plugin from being run. .PP This can be done on the RPM command line e.g.\ with \f[B]--undefine=__transaction_syslog\f[R]. To disable a plugin permantently drop a file in \f[I]/etc/rpm/\f[R] that contains .PP __transaction_NAME %{nil} .PP Another option is to remove the plugin from the system if it is packaged in its own sub package. .PP For some operations it may be desirable to disable all plugins at once. This can be done by passing \f[B]--noplugins\f[R] to \f[B]rpm\f[R] at the command line. .SH SEE ALSO .PP \f[B]rpm\f[R](8), \f[B]rpm-plugin-audit\f[R](8), \f[B]rpm-plugin-ima\f[R](8), \f[B]rpm-plugin-prioreset\f[R](8), \f[B]rpm-plugin-selinux\f[R](8), \f[B]rpm-plugin-syslog\f[R](8), \f[B]rpm-plugin-systemd-inhibit\f[R](8)