How To Install krfb-libs on Rocky Linux 8

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

Introduction

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

What is krfb-libs

Runtime libraries for krfb.

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

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

sudo dnf -y install krfb-libs

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

sudo yum -y install krfb-libs

How To Uninstall krfb-libs on Rocky Linux 8

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

sudo dnf remove krfb-libs

krfb-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/714b0dd7862a00e7514b716bf3309c6a7a3de9
/usr/lib/.build-id/64
/usr/lib/.build-id/64/2a27311b5df376eb01c82724ef1731b470d305
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/b3d85b0e957eab06fb92af32b40adb5364b3aa
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/851803ce40be63d89d9cfbf99b02c7c9b82981
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/779c1d40e792a4b8ed4284b0669b887b59d206
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/f5f232608323ea4bfd24987ed1cb8f673a2203
/usr/lib64/libkrfbprivate.so.5
/usr/lib64/libkrfbprivate.so.5.0
/usr/lib64/qt5/plugins/krfb
/usr/lib64/qt5/plugins/krfb/krfb_events_x11.so
/usr/lib64/qt5/plugins/krfb/krfb_events_xdp.so
/usr/lib64/qt5/plugins/krfb/krfb_framebuffer_pw.so
/usr/lib64/qt5/plugins/krfb/krfb_framebuffer_qt.so
/usr/lib64/qt5/plugins/krfb/krfb_framebuffer_xcb.so

References

Summary

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