How To Install gwenview-libs on Rocky Linux 8

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

Introduction

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

What is gwenview-libs

Runtime files for gwenview.

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

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

sudo dnf -y install gwenview-libs

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

sudo yum -y install gwenview-libs

How To Uninstall gwenview-libs on Rocky Linux 8

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

sudo dnf remove gwenview-libs

gwenview-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/f4085d544258b54c548acae48d6786a8dc623d
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/454e7bae0085b3a84f55c67d39aeaaa79f579c
/usr/lib64/libgwenviewlib.so.4.97.0
/usr/lib64/libgwenviewlib.so.5
/usr/lib64/qt5/plugins/gvpart.so
/usr/share/kservices5/gvpart.desktop
/usr/share/kxmlgui5/gvpart
/usr/share/kxmlgui5/gvpart/gvpart.rc

References

Summary

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