How To Install kolourpaint-libs on Rocky Linux 8

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

Introduction

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

What is kolourpaint-libs

Runtime libraries for kolourpaint.

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

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

sudo dnf -y install kolourpaint-libs

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

sudo yum -y install kolourpaint-libs

How To Uninstall kolourpaint-libs on Rocky Linux 8

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

sudo dnf remove kolourpaint-libs

kolourpaint-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/e786ef5c62469d237e8042bc47986be3f1a505
/usr/lib64/libkolourpaint_lgpl.so.5

References

Summary

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