How to Install and Uninstall perl-CGI-Application-Standard-Config.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-CGI-Application-Standard-Config.noarch" package

Please follow the step by step instructions below to install perl-CGI-Application-Standard-Config.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-CGI-Application-Standard-Config.noarch

2. Uninstall "perl-CGI-Application-Standard-Config.noarch" package

Please follow the guidance below to uninstall perl-CGI-Application-Standard-Config.noarch on Fedora 36:

$ sudo dnf remove perl-CGI-Application-Standard-Config.noarch $ sudo dnf autoremove

3. Information about the perl-CGI-Application-Standard-Config.noarch package on Fedora 36

Last metadata expiration check: 2:16:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-CGI-Application-Standard-Config
Version : 1.01
Release : 36.fc36
Architecture : noarch
Size : 16 k
Source : perl-CGI-Application-Standard-Config-1.01-36.fc36.src.rpm
Repository : fedora
Summary : Defines a standard configuration API for CGI::Application
URL : https://metacpan.org/release/CGI-Application-Standard-Config
License : GPL+ or Artistic
Description : This module defines a minimum standard interface that configuration
: plugins for CGI::Application should meet. Having such a standard allows
: other plugin authors to rely on basic configuration functionality without
: coding exceptions for several configuration modules, or giving up on such
: integration.