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

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

Introduction

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

What is kf5-ksmtp-devel

Development files for kf5-ksmtp.

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

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

sudo dnf -y install kf5-ksmtp-devel

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

sudo yum -y install kf5-ksmtp-devel

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

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

sudo dnf remove kf5-ksmtp-devel

kf5-ksmtp-devel Package Contents on Rocky Linux 8

/usr/include/KPim
/usr/include/KPim/KSMTP
/usr/include/KPim/KSMTP/KSMTP
/usr/include/KPim/KSMTP/KSMTP/Job
/usr/include/KPim/KSMTP/KSMTP/LoginJob
/usr/include/KPim/KSMTP/KSMTP/SendJob
/usr/include/KPim/KSMTP/KSMTP/Session
/usr/include/KPim/KSMTP/KSMTP/SessionUiProxy
/usr/include/KPim/KSMTP/ksmtp
/usr/include/KPim/KSMTP/ksmtp/job.h
/usr/include/KPim/KSMTP/ksmtp/ksmtp_export.h
/usr/include/KPim/KSMTP/ksmtp/loginjob.h
/usr/include/KPim/KSMTP/ksmtp/sendjob.h
/usr/include/KPim/KSMTP/ksmtp/session.h
/usr/include/KPim/KSMTP/ksmtp/sessionuiproxy.h
/usr/include/KPim/ksmtp_version.h
/usr/lib64/cmake/KPimSMTP
/usr/lib64/cmake/KPimSMTP/KPimSMTPConfig.cmake
/usr/lib64/cmake/KPimSMTP/KPimSMTPConfigVersion.cmake
/usr/lib64/cmake/KPimSMTP/KPimSMTPTargets-release.cmake
/usr/lib64/cmake/KPimSMTP/KPimSMTPTargets.cmake
/usr/lib64/libKPimSMTP.so
/usr/lib64/qt5/mkspecs/modules/qt_KSMTP.pri

References

Summary

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