How To Install openssl098e.x86_64 on Amazon Linux 2

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

Introduction

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

What is openssl098e.x86_64

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.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install openssl098e.x86_64.

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

sudo yum -y install openssl098e.x86_64

How To Uninstall openssl098e.x86_64 on Amazon Linux 2

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

sudo yum remove openssl098e.x86_64

openssl098e.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/.libcrypto.so.0.9.8e.hmac
/usr/lib64/.libcrypto.so.6.hmac
/usr/lib64/.libssl.so.0.9.8e.hmac
/usr/lib64/.libssl.so.6.hmac
/usr/lib64/libcrypto.so.0.9.8e
/usr/lib64/libcrypto.so.6
/usr/lib64/libssl.so.0.9.8e
/usr/lib64/libssl.so.6
/usr/lib64/openssl098e
/usr/lib64/openssl098e/engines
/usr/lib64/openssl098e/engines/lib4758cca.so
/usr/lib64/openssl098e/engines/libaep.so
/usr/lib64/openssl098e/engines/libatalla.so
/usr/lib64/openssl098e/engines/libchil.so
/usr/lib64/openssl098e/engines/libcswift.so
/usr/lib64/openssl098e/engines/libgmp.so
/usr/lib64/openssl098e/engines/libnuron.so
/usr/lib64/openssl098e/engines/libsureware.so
/usr/lib64/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.x86_64 on Amazon Linux 2 using yum.