How to Install and Uninstall openssl-pkcs11.x86_64 Package on Amazon Linux 2

Last updated: November 01,2024

1. Install "openssl-pkcs11.x86_64" package

In this section, we are going to explain the necessary steps to install openssl-pkcs11.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install openssl-pkcs11.x86_64

2. Uninstall "openssl-pkcs11.x86_64" package

Please follow the steps below to uninstall openssl-pkcs11.x86_64 on Amazon Linux 2:

$ sudo yum remove openssl-pkcs11.x86_64 $ sudo yum autoremove

3. Information about the openssl-pkcs11.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : openssl-pkcs11
Arch : x86_64
Version : 0.4.10
Release : 3.amzn2.0.1
Size : 60 k
Repo : amzn2-core/2/x86_64
Summary : A PKCS#11 engine for use with OpenSSL
URL : https://github.com/OpenSC/libp11
License : LGPLv2+ and BSD
Description : openssl-pkcs11 enables hardware security module (HSM), and smart
: card support in OpenSSL applications. More precisely, it is an
: OpenSSL engine which makes registered PKCS#11 modules available
: for OpenSSL applications. The engine is optional and can be loaded
: by configuration file, command line or through the OpenSSL ENGINE
: API.