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

Last updated: May 19,2024

1. Install "spamassassin.x86_64" package

This is a short guide on how to install spamassassin.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install spamassassin.x86_64

2. Uninstall "spamassassin.x86_64" package

In this section, we are going to explain the necessary steps to uninstall spamassassin.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove spamassassin.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 8:34:44 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : spamassassin
Version : 3.4.2
Release : 10.el8
Architecture : x86_64
Size : 1.2 M
Source : spamassassin-3.4.2-10.el8.src.rpm
Repository : appstream
Summary : Spam filter for email which can be invoked from mail delivery agents
URL : https://spamassassin.apache.org/
License : ASL 2.0
Description : SpamAssassin provides you with a way to reduce if not completely eliminate
: Unsolicited Commercial Email (SPAM) from your incoming email. It can
: be invoked by a MDA such as sendmail or postfix, or can be called from
: a procmail script, .forward file, etc. It uses a genetic-algorithm
: evolved scoring system to identify messages which look spammy, then
: adds headers to the message so they can be filtered by the user's mail
: reading software. This distribution includes the spamd/spamc components
: which create a server that considerably speeds processing of mail.
:
: To enable spamassassin, if you are receiving mail locally, simply add
: this line to your ~/.procmailrc:
: INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc
:
: To filter spam for all users, add that line to /etc/procmailrc
: (creating if necessary).