How To Install libspf2-progs on Rocky Linux 8

In this tutorial we learn how to install libspf2-progs on Rocky Linux 8. libspf2-progs is Programs for making SPF queries using libspf2

Introduction

In this tutorial we learn how to install libspf2-progs on Rocky Linux 8.

What is libspf2-progs

Programs for making SPF queries and checking their results using libspf2.

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

Install libspf2-progs 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 libspf2-progs using dnf by running the following command:

sudo dnf -y install libspf2-progs

Install libspf2-progs 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 libspf2-progs using yum by running the following command:

sudo yum -y install libspf2-progs

How To Uninstall libspf2-progs on Rocky Linux 8

To uninstall only the libspf2-progs package we can use the following command:

sudo dnf remove libspf2-progs

libspf2-progs Package Contents on Rocky Linux 8

/usr/bin/spf_example
/usr/bin/spfd.libspf2
/usr/bin/spfquery.libspf2
/usr/bin/spftest
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/a8977fca7459a1f2973b42f5b699364ace4d3d
/usr/lib/.build-id/be
/usr/lib/.build-id/be/447b5c7ab8bcb7c7255fe73e6eef40fae4b6ec
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/fd74205d8735dd97a4c96e7c2c73ab5b9f3a37
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/40a358b66bc5ba47e9926e128f52fe59e3b65a

References

Summary

In this tutorial we learn how to install libspf2-progs on Rocky Linux 8 using yum and dnf.