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

Last updated: November 28,2024

1. Install "libspf2.i686" package

Please follow the step by step instructions below to install libspf2.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libspf2.i686

2. Uninstall "libspf2.i686" package

Please follow the step by step instructions below to uninstall libspf2.i686 on Fedora 38:

$ sudo dnf remove libspf2.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:18:59 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : libspf2
Version : 1.2.11
Release : 11.20210922git4915c308.fc38
Architecture : i686
Size : 70 k
Source : libspf2-1.2.11-11.20210922git4915c308.fc38.src.rpm
Repository : updates
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.