How to Install and Uninstall mailman3-fedmsg-plugin.noarch Package on Fedora 34

Last updated: September 19,2024

1. Install "mailman3-fedmsg-plugin.noarch" package

Please follow the guidelines below to install mailman3-fedmsg-plugin.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install mailman3-fedmsg-plugin.noarch

2. Uninstall "mailman3-fedmsg-plugin.noarch" package

Please follow the steps below to uninstall mailman3-fedmsg-plugin.noarch on Fedora 34:

$ sudo dnf remove mailman3-fedmsg-plugin.noarch $ sudo dnf autoremove

3. Information about the mailman3-fedmsg-plugin.noarch package on Fedora 34

Last metadata expiration check: 2:51:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mailman3-fedmsg-plugin
Version : 0.5
Release : 17.fc34
Architecture : noarch
Size : 21 k
Source : mailman3-fedmsg-plugin-0.5-17.fc34.src.rpm
Repository : fedora
Summary : Emit fedmsg messages from mailman3
URL : http://pypi.python.org/pypi/mailman3-fedmsg-plugin
License : LGPLv2+
Description : Publish notifications about mails to the fedmsg bus.
:
: Enable this by adding the following to your mailman.cfg file::
:
: [archiver.fedmsg]
:
: class: mailman_fedmsg_plugin.Archiver
: enable: yes
:
: You can exclude certain lists from fedmsg publication by
: adding them to a 'mailman.excluded_lists' list in /etc/fedmsg.d/::
:
: config = {
: 'mailman.excluded_lists': ['bugzilla', 'commits'],
: }