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

Last updated: October 05,2024

1. Install "libspf2.i686" package

Learn how to install libspf2.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libspf2.i686

2. Uninstall "libspf2.i686" package

In this section, we are going to explain the necessary steps to uninstall libspf2.i686 on Fedora 34:

$ sudo dnf remove libspf2.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:44:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libspf2
Version : 1.2.11
Release : 1.20210922git4915c308.fc34
Architecture : i686
Size : 70 k
Source : libspf2-1.2.11-1.20210922git4915c308.fc34.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.