How to Install and Uninstall libfido2.x86_64 Package on Rocky Linux 9

Last updated: July 02,2024

1. Install "libfido2.x86_64" package

Learn how to install libfido2.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install libfido2.x86_64

2. Uninstall "libfido2.x86_64" package

This tutorial shows how to uninstall libfido2.x86_64 on Rocky Linux 9:

$ sudo dnf remove libfido2.x86_64 $ sudo dnf autoremove

3. Information about the libfido2.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:09:44 ago on Fri Feb 16 06:49:52 2024.
Installed Packages
Name : libfido2
Version : 1.13.0
Release : 1.el9
Architecture : x86_64
Size : 241 k
Source : libfido2-1.13.0-1.el9.src.rpm
Repository : @System
From repo : baseos
Summary : FIDO2 library
URL : https://github.com/Yubico/libfido2
License : BSD
Description : libfido2 is an open source library to support the FIDO2 protocol. FIDO2 is
: an open authentication standard that consists of the W3C Web Authentication
: specification (WebAuthn API), and the Client to Authentication Protocol
: (CTAP). CTAP is an application layer protocol used for communication
: between a client (browser) or a platform (operating system) with an external
: authentication device (for example the Yubico Security Key).