How to Install and Uninstall perl-Authen-WebAuthn.noarch Package on Fedora 38

Last updated: January 11,2025

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

Please follow the steps below to install perl-Authen-WebAuthn.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall perl-Authen-WebAuthn.noarch on Fedora 38:

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

3. Information about the perl-Authen-WebAuthn.noarch package on Fedora 38

Last metadata expiration check: 5:14:41 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Authen-WebAuthn
Version : 0.002
Release : 1.fc38
Architecture : noarch
Size : 33 k
Source : perl-Authen-WebAuthn-0.002-1.fc38.src.rpm
Repository : updates
Summary : Library to add Web Authentication support to server applications
URL : https://metacpan.org/dist/Authen-WebAuthn
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.