How To Install libmediaart on Rocky Linux 8

In this tutorial we learn how to install libmediaart on Rocky Linux 8. libmediaart is Library for managing media art caches

Introduction

In this tutorial we learn how to install libmediaart on Rocky Linux 8.

What is libmediaart

Library tasked with managing, extracting and handling media art caches.

We can use yum or dnf to install libmediaart on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libmediaart.

Install libmediaart on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libmediaart

Install libmediaart on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libmediaart using yum by running the following command:

sudo yum -y install libmediaart

How To Uninstall libmediaart on Rocky Linux 8

To uninstall only the libmediaart package we can use the following command:

sudo dnf remove libmediaart

libmediaart Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/b488e163ac00eebe1b4663d1c0f7a2ff9e8e50
/usr/lib/girepository-1.0/MediaArt-2.0.typelib
/usr/lib/libmediaart-2.0.so.0
/usr/lib/libmediaart-2.0.so.0.904.0
/usr/share/doc/libmediaart
/usr/share/doc/libmediaart/AUTHORS
/usr/share/doc/libmediaart/NEWS
/usr/share/licenses/libmediaart
/usr/share/licenses/libmediaart/COPYING.LESSER
/usr/lib/.build-id
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/541b397dd325e8c08c0bab5c8d52e9ba421c52
/usr/lib64/girepository-1.0/MediaArt-2.0.typelib
/usr/lib64/libmediaart-2.0.so.0
/usr/lib64/libmediaart-2.0.so.0.904.0
/usr/share/doc/libmediaart
/usr/share/doc/libmediaart/AUTHORS
/usr/share/doc/libmediaart/NEWS
/usr/share/licenses/libmediaart
/usr/share/licenses/libmediaart/COPYING.LESSER

References

Summary

In this tutorial we learn how to install libmediaart on Rocky Linux 8 using yum and dnf.