How to Install and Uninstall libspf2.i686 Package on Fedora 35

Last updated: November 28,2024

1. Install "libspf2.i686" package

This guide covers the steps necessary to install libspf2.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libspf2.i686

2. Uninstall "libspf2.i686" package

This tutorial shows how to uninstall libspf2.i686 on Fedora 35:

$ sudo dnf remove libspf2.i686 $ sudo dnf autoremove

3. Information about the libspf2.i686 package on Fedora 35

Last metadata expiration check: 0:57:59 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : libspf2
Version : 1.2.11
Release : 1.20210922git4915c308.fc35
Architecture : i686
Size : 69 k
Source : libspf2-1.2.11-1.20210922git4915c308.fc35.src.rpm
Repository : fedora
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.