How To Install kf5-gpgmepp-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-gpgmepp-devel
on Rocky Linux 8.
What is kf5-gpgmepp-devel
The kf5-gpgmepp-devel package contains libraries and header files for developing applications that use kf5-gpgmepp.
We can use yum
or dnf
to install kf5-gpgmepp-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-gpgmepp-devel.
Install kf5-gpgmepp-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-gpgmepp-devel
using dnf
by running the following command:
sudo dnf -y install kf5-gpgmepp-devel
Install kf5-gpgmepp-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-gpgmepp-devel
using yum
by running the following command:
sudo yum -y install kf5-gpgmepp-devel
How To Uninstall kf5-gpgmepp-devel on Rocky Linux 8
To uninstall only the kf5-gpgmepp-devel
package we can use the following command:
sudo dnf remove kf5-gpgmepp-devel
kf5-gpgmepp-devel Package Contents on Rocky Linux 8
/usr/include/KF5/gpgme++
/usr/include/KF5/gpgme++/assuanresult.h
/usr/include/KF5/gpgme++/configuration.h
/usr/include/KF5/gpgme++/context.h
/usr/include/KF5/gpgme++/data.h
/usr/include/KF5/gpgme++/decryptionresult.h
/usr/include/KF5/gpgme++/defaultassuantransaction.h
/usr/include/KF5/gpgme++/editinteractor.h
/usr/include/KF5/gpgme++/encryptionresult.h
/usr/include/KF5/gpgme++/engineinfo.h
/usr/include/KF5/gpgme++/error.h
/usr/include/KF5/gpgme++/eventloopinteractor.h
/usr/include/KF5/gpgme++/exception.h
/usr/include/KF5/gpgme++/global.h
/usr/include/KF5/gpgme++/gpgadduserideditinteractor.h
/usr/include/KF5/gpgme++/gpgagentgetinfoassuantransaction.h
/usr/include/KF5/gpgme++/gpgmefw.h
/usr/include/KF5/gpgme++/gpgmepp_export.h
/usr/include/KF5/gpgme++/gpgsetexpirytimeeditinteractor.h
/usr/include/KF5/gpgme++/gpgsetownertrusteditinteractor.h
/usr/include/KF5/gpgme++/gpgsignkeyeditinteractor.h
/usr/include/KF5/gpgme++/importresult.h
/usr/include/KF5/gpgme++/interfaces
/usr/include/KF5/gpgme++/interfaces/assuantransaction.h
/usr/include/KF5/gpgme++/interfaces/dataprovider.h
/usr/include/KF5/gpgme++/interfaces/passphraseprovider.h
/usr/include/KF5/gpgme++/interfaces/progressprovider.h
/usr/include/KF5/gpgme++/key.h
/usr/include/KF5/gpgme++/keygenerationresult.h
/usr/include/KF5/gpgme++/keylistresult.h
/usr/include/KF5/gpgme++/notation.h
/usr/include/KF5/gpgme++/result.h
/usr/include/KF5/gpgme++/scdgetinfoassuantransaction.h
/usr/include/KF5/gpgme++/signingresult.h
/usr/include/KF5/gpgme++/trustitem.h
/usr/include/KF5/gpgme++/verificationresult.h
/usr/include/KF5/gpgme++/vfsmountresult.h
/usr/include/KF5/gpgmepp_version.h
/usr/include/KF5/qgpgme
/usr/include/KF5/qgpgme/dataprovider.h
/usr/include/KF5/qgpgme/qgpgme_eventloopinteractor.h
/usr/include/KF5/qgpgme/qgpgme_export.h
/usr/lib64/cmake/KF5Gpgmepp
/usr/lib64/cmake/KF5Gpgmepp/KF5GpgmeppConfig.cmake
/usr/lib64/cmake/KF5Gpgmepp/KF5GpgmeppConfigVersion.cmake
/usr/lib64/cmake/KF5Gpgmepp/KF5GpgmeppTargets-release.cmake
/usr/lib64/cmake/KF5Gpgmepp/KF5GpgmeppTargets.cmake
/usr/lib64/libKF5Gpgmepp-pthread.so
/usr/lib64/libKF5Gpgmepp.so
/usr/lib64/libKF5QGpgme.so
/usr/lib64/qt5/mkspecs/modules/qt_QGpgme.pri
References
Summary
In this tutorial we learn how to install kf5-gpgmepp-devel
on Rocky Linux 8 using yum and dnf.