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

Last updated: October 09,2024

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

Please follow the guidelines below to install perl-CGI-Application.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-CGI-Application.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:07:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-CGI-Application
Version : 4.61
Release : 13.fc36
Architecture : noarch
Size : 81 k
Source : perl-CGI-Application-4.61-13.fc36.src.rpm
Repository : fedora
Summary : Framework for building reusable web-applications
URL : https://metacpan.org/release/CGI-Application
License : GPL+ or Artistic
Description : CGI::Application is an Object-Oriented Perl module which implements an
: Abstract Class. It is not intended that this package be instantiated
: directly. Instead, it is intended that your Application Module will be
: implemented as a Sub-Class of CGI::Application.