How To Install perl-CGI-Application-Structured-Tools on Fedora 36

In this tutorial we learn how to install perl-CGI-Application-Structured-Tools in Fedora 36. perl-CGI-Application-Structured-Tools is Tools to generate and maintain CGI

Introduction

In this tutorial we learn how to install perl-CGI-Application-Structured-Tools on Fedora 36.

What is perl-CGI-Application-Structured-Tools

A simple, medium-weight, MVC, DB web micro-framework built on CGI and helper scripts to provide a rapid development environment.

We can use yum or dnf to install perl-CGI-Application-Structured-Tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CGI-Application-Structured-Tools.

Install perl-CGI-Application-Structured-Tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-CGI-Application-Structured-Tools using dnf by running the following command:

sudo dnf -y install perl-CGI-Application-Structured-Tools

Install perl-CGI-Application-Structured-Tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-CGI-Application-Structured-Tools using yum by running the following command:

sudo yum -y install perl-CGI-Application-Structured-Tools

How To Uninstall perl-CGI-Application-Structured-Tools on Fedora 36

To uninstall only the perl-CGI-Application-Structured-Tools package we can use the following command:

sudo dnf remove perl-CGI-Application-Structured-Tools

perl-CGI-Application-Structured-Tools Package Contents on Fedora 36

/usr/bin/cas-starter.pl
/usr/share/doc/perl-CGI-Application-Structured-Tools
/usr/share/doc/perl-CGI-Application-Structured-Tools/Changes
/usr/share/doc/perl-CGI-Application-Structured-Tools/README
/usr/share/doc/perl-CGI-Application-Structured-Tools/Todo
/usr/share/licenses/perl-CGI-Application-Structured-Tools
/usr/share/licenses/perl-CGI-Application-Structured-Tools/LICENSE
/usr/share/man/man1/cas-starter.pl.1.gz
/usr/share/man/man3/CGI::Application::Structured::Tools.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::Starter.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::DB.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::Dispatch.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::Module.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::config-dev.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::create_controller.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::create_dbic_schema.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::server.3pm.gz
/usr/share/man/man3/CGI::Application::Structured::Tools::templates::submodule.3pm.gz
/usr/share/perl5/vendor_perl/CGI
/usr/share/perl5/vendor_perl/CGI/Application
/usr/share/perl5/vendor_perl/CGI/Application/Structured
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools.pm
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/Starter.pm
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/00-signature.t
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/01-load.t
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/Build.PL
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/Changes
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/DB.pm
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/Dispatch.pm
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/MANIFEST
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/MANIFEST.SKIP
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/MI_Makefile.PL
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/Makefile.PL
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/Module.pm
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/README
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/boilerplate.t
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/config-dev.pl
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/create_controller.pl
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/create_dbic_schema.pl
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/debug.sh
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/index.tmpl
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/perl-critic.t
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/perlcriticrc
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/pod-coverage.t
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/pod.t
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/server.pl
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/submodule.pm
/usr/share/perl5/vendor_perl/CGI/Application/Structured/Tools/templates/test-app.t

References

Summary

In this tutorial we learn how to install perl-CGI-Application-Structured-Tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).