How to Install and Uninstall bogofilter.x86_64 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "bogofilter.x86_64" package

This is a short guide on how to install bogofilter.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install bogofilter.x86_64

2. Uninstall "bogofilter.x86_64" package

Please follow the steps below to uninstall bogofilter.x86_64 on Rocky Linux 9:

$ sudo dnf remove bogofilter.x86_64 $ sudo dnf autoremove

3. Information about the bogofilter.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:20:33 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : bogofilter
Version : 1.2.5
Release : 8.el9
Architecture : x86_64
Size : 370 k
Source : bogofilter-1.2.5-8.el9.src.rpm
Repository : 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.