How To Install kio-extras-devel on Rocky Linux 8

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

Introduction

In this tutorial we learn how to install kio-extras-devel on Rocky Linux 8.

What is kio-extras-devel

Development files for kio-extras.

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

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

sudo dnf -y install kio-extras-devel

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

sudo yum -y install kio-extras-devel

How To Uninstall kio-extras-devel on Rocky Linux 8

To uninstall only the kio-extras-devel package we can use the following command:

sudo dnf remove kio-extras-devel

kio-extras-devel Package Contents on Rocky Linux 8

/usr/include/KF5/kio_archivebase.h
/usr/include/KF5/libkioarchive_export.h
/usr/lib64/cmake/KioArchive
/usr/lib64/cmake/KioArchive/KioArchiveConfig.cmake
/usr/lib64/cmake/KioArchive/KioArchiveConfigVersion.cmake
/usr/lib64/cmake/KioArchive/KioArchiveTargets-release.cmake
/usr/lib64/cmake/KioArchive/KioArchiveTargets.cmake

References

Summary

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