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