How To Install kf5-gpgmepp on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-gpgmepp
on Rocky Linux 8.
What is kf5-gpgmepp
C++ wrapper and Qt integration for GpgMe library.
We can use yum
or dnf
to install kf5-gpgmepp
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-gpgmepp.
Install kf5-gpgmepp 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
using dnf
by running the following command:
sudo dnf -y install kf5-gpgmepp
Install kf5-gpgmepp 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
using yum
by running the following command:
sudo yum -y install kf5-gpgmepp
How To Uninstall kf5-gpgmepp on Rocky Linux 8
To uninstall only the kf5-gpgmepp
package we can use the following command:
sudo dnf remove kf5-gpgmepp
kf5-gpgmepp Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/04fed28d8110982edc3c73bc87c664dffb9ba2
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/49912a4cd18a19962d557de3be2d82109a2edc
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/fe3475882bb22f9491209f4ba88940d2ff9121
/usr/lib64/libKF5Gpgmepp-pthread.so.5
/usr/lib64/libKF5Gpgmepp-pthread.so.5.3.3
/usr/lib64/libKF5Gpgmepp.so.5
/usr/lib64/libKF5Gpgmepp.so.5.3.3
/usr/lib64/libKF5QGpgme.so.5
/usr/lib64/libKF5QGpgme.so.5.3.3
/usr/share/licenses/kf5-gpgmepp
/usr/share/licenses/kf5-gpgmepp/COPYING.LIB
References
Summary
In this tutorial we learn how to install kf5-gpgmepp
on Rocky Linux 8 using yum and dnf.