How To Install sylfilter on Fedora 36
Introduction
In this tutorial we learn how to install sylfilter
on Fedora 36.
What is sylfilter
This is SylFilter, a generic message filter library, and some command-line tools that provide a Bayesian filter which is very popular as a spam filtering algorithm. SylFilter is also internationalized and can be applied to any languages. The SylFilter library provides simple but powerful C APIs and can be used from C programs. SylFilter can be used as a command-line tool inside a junk filter mail program similar to major tools such as bogofilter and bsfilter etc. For further details, see http
We can use yum
or dnf
to install sylfilter
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sylfilter.
Install sylfilter on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install sylfilter
using dnf
by running the following command:
sudo dnf -y install sylfilter
Install sylfilter on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install sylfilter
using yum
by running the following command:
sudo yum -y install sylfilter
How To Uninstall sylfilter on Fedora 36
To uninstall only the sylfilter
package we can use the following command:
sudo dnf remove sylfilter
sylfilter Package Contents on Fedora 36
/usr/bin/sylfilter
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/dc9147868b062d2eaae23fb3db2a9dd3d6bec1
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/16576cd3673c534acc7f52bff922faa444501d
/usr/lib64/libsylfilter.so
/usr/lib64/libsylfilter.so.0
/usr/lib64/libsylfilter.so.0.0.0
/usr/share/doc/sylfilter
/usr/share/doc/sylfilter/README
/usr/share/licenses/sylfilter
/usr/share/licenses/sylfilter/COPYING
References
Summary
In this tutorial we learn how to install sylfilter
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sylfilter on Fedora 36” linkTitle: “sylfilter” type: “docs” description: “In this tutorial we learn how to install sylfilter in Fedora 36. sylfilter is A generic message filter library and command-line tools” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sylfilter-featured.png
Introduction
In this tutorial we learn how to install sylfilter
on Fedora 36.
What is sylfilter
This is SylFilter, a generic message filter library, and some command-line tools that provide a Bayesian filter which is very popular as a spam filtering algorithm. SylFilter is also internationalized and can be applied to any languages. The SylFilter library provides simple but powerful C APIs and can be used from C programs. SylFilter can be used as a command-line tool inside a junk filter mail program similar to major tools such as bogofilter and bsfilter etc. For further details, see http
We can use yum
or dnf
to install sylfilter
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sylfilter.
Install sylfilter on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install sylfilter
using dnf
by running the following command:
sudo dnf -y install sylfilter
Install sylfilter on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install sylfilter
using yum
by running the following command:
sudo yum -y install sylfilter
How To Uninstall sylfilter on Fedora 36
To uninstall only the sylfilter
package we can use the following command:
sudo dnf remove sylfilter
sylfilter Package Contents on Fedora 36
/usr/bin/sylfilter
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/3833b5cdc9fcf3270c365d9567689ae1fbc5ce
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/0f9d5fbf7205ce002b5fe868f0be1436011b25
/usr/lib/libsylfilter.so
/usr/lib/libsylfilter.so.0
/usr/lib/libsylfilter.so.0.0.0
/usr/share/doc/sylfilter
/usr/share/doc/sylfilter/README
/usr/share/licenses/sylfilter
/usr/share/licenses/sylfilter/COPYING
References
Summary
In this tutorial we learn how to install sylfilter
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).