How to Install and Uninstall openssl-pkcs11.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "openssl-pkcs11.x86_64" package

Please follow the instructions below to install openssl-pkcs11.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install openssl-pkcs11.x86_64

2. Uninstall "openssl-pkcs11.x86_64" package

Please follow the instructions below to uninstall openssl-pkcs11.x86_64 on CentOS Stream 8:

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

3. Information about the openssl-pkcs11.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:33:52 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : openssl-pkcs11
Version : 0.4.10
Release : 3.el8
Architecture : x86_64
Size : 66 k
Source : openssl-pkcs11-0.4.10-3.el8.src.rpm
Repository : baseos
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.