How To Install gnutls-dane.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install gnutls-dane.i686 on Amazon Linux 2.
What is gnutls-dane.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 library that implements the DANE protocol for verifying TLS certificates through DNSSEC.
We can use yum to install gnutls-dane.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gnutls-dane.i686.
Install gnutls-dane.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-dane.i686 using yum by running the following command:
sudo yum -y install gnutls-dane.i686
How To Uninstall gnutls-dane.i686 on Amazon Linux 2
To uninstall only the gnutls-dane.i686 package we can use the following command:
sudo yum remove gnutls-dane.i686
gnutls-dane.i686 Package Contents on Amazon Linux 2
/usr/lib/libgnutls-dane.so.0
/usr/lib/libgnutls-dane.so.0.5.0
References
Summary
In this tutorial we learn how to install gnutls-dane.i686 on Amazon Linux 2 using yum.