How To Install sylfilter-devel on Fedora 36
Introduction
In this tutorial we learn how to install sylfilter-devel
on Fedora 36.
What is sylfilter-devel
Development files for sylfilter
We can use yum
or dnf
to install sylfilter-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sylfilter-devel.
Install sylfilter-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install sylfilter-devel
Install sylfilter-devel 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-devel
using yum
by running the following command:
sudo yum -y install sylfilter-devel
How To Uninstall sylfilter-devel on Fedora 36
To uninstall only the sylfilter-devel
package we can use the following command:
sudo dnf remove sylfilter-devel
sylfilter-devel Package Contents on Fedora 36
/usr/include/sylfilter
/usr/include/sylfilter/bayes-filter.h
/usr/include/sylfilter/blacklist-filter.h
/usr/include/sylfilter/filter-kvs-gdbm.h
/usr/include/sylfilter/filter-kvs-qdbm.h
/usr/include/sylfilter/filter-kvs-sqlite.h
/usr/include/sylfilter/filter-kvs.h
/usr/include/sylfilter/filter-manager.h
/usr/include/sylfilter/filter-utils.h
/usr/include/sylfilter/filter.h
/usr/include/sylfilter/ngram-filter.h
/usr/include/sylfilter/textcontent-filter.h
/usr/include/sylfilter/whitelist-filter.h
/usr/include/sylfilter/wordsep-filter.h
/usr/lib64/libsylfilter.so
References
Summary
In this tutorial we learn how to install sylfilter-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sylfilter-devel on Fedora 36” linkTitle: “sylfilter-devel” type: “docs” description: “In this tutorial we learn how to install sylfilter-devel in Fedora 36. sylfilter-devel is Development files for sylfilter” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sylfilter-devel-featured.png
Introduction
In this tutorial we learn how to install sylfilter-devel
on Fedora 36.
What is sylfilter-devel
Development files for sylfilter
We can use yum
or dnf
to install sylfilter-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sylfilter-devel.
Install sylfilter-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install sylfilter-devel
Install sylfilter-devel 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-devel
using yum
by running the following command:
sudo yum -y install sylfilter-devel
How To Uninstall sylfilter-devel on Fedora 36
To uninstall only the sylfilter-devel
package we can use the following command:
sudo dnf remove sylfilter-devel
sylfilter-devel Package Contents on Fedora 36
/usr/include/sylfilter
/usr/include/sylfilter/bayes-filter.h
/usr/include/sylfilter/blacklist-filter.h
/usr/include/sylfilter/filter-kvs-gdbm.h
/usr/include/sylfilter/filter-kvs-qdbm.h
/usr/include/sylfilter/filter-kvs-sqlite.h
/usr/include/sylfilter/filter-kvs.h
/usr/include/sylfilter/filter-manager.h
/usr/include/sylfilter/filter-utils.h
/usr/include/sylfilter/filter.h
/usr/include/sylfilter/ngram-filter.h
/usr/include/sylfilter/textcontent-filter.h
/usr/include/sylfilter/whitelist-filter.h
/usr/include/sylfilter/wordsep-filter.h
/usr/lib/libsylfilter.so
References
Summary
In this tutorial we learn how to install sylfilter-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).