How To Install python-pymilter-common on Rocky Linux 8

In this tutorial we learn how to install python-pymilter-common on Rocky Linux 8. python-pymilter-common is Common files and directories for python milters

Introduction

In this tutorial we learn how to install python-pymilter-common on Rocky Linux 8.

What is python-pymilter-common

Common files and directories used for python milters

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

Install python-pymilter-common 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 python-pymilter-common using dnf by running the following command:

sudo dnf -y install python-pymilter-common

Install python-pymilter-common 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 python-pymilter-common using yum by running the following command:

sudo yum -y install python-pymilter-common

How To Uninstall python-pymilter-common on Rocky Linux 8

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

sudo dnf remove python-pymilter-common

python-pymilter-common Package Contents on Rocky Linux 8

/run/milter
/usr/lib/tmpfiles.d/python-pymilter.conf
/usr/libexec/milter
/var/log/milter

References

Summary

In this tutorial we learn how to install python-pymilter-common on Rocky Linux 8 using yum and dnf.