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

Last updated: July 05,2024

1. Install "opensc.src" package

This is a short guide on how to install opensc.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install opensc.src

2. Uninstall "opensc.src" package

This guide covers the steps necessary to uninstall opensc.src on Oracle Linux 9:

$ sudo dnf remove opensc.src $ sudo dnf autoremove

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

Last metadata expiration check: 1:37:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : opensc
Version : 0.23.0
Release : 3.el9_3
Architecture : src
Size : 2.3 M
Source : None
Repository : ol9_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.