How To Install kf5-ktextwidgets-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-ktextwidgets-devel
on Rocky Linux 8.
What is kf5-ktextwidgets-devel
The kf5-ktextwidgets-devel package contains libraries and header files for developing applications that use kf5-ktextwidgets.
We can use yum
or dnf
to install kf5-ktextwidgets-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-ktextwidgets-devel.
Install kf5-ktextwidgets-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-ktextwidgets-devel
using dnf
by running the following command:
sudo dnf -y install kf5-ktextwidgets-devel
Install kf5-ktextwidgets-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-ktextwidgets-devel
using yum
by running the following command:
sudo yum -y install kf5-ktextwidgets-devel
How To Uninstall kf5-ktextwidgets-devel on Rocky Linux 8
To uninstall only the kf5-ktextwidgets-devel
package we can use the following command:
sudo dnf remove kf5-ktextwidgets-devel
kf5-ktextwidgets-devel Package Contents on Rocky Linux 8
/usr/include/KF5/KTextWidgets
/usr/include/KF5/KTextWidgets/KFind
/usr/include/KF5/KTextWidgets/KFindDialog
/usr/include/KF5/KTextWidgets/KPluralHandlingSpinBox
/usr/include/KF5/KTextWidgets/KRegExpEditorInterface
/usr/include/KF5/KTextWidgets/KReplace
/usr/include/KF5/KTextWidgets/KReplaceDialog
/usr/include/KF5/KTextWidgets/KRichTextEdit
/usr/include/KF5/KTextWidgets/KRichTextWidget
/usr/include/KF5/KTextWidgets/KTextEdit
/usr/include/KF5/KTextWidgets/kfind.h
/usr/include/KF5/KTextWidgets/kfinddialog.h
/usr/include/KF5/KTextWidgets/kpluralhandlingspinbox.h
/usr/include/KF5/KTextWidgets/kregexpeditorinterface.h
/usr/include/KF5/KTextWidgets/kreplace.h
/usr/include/KF5/KTextWidgets/kreplacedialog.h
/usr/include/KF5/KTextWidgets/krichtextedit.h
/usr/include/KF5/KTextWidgets/krichtextwidget.h
/usr/include/KF5/KTextWidgets/ktextedit.h
/usr/include/KF5/KTextWidgets/ktextwidgets_export.h
/usr/include/KF5/ktextwidgets_version.h
/usr/lib64/cmake/KF5TextWidgets
/usr/lib64/cmake/KF5TextWidgets/KF5TextWidgetsConfig.cmake
/usr/lib64/cmake/KF5TextWidgets/KF5TextWidgetsConfigVersion.cmake
/usr/lib64/cmake/KF5TextWidgets/KF5TextWidgetsTargets-release.cmake
/usr/lib64/cmake/KF5TextWidgets/KF5TextWidgetsTargets.cmake
/usr/lib64/libKF5TextWidgets.so
/usr/lib64/qt5/mkspecs/modules/qt_KTextWidgets.pri
References
Summary
In this tutorial we learn how to install kf5-ktextwidgets-devel
on Rocky Linux 8 using yum and dnf.