How To Install gpgmepp on Fedora 36
Introduction
In this tutorial we learn how to install gpgmepp on Fedora 36.
What is gpgmepp
C++ bindings/wrapper for GPGME.
We can use yum or dnf to install gpgmepp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpgmepp.
Install gpgmepp on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gpgmepp using dnf by running the following command:
sudo dnf -y install gpgmepp
Install gpgmepp on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gpgmepp using yum by running the following command:
sudo yum -y install gpgmepp
How To Uninstall gpgmepp on Fedora 36
To uninstall only the gpgmepp package we can use the following command:
sudo dnf remove gpgmepp
gpgmepp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/ed82948449d166faf5b9042088b1821826296b
/usr/lib64/libgpgmepp.so.6
/usr/lib64/libgpgmepp.so.6.12.1
/usr/share/doc/gpgmepp
/usr/share/doc/gpgmepp/README
References
Summary
In this tutorial we learn how to install gpgmepp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gpgmepp on Fedora 36” linkTitle: “gpgmepp” type: “docs” description: “In this tutorial we learn how to install gpgmepp in Fedora 36. gpgmepp is C++ bindings/wrapper for GPGME” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gpgmepp-featured.png
Introduction
In this tutorial we learn how to install gpgmepp on Fedora 36.
What is gpgmepp
C++ bindings/wrapper for GPGME.
We can use yum or dnf to install gpgmepp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gpgmepp.
Install gpgmepp on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gpgmepp using dnf by running the following command:
sudo dnf -y install gpgmepp
Install gpgmepp on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gpgmepp using yum by running the following command:
sudo yum -y install gpgmepp
How To Uninstall gpgmepp on Fedora 36
To uninstall only the gpgmepp package we can use the following command:
sudo dnf remove gpgmepp
gpgmepp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/2e86503867eee6f7e419ded9182565dad876e0
/usr/lib/libgpgmepp.so.6
/usr/lib/libgpgmepp.so.6.12.1
/usr/share/doc/gpgmepp
/usr/share/doc/gpgmepp/README
References
Summary
In this tutorial we learn how to install gpgmepp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).