How to Install and Uninstall libspf2.x86_64 Package on CentOS 8 / RHEL 8

Last updated: November 17,2024

1. Install "libspf2.x86_64" package

This tutorial shows how to install libspf2.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libspf2.x86_64

2. Uninstall "libspf2.x86_64" package

Please follow the guidelines below to uninstall libspf2.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libspf2.x86_64 $ sudo dnf autoremove

3. Information about the libspf2.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:51:19 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libspf2
Version : 1.2.10
Release : 24.20150405gitd57d79fd.el8
Architecture : x86_64
Size : 73 k
Source : libspf2-1.2.10-24.20150405gitd57d79fd.el8.src.rpm
Repository : epel
Summary : An implementation of the SPF specification
URL : http://www.libspf2.org/
License : BSD or LGPLv2+
Description : libspf2 is an implementation of the SPF (Sender Policy Framework)
: specification as found at:
: http://www.ietf.org/internet-drafts/draft-mengwong-spf-00.txt
: SPF allows email systems to check SPF DNS records and make sure that
: an email is authorized by the administrator of the domain name that
: it is coming from. This prevents email forgery, commonly used by
: spammers, scammers, and email viruses/worms.
:
: A lot of effort has been put into making it secure by design, and a
: great deal of effort has been put into the regression tests.