How to Install and Uninstall perl-Authen-WebAuthn.noarch Package on AlmaLinux 8

Last updated: May 15,2024

1. Install "perl-Authen-WebAuthn.noarch" package

This is a short guide on how to install perl-Authen-WebAuthn.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install perl-Authen-WebAuthn.noarch

2. Uninstall "perl-Authen-WebAuthn.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Authen-WebAuthn.noarch on AlmaLinux 8:

$ sudo dnf remove perl-Authen-WebAuthn.noarch $ sudo dnf autoremove

3. Information about the perl-Authen-WebAuthn.noarch package on AlmaLinux 8

Last metadata expiration check: 1:01:51 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Authen-WebAuthn
Version : 0.001
Release : 2.el8
Architecture : noarch
Size : 29 k
Source : perl-Authen-WebAuthn-0.001-2.el8.src.rpm
Repository : epel
Summary : Library to add Web Authentication support to server applications
URL : https://metacpan.org/dist/Authen-WebAuthn
License : GPL+ or Artistic
Description : This module lets you validate WebAuthn registration and authentication
: responses.
:
: Currently, it does not handle the generation of registration and
: authentication requests.
: The transmission of requests and responses from the application server to the
: user's browser, and interaction with the WebAuthn browser API is also out of
: scope and could be handled by a dedicated JS library.