How To Install python-bugzilla2fedmsg on CentOS 7

In this tutorial we learn how to install python-bugzilla2fedmsg on CentOS 7. python-bugzilla2fedmsg is Consume BZ messages over STOMP and republish to fedmsg

Introduction

In this tutorial we learn how to install python-bugzilla2fedmsg on CentOS 7.

What is python-bugzilla2fedmsg

A moksha consumer that listens to bugzilla over STOMP and reproduces messages on a fedmsg bus.

We can use yum or dnf to install python-bugzilla2fedmsg on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install python-bugzilla2fedmsg.

Install python-bugzilla2fedmsg on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install python-bugzilla2fedmsg using yum by running the following command:

sudo yum -y install python-bugzilla2fedmsg

Install python-bugzilla2fedmsg on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install python-bugzilla2fedmsg using dnf by running the following command:

sudo dnf -y install python-bugzilla2fedmsg

How To Uninstall python-bugzilla2fedmsg on CentOS 7

To uninstall only the python-bugzilla2fedmsg package we can use the following command:

sudo dnf remove python-bugzilla2fedmsg

References

Summary

In this tutorial we learn how to install python-bugzilla2fedmsg on CentOS 7 using yum and dnf.