How To Install kf5-frameworkintegration on Rocky Linux 8

In this tutorial we learn how to install kf5-frameworkintegration on Rocky Linux 8. kf5-frameworkintegration is KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins

Introduction

In this tutorial we learn how to install kf5-frameworkintegration on Rocky Linux 8.

What is kf5-frameworkintegration

Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace. Applications do not need to link to this directly.

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

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

sudo dnf -y install kf5-frameworkintegration

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

sudo yum -y install kf5-frameworkintegration

How To Uninstall kf5-frameworkintegration on Rocky Linux 8

To uninstall only the kf5-frameworkintegration package we can use the following command:

sudo dnf remove kf5-frameworkintegration

kf5-frameworkintegration Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/118e188f6129f5b577432cbff3ba018ee83d23
/usr/libexec/kf5/kpackagehandlers
/usr/libexec/kf5/kpackagehandlers/knshandler
/usr/share/doc/kf5-frameworkintegration
/usr/share/doc/kf5-frameworkintegration/README.md
/usr/share/kf5/infopage
/usr/share/kf5/infopage/bar-bottom-left.png
/usr/share/kf5/infopage/bar-bottom-middle.png
/usr/share/kf5/infopage/bar-bottom-right.png
/usr/share/kf5/infopage/bar-middle-left.png
/usr/share/kf5/infopage/bar-middle-right.png
/usr/share/kf5/infopage/bar-top-left.png
/usr/share/kf5/infopage/bar-top-middle.png
/usr/share/kf5/infopage/bar-top-right.png
/usr/share/kf5/infopage/body-background.png
/usr/share/kf5/infopage/box-bottom-left.png
/usr/share/kf5/infopage/box-bottom-middle.png
/usr/share/kf5/infopage/box-bottom-right.png
/usr/share/kf5/infopage/box-center.png
/usr/share/kf5/infopage/box-middle-left.png
/usr/share/kf5/infopage/box-middle-right.png
/usr/share/kf5/infopage/box-top-left.png
/usr/share/kf5/infopage/box-top-middle.png
/usr/share/kf5/infopage/box-top-right.png
/usr/share/kf5/infopage/kde_infopage.css
/usr/share/kf5/infopage/kde_infopage_rtl.css
/usr/share/kf5/infopage/top-middle.png
/usr/share/knotifications5/plasma_workspace.notifyrc
/usr/share/licenses/kf5-frameworkintegration
/usr/share/licenses/kf5-frameworkintegration/COPYING.LIB

References

Summary

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