How to Install and Uninstall opensc.src Package on Oracle Linux 8

Last updated: November 27,2024

1. Install "opensc.src" package

Please follow the steps below to install opensc.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install opensc.src

2. Uninstall "opensc.src" package

Learn how to uninstall opensc.src on Oracle Linux 8:

$ sudo dnf remove opensc.src $ sudo dnf autoremove

3. Information about the opensc.src package on Oracle Linux 8

Last metadata expiration check: 6:16:08 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : opensc
Version : 0.20.0
Release : 4.el8
Architecture : src
Size : 2.1 M
Source : None
Repository : ol8_baseos_latest
Summary : Smart card library and applications
URL : https://github.com/OpenSC/OpenSC/wiki
License : LGPLv2+
Description : OpenSC provides a set of libraries and utilities to work with smart cards. Its
: main focus is on cards that support cryptographic operations, and facilitate
: their use in security applications such as authentication, mail encryption and
: digital signatures. OpenSC implements the PKCS#11 API so applications
: supporting this API (such as Mozilla Firefox and Thunderbird) can use it. On
: the card OpenSC implements the PKCS#15 standard and aims to be compatible with
: every software/card that does so, too.