How to Install and Uninstall openssl-pkcs11.src Package on Oracle Linux 9

Last updated: May 07,2024

1. Install "openssl-pkcs11.src" package

Please follow the guidelines below to install openssl-pkcs11.src on Oracle Linux 9

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

2. Uninstall "openssl-pkcs11.src" package

Please follow the guidelines below to uninstall openssl-pkcs11.src on Oracle Linux 9:

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

3. Information about the openssl-pkcs11.src package on Oracle Linux 9

Last metadata expiration check: 0:49:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : openssl-pkcs11
Version : 0.4.11
Release : 7.el9
Architecture : src
Size : 508 k
Source : None
Repository : ol9_baseos_latest
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.