How To Install kf5-kguiaddons-devel on Rocky Linux 8

In this tutorial we learn how to install kf5-kguiaddons-devel on Rocky Linux 8. kf5-kguiaddons-devel is Development files for kf5-kguiaddons

Introduction

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

What is kf5-kguiaddons-devel

The kf5-kguiaddons-devel package contains libraries and header files for developing applications that use kf5-kguiaddons.

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

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

sudo dnf -y install kf5-kguiaddons-devel

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

sudo yum -y install kf5-kguiaddons-devel

How To Uninstall kf5-kguiaddons-devel on Rocky Linux 8

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

sudo dnf remove kf5-kguiaddons-devel

kf5-kguiaddons-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KGuiAddons
/usr/include/KF5/KGuiAddons/KColorCollection
/usr/include/KF5/KGuiAddons/KColorMimeData
/usr/include/KF5/KGuiAddons/KColorUtils
/usr/include/KF5/KGuiAddons/KDateValidator
/usr/include/KF5/KGuiAddons/KFontUtils
/usr/include/KF5/KGuiAddons/KIconUtils
/usr/include/KF5/KGuiAddons/KImageCache
/usr/include/KF5/KGuiAddons/KModifierKeyInfo
/usr/include/KF5/KGuiAddons/KWordWrap
/usr/include/KF5/KGuiAddons/kcolorcollection.h
/usr/include/KF5/KGuiAddons/kcolormimedata.h
/usr/include/KF5/KGuiAddons/kcolorutils.h
/usr/include/KF5/KGuiAddons/kdatevalidator.h
/usr/include/KF5/KGuiAddons/kfontutils.h
/usr/include/KF5/KGuiAddons/kguiaddons_export.h
/usr/include/KF5/KGuiAddons/kiconutils.h
/usr/include/KF5/KGuiAddons/kimagecache.h
/usr/include/KF5/KGuiAddons/klocalimagecacheimpl.h
/usr/include/KF5/KGuiAddons/kmodifierkeyinfo.h
/usr/include/KF5/KGuiAddons/kmodifierkeyinfoprovider_p.h
/usr/include/KF5/KGuiAddons/kwordwrap.h
/usr/include/KF5/kguiaddons_version.h
/usr/lib64/cmake/KF5GuiAddons
/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsConfig.cmake
/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsConfigVersion.cmake
/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsTargets-release.cmake
/usr/lib64/cmake/KF5GuiAddons/KF5GuiAddonsTargets.cmake
/usr/lib64/libKF5GuiAddons.so
/usr/lib64/qt5/mkspecs/modules/qt_KGuiAddons.pri

References

Summary

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