How to Install and Uninstall bogofilter.src Package on Oracle Linux 9

Last updated: November 24,2024

1. Install "bogofilter.src" package

Here is a brief guide to show you how to install bogofilter.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install bogofilter.src

2. Uninstall "bogofilter.src" package

This tutorial shows how to uninstall bogofilter.src on Oracle Linux 9:

$ sudo dnf remove bogofilter.src $ sudo dnf autoremove

3. Information about the bogofilter.src package on Oracle Linux 9

Last metadata expiration check: 3:17:37 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : bogofilter
Version : 1.2.5
Release : 8.el9
Architecture : src
Size : 795 k
Source : None
Repository : ol9_appstream
Summary : Fast anti-spam filtering by Bayesian statistical analysis
URL : http://bogofilter.sourceforge.net/
License : GPLv2
Description : Bogofilter is a Bayesian spam filter. In its normal mode of
: operation, it takes an email message or other text on standard input,
: does a statistical check against lists of "good" and "bad" words, and
: returns a status code indicating whether or not the message is spam.
: Bogofilter is designed with fast algorithms (including Berkeley DB system),
: coded directly in C, and tuned for speed, so it can be used for production
: by sites that process a lot of mail.