How to Install and Uninstall gnutls-c++.i686 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "gnutls-c++.i686" package

This guide covers the steps necessary to install gnutls-c++.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gnutls-c++.i686

2. Uninstall "gnutls-c++.i686" package

This guide covers the steps necessary to uninstall gnutls-c++.i686 on Amazon Linux 2:

$ sudo yum remove gnutls-c++.i686 $ sudo yum autoremove

3. Information about the gnutls-c++.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gnutls-c++
Arch : i686
Version : 3.3.29
Release : 9.amzn2
Size : 35 k
Repo : amzn2-core/2/x86_64
Summary : The C++ interface to GnuTLS
URL : http://www.gnutls.org/
License : GPLv3+ and LGPLv2+
Description : 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.