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

Last updated: May 18,2024

1. Install "gnutls-devel.x86_64" package

Please follow the instructions below to install gnutls-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gnutls-devel.x86_64

2. Uninstall "gnutls-devel.x86_64" package

Please follow the instructions below to uninstall gnutls-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove gnutls-devel.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : gnutls-devel
Arch : x86_64
Version : 3.3.29
Release : 9.amzn2
Size : 1.4 M
Repo : amzn2-core/2/x86_64
Summary : Development files for the gnutls package
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 files needed for developing
: applications with the GnuTLS library.