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

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

Introduction

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

What is kf5-karchive-devel

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

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

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

sudo dnf -y install kf5-karchive-devel

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

sudo yum -y install kf5-karchive-devel

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

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

sudo dnf remove kf5-karchive-devel

kf5-karchive-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KArchive
/usr/include/KF5/KArchive/K7Zip
/usr/include/KF5/KArchive/KAr
/usr/include/KF5/KArchive/KArchive
/usr/include/KF5/KArchive/KArchiveDirectory
/usr/include/KF5/KArchive/KArchiveEntry
/usr/include/KF5/KArchive/KArchiveFile
/usr/include/KF5/KArchive/KCompressionDevice
/usr/include/KF5/KArchive/KFilterBase
/usr/include/KF5/KArchive/KFilterDev
/usr/include/KF5/KArchive/KRcc
/usr/include/KF5/KArchive/KTar
/usr/include/KF5/KArchive/KZip
/usr/include/KF5/KArchive/KZipFileEntry
/usr/include/KF5/KArchive/k7zip.h
/usr/include/KF5/KArchive/kar.h
/usr/include/KF5/KArchive/karchive.h
/usr/include/KF5/KArchive/karchive_export.h
/usr/include/KF5/KArchive/karchivedirectory.h
/usr/include/KF5/KArchive/karchiveentry.h
/usr/include/KF5/KArchive/karchivefile.h
/usr/include/KF5/KArchive/kcompressiondevice.h
/usr/include/KF5/KArchive/kfilterbase.h
/usr/include/KF5/KArchive/kfilterdev.h
/usr/include/KF5/KArchive/krcc.h
/usr/include/KF5/KArchive/ktar.h
/usr/include/KF5/KArchive/kzip.h
/usr/include/KF5/KArchive/kzipfileentry.h
/usr/include/KF5/karchive_version.h
/usr/lib64/cmake/KF5Archive
/usr/lib64/cmake/KF5Archive/KF5ArchiveConfig.cmake
/usr/lib64/cmake/KF5Archive/KF5ArchiveConfigVersion.cmake
/usr/lib64/cmake/KF5Archive/KF5ArchiveTargets-release.cmake
/usr/lib64/cmake/KF5Archive/KF5ArchiveTargets.cmake
/usr/lib64/libKF5Archive.so
/usr/lib64/qt5/mkspecs/modules/qt_KArchive.pri

References

Summary

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