How To Install grilo-plugins on CentOS 7

In this tutorial we learn how to install grilo-plugins on CentOS 7. grilo-plugins is Plugins for the Grilo framework

Introduction

In this tutorial we learn how to install grilo-plugins on CentOS 7.

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 CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install grilo-plugins.

Install grilo-plugins on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install grilo-plugins using yum by running the following command:

sudo yum -y install grilo-plugins

Install grilo-plugins on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install grilo-plugins using dnf by running the following command:

sudo dnf -y install grilo-plugins

How To Uninstall grilo-plugins on CentOS 7

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 CentOS 7 using yum and dnf.