How To Install gnutls-c++.i686 on Amazon Linux 2

In this tutorial we learn how to install gnutls-c++.i686 in Amazon Linux 2. gnutls-c++.i686 is The C++ interface to GnuTLS

Introduction

In this tutorial we learn how to install gnutls-c++.i686 on Amazon Linux 2.

What is gnutls-c++.i686

GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures. This package contains the C++ interface for the GnuTLS library.

We can use yum to install gnutls-c++.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gnutls-c++.i686.

Install gnutls-c++.i686 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 gnutls-c++.i686 using yum by running the following command:

sudo yum -y install gnutls-c++.i686

How To Uninstall gnutls-c++.i686 on Amazon Linux 2

To uninstall only the gnutls-c++.i686 package we can use the following command:

sudo yum remove gnutls-c++.i686

gnutls-c++.i686 Package Contents on Amazon Linux 2

/usr/lib/libgnutlsxx.so.28
/usr/lib/libgnutlsxx.so.28.1.0

References

Summary

In this tutorial we learn how to install gnutls-c++.i686 on Amazon Linux 2 using yum.