How To Install kompare-libs on Rocky Linux 8

In this tutorial we learn how to install kompare-libs on Rocky Linux 8. kompare-libs is Runtime libraries for kompare

Introduction

In this tutorial we learn how to install kompare-libs on Rocky Linux 8.

What is kompare-libs

This package contains shared libraries for kompare.

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

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

sudo dnf -y install kompare-libs

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

sudo yum -y install kompare-libs

How To Uninstall kompare-libs on Rocky Linux 8

To uninstall only the kompare-libs package we can use the following command:

sudo dnf remove kompare-libs

kompare-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/55
/usr/lib/.build-id/55/bb6b8739f3c98f0a81d9cbcee56f482c4225bd
/usr/lib/.build-id/62
/usr/lib/.build-id/62/94acc8937101ed17ecd0dad920112cded7ea48
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/ab2d6ad8d5118c9c9042968cfbac56a30d5e26
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/5ff098988f168ef2d81817a1f1a457bd91aa23
/usr/lib64/libkomparedialogpages.so.5
/usr/lib64/libkompareinterface.so.5
/usr/lib64/qt5/plugins/kf5/parts/komparenavtreepart.so
/usr/lib64/qt5/plugins/kf5/parts/komparepart.so

References

Summary

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