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

Last updated: October 06,2024

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

Please follow the guidance below to install perl-CGI-Application.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:46:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-CGI-Application
Version : 4.61
Release : 10.fc34
Architecture : noarch
Size : 82 k
Source : perl-CGI-Application-4.61-10.fc34.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.