How to Install and Uninstall perl-CGI-Application-Plugin-Authentication.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-CGI-Application-Plugin-Authentication.noarch" package

Please follow the guidelines below to install perl-CGI-Application-Plugin-Authentication.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-CGI-Application-Plugin-Authentication.noarch

2. Uninstall "perl-CGI-Application-Plugin-Authentication.noarch" package

This guide let you learn how to uninstall perl-CGI-Application-Plugin-Authentication.noarch on Fedora 34:

$ sudo dnf remove perl-CGI-Application-Plugin-Authentication.noarch $ sudo dnf autoremove

3. Information about the perl-CGI-Application-Plugin-Authentication.noarch package on Fedora 34

Last metadata expiration check: 0:33:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-CGI-Application-Plugin-Authentication
Version : 0.23
Release : 10.fc34
Architecture : noarch
Size : 120 k
Source : perl-CGI-Application-Plugin-Authentication-0.23-10.fc34.src.rpm
Repository : fedora
Summary : Authentication framework for CGI::Application
URL : https://metacpan.org/release/CGI-Application-Plugin-Authentication
License : GPL+ or Artistic
Description : CGI::Application::Plugin::Authentication adds the ability to
: authenticate users in your CGI::Application modules. It imports one
: method called 'authen' into your CGI::Application module. Through the
: 'authen' method you can call all the methods of the
: CGI::Application::Plugin::Authentication plugin.