How To Install openssl098e.i686 on Amazon Linux 2

In this tutorial we learn how to install openssl098e.i686 in Amazon Linux 2. openssl098e.i686 is A compatibility version of a general cryptography and TLS library

Introduction

In this tutorial we learn how to install openssl098e.i686 on Amazon Linux 2.

What is openssl098e.i686

The OpenSSL toolkit provides support for secure communications between machines. OpenSSL includes a certificate management tool and shared libraries which provide various cryptographic algorithms and protocols. This version of OpenSSL package is provided for compatibility with the previous CentOS Linux release.

We can use yum to install openssl098e.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openssl098e.i686.

Install openssl098e.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 openssl098e.i686 using yum by running the following command:

sudo yum -y install openssl098e.i686

How To Uninstall openssl098e.i686 on Amazon Linux 2

To uninstall only the openssl098e.i686 package we can use the following command:

sudo yum remove openssl098e.i686

openssl098e.i686 Package Contents on Amazon Linux 2

/usr/lib/.libcrypto.so.0.9.8e.hmac
/usr/lib/.libcrypto.so.6.hmac
/usr/lib/.libssl.so.0.9.8e.hmac
/usr/lib/.libssl.so.6.hmac
/usr/lib/libcrypto.so.0.9.8e
/usr/lib/libcrypto.so.6
/usr/lib/libssl.so.0.9.8e
/usr/lib/libssl.so.6
/usr/lib/openssl098e
/usr/lib/openssl098e/engines
/usr/lib/openssl098e/engines/lib4758cca.so
/usr/lib/openssl098e/engines/libaep.so
/usr/lib/openssl098e/engines/libatalla.so
/usr/lib/openssl098e/engines/libchil.so
/usr/lib/openssl098e/engines/libcswift.so
/usr/lib/openssl098e/engines/libgmp.so
/usr/lib/openssl098e/engines/libnuron.so
/usr/lib/openssl098e/engines/libsureware.so
/usr/lib/openssl098e/engines/libubsec.so
/usr/share/doc/openssl098e-0.9.8e
/usr/share/doc/openssl098e-0.9.8e/CHANGES
/usr/share/doc/openssl098e-0.9.8e/FAQ
/usr/share/doc/openssl098e-0.9.8e/INSTALL
/usr/share/doc/openssl098e-0.9.8e/LICENSE
/usr/share/doc/openssl098e-0.9.8e/NEWS
/usr/share/doc/openssl098e-0.9.8e/README
/usr/share/doc/openssl098e-0.9.8e/README.FIPS

References

Summary

In this tutorial we learn how to install openssl098e.i686 on Amazon Linux 2 using yum.