How To Install exempi on Rocky Linux 8

In this tutorial we learn how to install exempi on Rocky Linux 8. exempi is Library for easy parsing of XMP metadata

Introduction

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

What is exempi

Exempi provides a library for easy parsing of XMP metadata. It is a port of Adobe XMP SDK to work on UNIX and to be build with GNU automake. It includes XMPCore and XMPFiles.

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

Install exempi 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 exempi using dnf by running the following command:

sudo dnf -y install exempi

Install exempi 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 exempi using yum by running the following command:

sudo yum -y install exempi

How To Uninstall exempi on Rocky Linux 8

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

sudo dnf remove exempi

exempi Package Contents on Rocky Linux 8

/usr/bin/exempi
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/8370c804b200a4d60bd38fd92d9ac4b927e492
/usr/lib/.build-id/66
/usr/lib/.build-id/66/f97306f8b56100aeeac805be8b5e63347653c0
/usr/lib64/libexempi.so.3
/usr/lib64/libexempi.so.3.4.5
/usr/share/doc/exempi
/usr/share/doc/exempi/AUTHORS
/usr/share/doc/exempi/COPYING
/usr/share/doc/exempi/ChangeLog
/usr/share/doc/exempi/README
/usr/share/man/man1/exempi.1.gz
/usr/bin/exempi
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/fab2fc987d567b6f6defa1c2d32ab05c853f67
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/f4c43c55c65d75de990dc58fb4ccc52da3f558
/usr/lib/libexempi.so.3
/usr/lib/libexempi.so.3.4.5
/usr/share/doc/exempi
/usr/share/doc/exempi/AUTHORS
/usr/share/doc/exempi/COPYING
/usr/share/doc/exempi/ChangeLog
/usr/share/doc/exempi/README
/usr/share/man/man1/exempi.1.gz

References

Summary

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