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

Last updated: February 21,2025

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

This guide let you learn how to install mailman3-fedmsg-plugin.noarch on Fedora 35

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

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

This is a short guide on how to uninstall mailman3-fedmsg-plugin.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:11:16 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mailman3-fedmsg-plugin
Version : 0.5
Release : 19.fc35
Architecture : noarch
Size : 21 k
Source : mailman3-fedmsg-plugin-0.5-19.fc35.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'],
: }