How to Install and Uninstall opensc.i686 Package on Fedora 34

Last updated: July 03,2024

1. Install "opensc.i686" package

This is a short guide on how to install opensc.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install opensc.i686

2. Uninstall "opensc.i686" package

In this section, we are going to explain the necessary steps to uninstall opensc.i686 on Fedora 34:

$ sudo dnf remove opensc.i686 $ sudo dnf autoremove

3. Information about the opensc.i686 package on Fedora 34

Last metadata expiration check: 0:14:43 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : opensc
Version : 0.22.0
Release : 1.fc34
Architecture : i686
Size : 1.2 M
Source : opensc-0.22.0-1.fc34.src.rpm
Repository : updates
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.