How To Install libtiger on Rocky Linux 8

In this tutorial we learn how to install libtiger on Rocky Linux 8. libtiger is Rendering library for Kate streams using Pango and Cairo

Introduction

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

What is libtiger

Libtiger is a rendering library for Kate streams using Pango and Cairo. More information about Kate streams may be found at http

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

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

sudo dnf -y install libtiger

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

sudo yum -y install libtiger

How To Uninstall libtiger on Rocky Linux 8

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

sudo dnf remove libtiger

libtiger Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/cd7c1be9e5c5ce7f733e3b3acf7e844566f389
/usr/lib64/libtiger.so.5
/usr/lib64/libtiger.so.5.0.2
/usr/share/doc/libtiger
/usr/share/doc/libtiger/AUTHORS
/usr/share/doc/libtiger/COPYING
/usr/share/doc/libtiger/ChangeLog
/usr/share/doc/libtiger/README

References

Summary

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