How To Install libextractor-plugins on Fedora 36
Introduction
In this tutorial we learn how to install libextractor-plugins
on Fedora 36.
What is libextractor-plugins
libextractor is a simple library for keyword extraction. libextractor does not support all formats but supports a simple plugging mechanism such that you can quickly add extractors for additional formats, even without recompiling libextractor. This is a metapackage which requires all supported plugins for libextractor.
We can use yum
or dnf
to install libextractor-plugins
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libextractor-plugins.
Install libextractor-plugins 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 libextractor-plugins
using dnf
by running the following command:
sudo dnf -y install libextractor-plugins
Install libextractor-plugins 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 libextractor-plugins
using yum
by running the following command:
sudo yum -y install libextractor-plugins
How To Uninstall libextractor-plugins on Fedora 36
To uninstall only the libextractor-plugins
package we can use the following command:
sudo dnf remove libextractor-plugins
libextractor-plugins Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install libextractor-plugins
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).