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

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

Introduction

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

What is kf5-kwindowsystem-devel

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

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

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

sudo dnf -y install kf5-kwindowsystem-devel

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

sudo yum -y install kf5-kwindowsystem-devel

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

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

sudo dnf remove kf5-kwindowsystem-devel

kf5-kwindowsystem-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KWindowSystem
/usr/include/KF5/KWindowSystem/KKeyServer
/usr/include/KF5/KWindowSystem/KSelectionOwner
/usr/include/KF5/KWindowSystem/KSelectionWatcher
/usr/include/KF5/KWindowSystem/KStartupInfo
/usr/include/KF5/KWindowSystem/KUserTimestamp
/usr/include/KF5/KWindowSystem/KWindowEffects
/usr/include/KF5/KWindowSystem/KWindowInfo
/usr/include/KF5/KWindowSystem/KWindowShadow
/usr/include/KF5/KWindowSystem/KWindowShadowTile
/usr/include/KF5/KWindowSystem/KWindowSystem
/usr/include/KF5/KWindowSystem/KXMessages
/usr/include/KF5/KWindowSystem/NETWM
/usr/include/KF5/KWindowSystem/config-kwindowsystem.h
/usr/include/KF5/KWindowSystem/fixx11h.h
/usr/include/KF5/KWindowSystem/kkeyserver.h
/usr/include/KF5/KWindowSystem/kkeyserver_x11.h
/usr/include/KF5/KWindowSystem/kmanagerselection.h
/usr/include/KF5/KWindowSystem/kselectionowner.h
/usr/include/KF5/KWindowSystem/kselectionwatcher.h
/usr/include/KF5/KWindowSystem/kstartupinfo.h
/usr/include/KF5/KWindowSystem/kusertimestamp.h
/usr/include/KF5/KWindowSystem/kwindoweffects.h
/usr/include/KF5/KWindowSystem/kwindowinfo.h
/usr/include/KF5/KWindowSystem/kwindowshadow.h
/usr/include/KF5/KWindowSystem/kwindowsystem.h
/usr/include/KF5/KWindowSystem/kwindowsystem_export.h
/usr/include/KF5/KWindowSystem/kxmessages.h
/usr/include/KF5/KWindowSystem/netwm.h
/usr/include/KF5/KWindowSystem/netwm_def.h
/usr/include/KF5/KWindowSystem/private
/usr/include/KF5/KWindowSystem/private/kwindoweffects_p.h
/usr/include/KF5/KWindowSystem/private/kwindowinfo_p.h
/usr/include/KF5/KWindowSystem/private/kwindowshadow_p.h
/usr/include/KF5/KWindowSystem/private/kwindowsystem_p.h
/usr/include/KF5/KWindowSystem/private/kwindowsystemplugininterface_p.h
/usr/include/KF5/kwindowsystem_version.h
/usr/lib64/cmake/KF5WindowSystem
/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake
/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake
/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets-release.cmake
/usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake
/usr/lib64/libKF5WindowSystem.so
/usr/lib64/qt5/mkspecs/modules/qt_KWindowSystem.pri

References

Summary

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