How to Install and Uninstall opensc.i686 Package on Rocky Linux 8

Last updated: May 18,2024

1. Install "opensc.i686" package

Please follow the steps below to install opensc.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install opensc.i686

2. Uninstall "opensc.i686" package

Please follow the guidance below to uninstall opensc.i686 on Rocky Linux 8:

$ sudo dnf remove opensc.i686 $ sudo dnf autoremove

3. Information about the opensc.i686 package on Rocky Linux 8

Last metadata expiration check: 1:59:08 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : opensc
Version : 0.20.0
Release : 4.el8
Architecture : i686
Size : 1.3 M
Source : opensc-0.20.0-4.el8.src.rpm
Repository : baseos
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.