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

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

Introduction

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

What is kf5-kxmlgui-devel

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

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

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

sudo dnf -y install kf5-kxmlgui-devel

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

sudo yum -y install kf5-kxmlgui-devel

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

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

sudo dnf remove kf5-kxmlgui-devel

kf5-kxmlgui-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KXmlGui
/usr/include/KF5/KXmlGui/KAboutApplicationDialog
/usr/include/KF5/KXmlGui/KAboutPluginDialog
/usr/include/KF5/KXmlGui/KActionCategory
/usr/include/KF5/KXmlGui/KActionCollection
/usr/include/KF5/KXmlGui/KBugReport
/usr/include/KF5/KXmlGui/KEditToolBar
/usr/include/KF5/KXmlGui/KHelpMenu
/usr/include/KF5/KXmlGui/KKeySequenceWidget
/usr/include/KF5/KXmlGui/KMainWindow
/usr/include/KF5/KXmlGui/KShortcutWidget
/usr/include/KF5/KXmlGui/KShortcutsDialog
/usr/include/KF5/KXmlGui/KShortcutsEditor
/usr/include/KF5/KXmlGui/KToggleToolBarAction
/usr/include/KF5/KXmlGui/KToolBar
/usr/include/KF5/KXmlGui/KUndoActions
/usr/include/KF5/KXmlGui/KXMLGUIBuilder
/usr/include/KF5/KXmlGui/KXMLGUIClient
/usr/include/KF5/KXmlGui/KXMLGUIFactory
/usr/include/KF5/KXmlGui/KXmlGuiWindow
/usr/include/KF5/KXmlGui/kaboutapplicationdialog.h
/usr/include/KF5/KXmlGui/kaboutplugindialog.h
/usr/include/KF5/KXmlGui/kactioncategory.h
/usr/include/KF5/KXmlGui/kactioncollection.h
/usr/include/KF5/KXmlGui/kbugreport.h
/usr/include/KF5/KXmlGui/kedittoolbar.h
/usr/include/KF5/KXmlGui/khelpmenu.h
/usr/include/KF5/KXmlGui/kkeysequencewidget.h
/usr/include/KF5/KXmlGui/kmainwindow.h
/usr/include/KF5/KXmlGui/kshortcutsdialog.h
/usr/include/KF5/KXmlGui/kshortcutseditor.h
/usr/include/KF5/KXmlGui/kshortcutwidget.h
/usr/include/KF5/KXmlGui/ktoggletoolbaraction.h
/usr/include/KF5/KXmlGui/ktoolbar.h
/usr/include/KF5/KXmlGui/kundoactions.h
/usr/include/KF5/KXmlGui/kxmlgui_export.h
/usr/include/KF5/KXmlGui/kxmlguibuilder.h
/usr/include/KF5/KXmlGui/kxmlguiclient.h
/usr/include/KF5/KXmlGui/kxmlguifactory.h
/usr/include/KF5/KXmlGui/kxmlguiwindow.h
/usr/include/KF5/kxmlgui_version.h
/usr/lib64/cmake/KF5XmlGui
/usr/lib64/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake
/usr/lib64/cmake/KF5XmlGui/KF5XmlGuiConfigVersion.cmake
/usr/lib64/cmake/KF5XmlGui/KF5XmlGuiTargets-release.cmake
/usr/lib64/cmake/KF5XmlGui/KF5XmlGuiTargets.cmake
/usr/lib64/libKF5XmlGui.so
/usr/lib64/qt5/mkspecs/modules/qt_KXmlGui.pri

References

Summary

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