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

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

Introduction

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

What is kf5-libkipi-devel

Development files for kf5-libkipi.

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

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

sudo dnf -y install kf5-libkipi-devel

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

sudo yum -y install kf5-libkipi-devel

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

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

sudo dnf remove kf5-libkipi-devel

kf5-libkipi-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KIPI
/usr/include/KF5/KIPI/KIPI
/usr/include/KF5/KIPI/KIPI/ConfigWidget
/usr/include/KF5/KIPI/KIPI/ImageCollection
/usr/include/KF5/KIPI/KIPI/ImageCollectionSelector
/usr/include/KF5/KIPI/KIPI/ImageCollectionShared
/usr/include/KF5/KIPI/KIPI/ImageInfo
/usr/include/KF5/KIPI/KIPI/ImageInfoShared
/usr/include/KF5/KIPI/KIPI/Interface
/usr/include/KF5/KIPI/KIPI/Plugin
/usr/include/KF5/KIPI/KIPI/PluginLoader
/usr/include/KF5/KIPI/KIPI/UploadWidget
/usr/include/KF5/KIPI/kipi
/usr/include/KF5/KIPI/kipi/configwidget.h
/usr/include/KF5/KIPI/kipi/imagecollection.h
/usr/include/KF5/KIPI/kipi/imagecollectionselector.h
/usr/include/KF5/KIPI/kipi/imagecollectionshared.h
/usr/include/KF5/KIPI/kipi/imageinfo.h
/usr/include/KF5/KIPI/kipi/imageinfoshared.h
/usr/include/KF5/KIPI/kipi/interface.h
/usr/include/KF5/KIPI/kipi/libkipi_config.h
/usr/include/KF5/KIPI/kipi/libkipi_export.h
/usr/include/KF5/KIPI/kipi/plugin.h
/usr/include/KF5/KIPI/kipi/pluginloader.h
/usr/include/KF5/KIPI/kipi/uploadwidget.h
/usr/include/KF5/libkipi_version.h
/usr/lib64/cmake/KF5Kipi
/usr/lib64/cmake/KF5Kipi/KF5KipiConfig.cmake
/usr/lib64/cmake/KF5Kipi/KF5KipiConfigVersion.cmake
/usr/lib64/cmake/KF5Kipi/KF5KipiTargets-release.cmake
/usr/lib64/cmake/KF5Kipi/KF5KipiTargets.cmake
/usr/lib64/libKF5Kipi.so

References

Summary

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