How To Install gpgme-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gpgme-devel.x86_64 in Amazon Linux 2. gpgme-devel.x86_64 is Development headers and libraries for gpgme

Introduction

In this tutorial we learn how to install gpgme-devel.x86_64 on Amazon Linux 2.

What is gpgme-devel.x86_64

Development headers and libraries for gpgme

We can use yum to install gpgme-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gpgme-devel.x86_64.

Install gpgme-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gpgme-devel.x86_64 using yum by running the following command:

sudo yum -y install gpgme-devel.x86_64

How To Uninstall gpgme-devel.x86_64 on Amazon Linux 2

To uninstall only the gpgme-devel.x86_64 package we can use the following command:

sudo yum remove gpgme-devel.x86_64

gpgme-devel.x86_64 Package Contents on Amazon Linux 2

/usr/bin/gpgme-config
/usr/bin/gpgme-config.x86_64
/usr/include/gpgme-64.h
/usr/include/gpgme.h
/usr/lib64/libgpgme-pthread.so
/usr/lib64/libgpgme.so
/usr/share/aclocal/gpgme.m4
/usr/share/info/gpgme.info-1.gz
/usr/share/info/gpgme.info-2.gz
/usr/share/info/gpgme.info.gz

References

Summary

In this tutorial we learn how to install gpgme-devel.x86_64 on Amazon Linux 2 using yum.