How to Install and Uninstall openssl-pkcs11.x86_64 Package on Oracle Linux 8

Last updated: July 05,2024

1. Install "openssl-pkcs11.x86_64" package

Here is a brief guide to show you how to install openssl-pkcs11.x86_64 on Oracle Linux 8

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

2. Uninstall "openssl-pkcs11.x86_64" package

In this section, we are going to explain the necessary steps to uninstall openssl-pkcs11.x86_64 on Oracle Linux 8:

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

3. Information about the openssl-pkcs11.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:28:27 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : openssl-pkcs11
Version : 0.4.10
Release : 2.el8
Architecture : x86_64
Size : 66 k
Source : openssl-pkcs11-0.4.10-2.el8.src.rpm
Repository : ol8_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.