How To Install grilo-plugins on AlmaLinux 8
Introduction
In this tutorial we learn how to install grilo-plugins
on AlmaLinux 8.
What is grilo-plugins
Grilo is a framework that provides access to different sources of multimedia content, using a pluggable system. This package contains plugins to get information from theses sources - Apple Trailers - Bookmarks - Euronews - Filesystem - Flickr - Freebox - Gravatar - iTunes Music Sharing - Jamendo - Last.fm (for album arts) - Local metadata (album arts and thumbnails) - Metadata Store - Pocket - Podcasts - Radio France - Shoutcast - The Guardian Videos - Tracker - Vimeo - Youtube
We can use yum
or dnf
to install grilo-plugins
on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install grilo-plugins.
Install grilo-plugins on AlmaLinux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install grilo-plugins
using dnf
by running the following command:
sudo dnf -y install grilo-plugins
Install grilo-plugins on AlmaLinux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install grilo-plugins
using yum
by running the following command:
sudo yum -y install grilo-plugins
How To Uninstall grilo-plugins on AlmaLinux 8
To uninstall only the grilo-plugins
package we can use the following command:
sudo dnf remove grilo-plugins
References
Summary
In this tutorial we learn how to install grilo-plugins
on AlmaLinux 8 using yum and dnf.