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

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

Introduction

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

What is kf5-kpkpass-devel

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

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

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

sudo dnf -y install kf5-kpkpass-devel

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

sudo yum -y install kf5-kpkpass-devel

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

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

sudo dnf remove kf5-kpkpass-devel

kf5-kpkpass-devel Package Contents on Rocky Linux 8

/usr/include/KPim
/usr/include/KPim/KPkPass
/usr/include/KPim/KPkPass/Barcode
/usr/include/KPim/KPkPass/BoardingPass
/usr/include/KPim/KPkPass/Field
/usr/include/KPim/KPkPass/Location
/usr/include/KPim/KPkPass/Pass
/usr/include/KPim/KPkPass/barcode.h
/usr/include/KPim/KPkPass/boardingpass.h
/usr/include/KPim/KPkPass/field.h
/usr/include/KPim/KPkPass/kpkpass_export.h
/usr/include/KPim/KPkPass/location.h
/usr/include/KPim/KPkPass/pass.h
/usr/lib64/cmake/KPimPkPass
/usr/lib64/cmake/KPimPkPass/KPimPkPassConfig.cmake
/usr/lib64/cmake/KPimPkPass/KPimPkPassConfigVersion.cmake
/usr/lib64/cmake/KPimPkPass/KPimPkPassTargets-release.cmake
/usr/lib64/cmake/KPimPkPass/KPimPkPassTargets.cmake
/usr/lib64/libKPimPkPass.so

References

Summary

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