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

Last updated: May 16,2024

1. Install "openssl-pkcs11.i686" package

This is a short guide on how to install openssl-pkcs11.i686 on Amazon Linux 2

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

2. Uninstall "openssl-pkcs11.i686" package

Learn how to uninstall openssl-pkcs11.i686 on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : openssl-pkcs11
Arch : i686
Version : 0.4.10
Release : 3.amzn2.0.1
Size : 64 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.