How To Install qgpgme on Fedora 36

In this tutorial we learn how to install qgpgme in Fedora 36. qgpgme is Qt API bindings/wrapper for GPGME

Introduction

In this tutorial we learn how to install qgpgme on Fedora 36.

What is qgpgme

Qt API bindings/wrapper for GPGME.

We can use yum or dnf to install qgpgme on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qgpgme.

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

sudo dnf -y install qgpgme

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

sudo yum -y install qgpgme

How To Uninstall qgpgme on Fedora 36

To uninstall only the qgpgme package we can use the following command:

sudo dnf remove qgpgme

qgpgme Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/4432d25b7640f7d649b71b8cea35ccaadec93b
/usr/lib/libqgpgme.so.7
/usr/lib/libqgpgme.so.7.5.1
/usr/share/doc/qgpgme
/usr/share/doc/qgpgme/README

References

Summary

In this tutorial we learn how to install qgpgme on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install qgpgme on Fedora 36” linkTitle: “qgpgme” type: “docs” description: “In this tutorial we learn how to install qgpgme in Fedora 36. qgpgme is Qt API bindings/wrapper for GPGME” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qgpgme-featured.png

Introduction

In this tutorial we learn how to install qgpgme on Fedora 36.

What is qgpgme

Qt API bindings/wrapper for GPGME.

We can use yum or dnf to install qgpgme on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qgpgme.

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

sudo dnf -y install qgpgme

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

sudo yum -y install qgpgme

How To Uninstall qgpgme on Fedora 36

To uninstall only the qgpgme package we can use the following command:

sudo dnf remove qgpgme

qgpgme Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/84862e0a4fce0ff0c1630121ecfb39aa4f7c46
/usr/lib64/libqgpgme.so.7
/usr/lib64/libqgpgme.so.7.5.1
/usr/share/doc/qgpgme
/usr/share/doc/qgpgme/README

References

Summary

In this tutorial we learn how to install qgpgme on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).