How To Install libeasyfc-gobject on Rocky Linux 8

In this tutorial we learn how to install libeasyfc-gobject on Rocky Linux 8. libeasyfc-gobject is GObject interface for libeasyfc

Introduction

In this tutorial we learn how to install libeasyfc-gobject on Rocky Linux 8.

What is libeasyfc-gobject

libeasyfc aims to provide an easy interface to generate fontconfig configuration on demand. This package contains an interface for GObject.

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

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

sudo dnf -y install libeasyfc-gobject

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

sudo yum -y install libeasyfc-gobject

How To Uninstall libeasyfc-gobject on Rocky Linux 8

To uninstall only the libeasyfc-gobject package we can use the following command:

sudo dnf remove libeasyfc-gobject

libeasyfc-gobject Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/c1c02730d19f6132097c68b7725678ff4d0e44
/usr/lib64/girepository-1.0/Easyfc-0.14.typelib
/usr/lib64/libeasyfc-gobject.so.0
/usr/lib64/libeasyfc-gobject.so.0.6.0
/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/7c5d832ae5d0db6009044f49aaa4287e54489d
/usr/lib/girepository-1.0/Easyfc-0.14.typelib
/usr/lib/libeasyfc-gobject.so.0
/usr/lib/libeasyfc-gobject.so.0.6.0

References

Summary

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