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

Last updated: November 27,2024

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

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

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

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

Please follow the steps below to uninstall perl-CGI-Application-Plugin-Authentication.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 3:21:14 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-CGI-Application-Plugin-Authentication
Version : 0.23
Release : 12.fc35
Architecture : noarch
Size : 119 k
Source : perl-CGI-Application-Plugin-Authentication-0.23-12.fc35.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.