How To Install libextractor-plugins-ole2 on Fedora 36
Introduction
In this tutorial we learn how to install libextractor-plugins-ole2 on Fedora 36.
What is libextractor-plugins-ole2
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 package ships the ‘ole2’ plugin.
We can use yum or dnf to install libextractor-plugins-ole2 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libextractor-plugins-ole2.
Install libextractor-plugins-ole2 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-ole2 using dnf by running the following command:
sudo dnf -y install libextractor-plugins-ole2
Install libextractor-plugins-ole2 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-ole2 using yum by running the following command:
sudo yum -y install libextractor-plugins-ole2
How To Uninstall libextractor-plugins-ole2 on Fedora 36
To uninstall only the libextractor-plugins-ole2 package we can use the following command:
sudo dnf remove libextractor-plugins-ole2
libextractor-plugins-ole2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0d/17e6fe5bd829b1d9ce25f763c0bab8f12bf9b1
/usr/lib64/libextractor/libextractor_ole2.so
References
Summary
In this tutorial we learn how to install libextractor-plugins-ole2 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).