How to Install and Uninstall gnutls.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 25,2024

1. Install "gnutls.x86_64" package

This guide covers the steps necessary to install gnutls.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install gnutls.x86_64

2. Uninstall "gnutls.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gnutls.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove gnutls.x86_64 $ sudo yum autoremove

3. Information about the gnutls.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : gnutls
Arch : x86_64
Version : 3.3.29
Release : 9.el7_6
Size : 2.0 M
Repo : installed
From repo : base
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.