How To Install libzmf on Rocky Linux 8

In this tutorial we learn how to install libzmf on Rocky Linux 8. libzmf is A library for import of Zoner document formats

Introduction

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

What is libzmf

libzmf is library providing ability to interpret and import Zoner document formats into various applications. Currently it only supports Zoner Callisto/Draw v 4-5.

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

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

sudo dnf -y install libzmf

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

sudo yum -y install libzmf

How To Uninstall libzmf on Rocky Linux 8

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

sudo dnf remove libzmf

libzmf Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/ed491c162317abee4dfe6b7e6906aef3e8b158
/usr/lib64/libzmf-0.0.so.0
/usr/lib64/libzmf-0.0.so.0.0.2
/usr/share/doc/libzmf
/usr/share/doc/libzmf/AUTHORS
/usr/share/doc/libzmf/NEWS
/usr/share/licenses/libzmf
/usr/share/licenses/libzmf/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/510c3e7df64462f4150864c38dcab3c2e2e941
/usr/lib/libzmf-0.0.so.0
/usr/lib/libzmf-0.0.so.0.0.2
/usr/share/doc/libzmf
/usr/share/doc/libzmf/AUTHORS
/usr/share/doc/libzmf/NEWS
/usr/share/licenses/libzmf
/usr/share/licenses/libzmf/COPYING

References

Summary

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