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