How To Install kf5-kiconthemes-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-kiconthemes-devel
on Rocky Linux 8.
What is kf5-kiconthemes-devel
The kf5-kiconthemes-devel package contains libraries and header files for developing applications that use kf5-kiconthemes.
We can use yum
or dnf
to install kf5-kiconthemes-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-kiconthemes-devel.
Install kf5-kiconthemes-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-kiconthemes-devel
using dnf
by running the following command:
sudo dnf -y install kf5-kiconthemes-devel
Install kf5-kiconthemes-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-kiconthemes-devel
using yum
by running the following command:
sudo yum -y install kf5-kiconthemes-devel
How To Uninstall kf5-kiconthemes-devel on Rocky Linux 8
To uninstall only the kf5-kiconthemes-devel
package we can use the following command:
sudo dnf remove kf5-kiconthemes-devel
kf5-kiconthemes-devel Package Contents on Rocky Linux 8
/usr/include/KF5/KIconThemes
/usr/include/KF5/KIconThemes/KIconButton
/usr/include/KF5/KIconThemes/KIconDialog
/usr/include/KF5/KIconThemes/KIconEffect
/usr/include/KF5/KIconThemes/KIconEngine
/usr/include/KF5/KIconThemes/KIconLoader
/usr/include/KF5/KIconThemes/KIconTheme
/usr/include/KF5/KIconThemes/kiconbutton.h
/usr/include/KF5/KIconThemes/kicondialog.h
/usr/include/KF5/KIconThemes/kiconeffect.h
/usr/include/KF5/KIconThemes/kiconengine.h
/usr/include/KF5/KIconThemes/kiconloader.h
/usr/include/KF5/KIconThemes/kicontheme.h
/usr/include/KF5/KIconThemes/kiconthemes_export.h
/usr/include/KF5/kiconthemes_version.h
/usr/lib64/cmake/KF5IconThemes
/usr/lib64/cmake/KF5IconThemes/KF5IconThemesConfig.cmake
/usr/lib64/cmake/KF5IconThemes/KF5IconThemesConfigVersion.cmake
/usr/lib64/cmake/KF5IconThemes/KF5IconThemesTargets-release.cmake
/usr/lib64/cmake/KF5IconThemes/KF5IconThemesTargets.cmake
/usr/lib64/libKF5IconThemes.so
/usr/lib64/qt5/mkspecs/modules/qt_KIconThemes.pri
References
Summary
In this tutorial we learn how to install kf5-kiconthemes-devel
on Rocky Linux 8 using yum and dnf.