How To Install openqa-plugin-fedora-messaging on Fedora 36

In this tutorial we learn how to install openqa-plugin-fedora-messaging in Fedora 36. openqa-plugin-fedora-messaging is openQA plugin for publishing to fedora-messaging

Introduction

In this tutorial we learn how to install openqa-plugin-fedora-messaging on Fedora 36.

What is openqa-plugin-fedora-messaging

This package contains an openQA plugin which sends fedora-messaging messages for certain openQA internal events. To enable the plugin, put ‘plugins = FedoraMessaging’ in the global section of /etc/openqa/openqa.ini. The plugin piggybacks on the upstream AMQP plugin, and follows its configuration (in the ‘amqp’ section of openqa.ini).

We can use yum or dnf to install openqa-plugin-fedora-messaging on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openqa-plugin-fedora-messaging.

Install openqa-plugin-fedora-messaging on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install openqa-plugin-fedora-messaging using dnf by running the following command:

sudo dnf -y install openqa-plugin-fedora-messaging

Install openqa-plugin-fedora-messaging on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install openqa-plugin-fedora-messaging using yum by running the following command:

sudo yum -y install openqa-plugin-fedora-messaging

How To Uninstall openqa-plugin-fedora-messaging on Fedora 36

To uninstall only the openqa-plugin-fedora-messaging package we can use the following command:

sudo dnf remove openqa-plugin-fedora-messaging

openqa-plugin-fedora-messaging Package Contents on Fedora 36

/usr/share/openqa/lib/OpenQA/WebAPI/Plugin/FedoraMessaging.pm

References

Summary

In this tutorial we learn how to install openqa-plugin-fedora-messaging on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).