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

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

Introduction

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

What is kf5-libkdcraw-devel

Development files for kf5-libkdcraw.

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

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

sudo dnf -y install kf5-libkdcraw-devel

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

sudo yum -y install kf5-libkdcraw-devel

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

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

sudo dnf remove kf5-libkdcraw-devel

kf5-libkdcraw-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KDCRAW
/usr/include/KF5/KDCRAW/KDCRAW
/usr/include/KF5/KDCRAW/KDCRAW/DcrawInfoContainer
/usr/include/KF5/KDCRAW/KDCRAW/KDcraw
/usr/include/KF5/KDCRAW/KDCRAW/RawDecodingSettings
/usr/include/KF5/KDCRAW/KDCRAW/RawFiles
/usr/include/KF5/KDCRAW/kdcraw
/usr/include/KF5/KDCRAW/kdcraw/dcrawinfocontainer.h
/usr/include/KF5/KDCRAW/kdcraw/kdcraw.h
/usr/include/KF5/KDCRAW/kdcraw/libkdcraw_export.h
/usr/include/KF5/KDCRAW/kdcraw/rawdecodingsettings.h
/usr/include/KF5/KDCRAW/kdcraw/rawfiles.h
/usr/include/KF5/libkdcraw_version.h
/usr/lib64/cmake/KF5KDcraw
/usr/lib64/cmake/KF5KDcraw/KF5KDcrawConfig.cmake
/usr/lib64/cmake/KF5KDcraw/KF5KDcrawConfigVersion.cmake
/usr/lib64/cmake/KF5KDcraw/KF5KDcrawTargets-release.cmake
/usr/lib64/cmake/KF5KDcraw/KF5KDcrawTargets.cmake
/usr/lib64/libKF5KDcraw.so

References

Summary

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