How to Install and Uninstall gnutls.x86_64 Package on Amazon Linux 2

Last updated: June 24,2024

1. Install "gnutls.x86_64" package

Learn how to install gnutls.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gnutls.x86_64

2. Uninstall "gnutls.x86_64" package

Here is a brief guide to show you how to uninstall gnutls.x86_64 on Amazon Linux 2:

$ sudo yum remove gnutls.x86_64 $ sudo yum autoremove

3. Information about the gnutls.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gnutls
Arch : x86_64
Version : 3.3.29
Release : 9.amzn2
Size : 673 k
Repo : amzn2-core/2/x86_64
Summary : A TLS protocol implementation
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.