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

Last updated: October 09,2024

1. Install "openssl-pkcs11.x86_64" package

This guide covers the steps necessary to install openssl-pkcs11.x86_64 on CentOS Stream 9

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

2. Uninstall "openssl-pkcs11.x86_64" package

Here is a brief guide to show you how to uninstall openssl-pkcs11.x86_64 on CentOS Stream 9:

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

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

Last metadata expiration check: 0:24:44 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : openssl-pkcs11
Version : 0.4.11
Release : 9.el9
Architecture : x86_64
Size : 72 k
Source : openssl-pkcs11-0.4.11-9.el9.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.