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

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

Introduction

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

What is kf5-kemoticons-devel

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

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

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

sudo dnf -y install kf5-kemoticons-devel

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

sudo yum -y install kf5-kemoticons-devel

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

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

sudo dnf remove kf5-kemoticons-devel

kf5-kemoticons-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KEmoticons
/usr/include/KF5/KEmoticons/KEmoticons
/usr/include/KF5/KEmoticons/KEmoticonsProvider
/usr/include/KF5/KEmoticons/KEmoticonsTheme
/usr/include/KF5/KEmoticons/kemoticons.h
/usr/include/KF5/KEmoticons/kemoticons_export.h
/usr/include/KF5/KEmoticons/kemoticonsprovider.h
/usr/include/KF5/KEmoticons/kemoticonstheme.h
/usr/include/KF5/kemoticons_version.h
/usr/lib64/cmake/KF5Emoticons
/usr/lib64/cmake/KF5Emoticons/KF5EmoticonsConfig.cmake
/usr/lib64/cmake/KF5Emoticons/KF5EmoticonsConfigVersion.cmake
/usr/lib64/cmake/KF5Emoticons/KF5EmoticonsTargets-release.cmake
/usr/lib64/cmake/KF5Emoticons/KF5EmoticonsTargets.cmake
/usr/lib64/libKF5Emoticons.so
/usr/lib64/qt5/mkspecs/modules/qt_KEmoticons.pri

References

Summary

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