How To Install python3-koji-hub-plugins on Rocky Linux 8

In this tutorial we learn how to install python3-koji-hub-plugins on Rocky Linux 8. python3-koji-hub-plugins is Koji hub plugins

Introduction

In this tutorial we learn how to install python3-koji-hub-plugins on Rocky Linux 8.

What is python3-koji-hub-plugins

Plugins to the koji XMLRPC interface

We can use yum or dnf to install python3-koji-hub-plugins on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python3-koji-hub-plugins.

Install python3-koji-hub-plugins on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-koji-hub-plugins using dnf by running the following command:

sudo dnf -y install python3-koji-hub-plugins

Install python3-koji-hub-plugins on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-koji-hub-plugins using yum by running the following command:

sudo yum -y install python3-koji-hub-plugins

How To Uninstall python3-koji-hub-plugins on Rocky Linux 8

To uninstall only the python3-koji-hub-plugins package we can use the following command:

sudo dnf remove python3-koji-hub-plugins

python3-koji-hub-plugins Package Contents on Rocky Linux 8

/usr/lib/koji-hub-plugins/__pycache__
/usr/lib/koji-hub-plugins/__pycache__/echo.cpython-36.pyc
/usr/lib/koji-hub-plugins/__pycache__/protonmsg.cpython-36.pyc
/usr/lib/koji-hub-plugins/__pycache__/rpm2maven.cpython-36.pyc
/usr/lib/koji-hub-plugins/__pycache__/runroot_hub.cpython-36.pyc
/usr/lib/koji-hub-plugins/__pycache__/save_failed_tree.cpython-36.pyc
/usr/lib/koji-hub-plugins/__pycache__/sidetag_hub.cpython-36.pyc
/usr/lib/koji-hub-plugins/echo.py
/usr/lib/koji-hub-plugins/protonmsg.py
/usr/lib/koji-hub-plugins/rpm2maven.py
/usr/lib/koji-hub-plugins/runroot_hub.py
/usr/lib/koji-hub-plugins/save_failed_tree.py
/usr/lib/koji-hub-plugins/sidetag_hub.py

References

Summary

In this tutorial we learn how to install python3-koji-hub-plugins on Rocky Linux 8 using yum and dnf.