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

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

Introduction

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

What is kf5-kdesu-devel

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

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

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

sudo dnf -y install kf5-kdesu-devel

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

sudo yum -y install kf5-kdesu-devel

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

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

sudo dnf remove kf5-kdesu-devel

kf5-kdesu-devel Package Contents on Rocky Linux 8

/usr/include/KF5/KDESu
/usr/include/KF5/KDESu/KDESu
/usr/include/KF5/KDESu/KDESu/Client
/usr/include/KF5/KDESu/KDESu/PtyProcess
/usr/include/KF5/KDESu/KDESu/SshProcess
/usr/include/KF5/KDESu/KDESu/StubProcess
/usr/include/KF5/KDESu/KDESu/SuProcess
/usr/include/KF5/KDESu/kdesu
/usr/include/KF5/KDESu/kdesu/client.h
/usr/include/KF5/KDESu/kdesu/defaults.h
/usr/include/KF5/KDESu/kdesu/kdesu_export.h
/usr/include/KF5/KDESu/kdesu/process.h
/usr/include/KF5/KDESu/kdesu/ptyprocess.h
/usr/include/KF5/KDESu/kdesu/ssh.h
/usr/include/KF5/KDESu/kdesu/sshprocess.h
/usr/include/KF5/KDESu/kdesu/stub.h
/usr/include/KF5/KDESu/kdesu/stubprocess.h
/usr/include/KF5/KDESu/kdesu/su.h
/usr/include/KF5/KDESu/kdesu/suprocess.h
/usr/include/KF5/kdesu_version.h
/usr/lib64/cmake/KF5Su
/usr/lib64/cmake/KF5Su/KF5SuConfig.cmake
/usr/lib64/cmake/KF5Su/KF5SuConfigVersion.cmake
/usr/lib64/cmake/KF5Su/KF5SuTargets-release.cmake
/usr/lib64/cmake/KF5Su/KF5SuTargets.cmake
/usr/lib64/libKF5Su.so
/usr/lib64/qt5/mkspecs/modules/qt_KDESu.pri

References

Summary

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