How To Install libzen on Rocky Linux 8

In this tutorial we learn how to install libzen on Rocky Linux 8. libzen is Shared library for libmediainfo and medianfo*

Introduction

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

What is libzen

Files shared library for libmediainfo and medianfo-*.

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

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

sudo dnf -y install libzen

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

sudo yum -y install libzen

How To Uninstall libzen on Rocky Linux 8

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

sudo dnf remove libzen

libzen Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/773fb191e3c22e12ab0e357da2204d58bcc0ce
/usr/lib64/libzen.so.0
/usr/lib64/libzen.so.0.4.39
/usr/share/doc/libzen
/usr/share/doc/libzen/History.txt
/usr/share/doc/libzen/ReadMe.txt
/usr/share/licenses/libzen
/usr/share/licenses/libzen/License.txt

References

Summary

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